jmslexamples.jsyn
Class SignalProcessingScore2

java.lang.Object
  extended by jmslexamples.jsyn.SignalProcessingScore2

public class SignalProcessingScore2
extends java.lang.Object

Signal Processing JMSL Score example Staff 1 performs signal processing on staff 0 Play a rich resonant drone in staff 1 Band Pass filter in staff 2 Notice that pitches of bandpass "melody" are fractional, and are mapped onto the frequency of the filter

Author:
Nick Didkovsky, didkovn@mail.rockefeller.edu

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

Constructor Detail

SignalProcessingScore2

public SignalProcessingScore2()
Method Detail

build

public void build()

showScore

public void showScore()

main

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