Package samer.units
Class Trigger
- java.lang.Object
-
- samer.tools.AnonymousTask
-
- samer.units.Trigger
-
- All Implemented Interfaces:
- Task
public class Trigger extends AnonymousTask
Generates a 1 for each element that rises above threshold, and a -1 for when it drops back below. Can be used to drive MidiSynth, which interprets +1 as note-on and -1 as note-off.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description VVector
output()
void
run()
-
Methods inherited from class samer.tools.AnonymousTask
dispose, starting, stopping
-
-