| 6250 | } |
| 6251 | |
| 6252 | int ScriptingApi::Synth::addNoteOn(int channel, int noteNumber, int velocity, int timeStampSamples) |
| 6253 | { |
| 6254 | return internalAddNoteOn(channel, noteNumber, velocity, timeStampSamples, 0); |
| 6255 | } |
| 6256 | |
| 6257 | void ScriptingApi::Synth::addNoteOff(int channel, int noteNumber, int timeStampSamples) |
| 6258 | { |
no outgoing calls
no test coverage detected