#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 MIDIStaller::handleStall is called. | |
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 30 of file MIDI_Staller.hpp.