Package jmslexamples.jsyn2
Class SignalProcessingScore
java.lang.Object
jmslexamples.jsyn2.SignalProcessingScore
public class SignalProcessingScore
extends java.lang.Object
Demonstrates how a JMSL Score can have one instrument in one staff apply
signal processing to the output of other instrument(s) on other staves. Here
two instruments (FilteredSawtoothBL and RingModBell) are bussed to an
instrument with an interpolating delay line. Different notes in the delay
instrument have different values for feedback and delay time, so you will
hear delay behavior change. Note that a JSynSignalProcessingInstrument is a
polyphonic signal processor, so you can create a chord where each note has
different delay/feedback values (as is the case in this demo).
Upgraded to JSyn2 API Dec 2016
- Author:
- Nick Didkovsky, July 9, 2002, (c) copyright 2002 Nick Didkovsky, all rights reserved
-
Constructor Summary
Constructors Constructor Description SignalProcessingScore()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SignalProcessingScore
public SignalProcessingScore()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)
-