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

    Modifier and Type Method Description
    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)  
  • 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)