YSE sound engine  1.0
cross platform sound engine
 All Classes Namespaces Functions Pages
YSE::SYNTH::interfaceObject Class Reference

Public Member Functions

 interfaceObject (const interfaceObject &)=delete
 
interfaceObjectcreate ()
 
interfaceObjectaddVoices (const samplerConfig &voice, int numVoices)
 
interfaceObjectaddVoices (dspVoice *voice, int numVoices, int channel, int lowestNote=0, int highestNote=128)
 
interfaceObjectremoveSound (const std::string &name)
 
interfaceObjectnoteOn (int channel, int noteNumber, float velocity)
 
interfaceObjectnoteOff (int channel, int noteNumber)
 
interfaceObjectpitchWheel (int channel, int value)
 
interfaceObjectcontroller (int channel, int number, int value)
 
interfaceObjectaftertouch (int channel, int noteNumber, int value)
 
interfaceObjectsustain (int channel, bool value)
 
interfaceObjectsostenuto (int channel, bool value)
 
interfaceObjectsoftPedal (int channel, bool value)
 
interfaceObjectallNotesOff (int channel)
 
int getNumVoices ()
 

Detailed Description

Definition at line 70 of file synthInterface.hpp.


The documentation for this class was generated from the following file: