#include <Settings/SettingsWrapper.hpp>#include <AH/Settings/Warnings.hpp>#include <Settings/NamespaceSettings.hpp>#include <AH/STL/utility>
Include dependency graph for MIDI_Staller.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | MIDIStaller |
| Struct that can cause a MIDI_Pipe to be stalled. More... | |
Functions | |
| template<class Callback > | |
| auto | makeMIDIStaller (Callback &&callback) -> MIDIStaller * |
| Allocate a MIDIStaller that executes the given callback and deletes itself when MIDIStaller::handleStall is called. More... | |
| auto makeMIDIStaller | ( | Callback && | callback | ) | -> MIDIStaller * |
Allocate a MIDIStaller that executes the given callback and deletes itself when MIDIStaller::handleStall is called.
handleStall, the memory won't be deallocated. Definition at line 33 of file MIDI_Staller.hpp.