MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / GetHeldNotesList

Method GetHeldNotesList

Source/INoteSource.cpp:110–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110std::list<int> NoteOutput::GetHeldNotesList()
111{
112 std::list<int> notes;
113 for (int i = 0; i < 128; ++i)
114 {
115 if (mNotes[i])
116 notes.push_back(i);
117 }
118 return notes;
119}
120
121void NoteOutput::Flush(double time)
122{

Callers 2

UpdateKeysMethod · 0.80
DrawModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected