#include <Settings/SettingsWrapper.hpp>#include <AH/STL/utility>#include <Settings/NamespaceSettings.hpp>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 handleStall is called. | |
| auto makeMIDIStaller | ( | Callback && | callback | ) | -> MIDIStaller * |
Allocate a MIDIStaller that executes the given callback and deletes itself when handleStall is called.
Definition at line 30 of file MIDI_Staller.hpp.