com.softsynth.jmsl
Interface NoteOnOff
- All Known Implementing Classes:
- MidiInstrument, MidiScoreInstrument, SynthNoteInstrument
public interface NoteOnOff
- Author:
- Nick Didkovsky, email: didkovn@mail.rockefeller.edu, (c) 2004 Nick Didkovsky, all rights reserved.
Method Summary |
double |
noteOff(double playTime,
double pitch,
double velocity)
|
double |
noteOn(double playTime,
double pitch,
double velocity)
|
double |
noteOnFor(double playTime,
double holdtime,
double pitch,
double velocity)
|
noteOn
double noteOn(double playTime,
double pitch,
double velocity)
noteOff
double noteOff(double playTime,
double pitch,
double velocity)
noteOnFor
double noteOnFor(double playTime,
double holdtime,
double pitch,
double velocity)