/[svn]/linuxsampler/trunk/src/drivers/midi/VirtualMidiDevice.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/midi/VirtualMidiDevice.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1659 by schoenebeck, Sun Feb 3 00:13:27 2008 UTC revision 1663 by schoenebeck, Mon Feb 4 00:38:08 2008 UTC
# Line 77  public: Line 77  public:
77       */       */
78      bool NoteIsActive(uint8_t Key);      bool NoteIsActive(uint8_t Key);
79    
80        /**
81         * Returns the velocity of the @e last note on event. No FIFO is used!
82         */
83        uint8_t NoteOnVelocity(uint8_t Key);
84    
85        /**
86         * Returns the velocity of the @e last note off event. No FIFO is used!
87         */
88        uint8_t NoteOffVelocity(uint8_t Key);
89    
90      /////////////////////////////////////////////////////////////////      /////////////////////////////////////////////////////////////////
91      // Sampler methods      // Sampler methods
92      //     (usually only called by the Sampler)      //     (usually only called by the Sampler)

Legend:
Removed from v.1659  
changed lines
  Added in v.1663

  ViewVC Help
Powered by ViewVC