mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 21:47:53 +00:00
initial driver entry point
This commit is contained in:
@@ -38,4 +38,20 @@ bool Voice::loadSoundMacro(ObjectId macroId, int macroStep, bool pushPc)
|
||||
{
|
||||
}
|
||||
|
||||
void Voice::keyOff()
|
||||
{
|
||||
}
|
||||
|
||||
void Voice::message(int32_t val)
|
||||
{
|
||||
}
|
||||
|
||||
void Voice::setVolume(float vol)
|
||||
{
|
||||
}
|
||||
|
||||
void Voice::setPanning(float pan)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user