mirror of https://github.com/AxioDL/amuse.git
fix README compile fail
This commit is contained in:
parent
c076daf0c8
commit
a60752997e
|
@ -61,7 +61,7 @@ int main(int argc, char* argv[])
|
||||||
/* Stopping a SoundMacro is accomplished by sending a
|
/* Stopping a SoundMacro is accomplished by sending a
|
||||||
* MIDI-style 'KeyOff' message for the voice
|
* MIDI-style 'KeyOff' message for the voice
|
||||||
*/
|
*/
|
||||||
voice.keyOff();
|
voice->keyOff();
|
||||||
|
|
||||||
/* Play for 2 more seconds to allow the macro to gracefully fade-out */
|
/* Play for 2 more seconds to allow the macro to gracefully fade-out */
|
||||||
passedFrames = 0;
|
passedFrames = 0;
|
||||||
|
|
Loading…
Reference in New Issue