Package com.softsynth.jmsl
Interface NoteOnOff
- All Known Implementing Classes:
MidiInstrument
,MidiScoreInstrument
,PitchBendInstrument
,SynthNoteInstrument
public interface NoteOnOff
- Author:
- Nick Didkovsky, email: nick@didkovsky.com, (c) 2004 Nick Didkovsky, all rights reserved.
-
Method Summary
-
Method Details
-
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)
-