jmslexamples.jsyn
Class SignalProcessingScore

java.lang.Object
  extended by jmslexamples.jsyn.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 staff/ves 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 values 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).

Author:
Nick Didkovsky, July 9, 2002, (c) copyright 2002 Nick Didkovsky, all rights reserved

Constructor Summary
SignalProcessingScore()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignalProcessingScore

public SignalProcessingScore()
Method Detail

main

public static void main(java.lang.String[] args)