Package jmslexamples.jsyn2
Class ChangeActiveVoices
java.lang.Object
jmslexamples.jsyn2.ChangeActiveVoices
- All Implemented Interfaces:
JMSLScrollbarProcessor
public class ChangeActiveVoices extends java.lang.Object implements JMSLScrollbarProcessor
For Cindy Bui.
Play a MusicShape with a JSynUnitVoiceInstrument. Use new feature to retrieve voices active at a
given timestamp, to change their parameters instantly while the MusicShape is playing.
- Author:
- nick Didkovsky, (c) 2019 Nick Didkovsky, nick@didkovsky.com
-
Constructor Summary
Constructors Constructor Description ChangeActiveVoices()
-
Method Summary
Modifier and Type Method Description void
JMSLScrollbarValueChanged(JMSLScrollbar jsb)
handle a value from a scrollbarstatic void
main(java.lang.String[] args)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ChangeActiveVoices
public ChangeActiveVoices()
-
-
Method Details
-
JMSLScrollbarValueChanged
Description copied from interface:JMSLScrollbarProcessor
handle a value from a scrollbar- Specified by:
JMSLScrollbarValueChanged
in interfaceJMSLScrollbarProcessor
-
main
public static void main(java.lang.String[] args)
-