/[svn]/linuxsampler/trunk/src/Sampler.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/Sampler.h

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

revision 1694 by schoenebeck, Thu Feb 14 14:58:50 2008 UTC revision 1695 by schoenebeck, Sat Feb 16 01:09:33 2008 UTC
# Line 565  namespace LinuxSampler { Line 565  namespace LinuxSampler {
565              void fireMidiDeviceCountChanged(int NewCount);              void fireMidiDeviceCountChanged(int NewCount);
566    
567              /**              /**
568                 * Notifies listeners that the supplied MIDI input device is
569                 * going to be destroyed soon.
570                 * @param pDevice MIDI input device to be destroyed
571                 */
572                void fireMidiDeviceToBeDestroyed(MidiInputDevice* pDevice);
573    
574                /**
575                 * Notifies listeners that the supplied MIDI input device was
576                 * just created.
577                 * @param pDevice new MIDI input device
578                 */
579                void fireMidiDeviceCreated(MidiInputDevice* pDevice);
580    
581                /**
582               * Notifies listeners that the number of effect sends               * Notifies listeners that the number of effect sends
583               * on a particular sampler channel is changed.               * on a particular sampler channel is changed.
584               * @param ChannelId The numerical ID of the sampler channel.               * @param ChannelId The numerical ID of the sampler channel.

Legend:
Removed from v.1694  
changed lines
  Added in v.1695

  ViewVC Help
Powered by ViewVC