Package samer.midi

Class MidiRecorder

  • All Implemented Interfaces:
    Task


    public class MidiRecorder
    extends MidiRecorderBase
    implements Task
    Attempts to do some temporal smoothing on the imput vector. Its a bit like a median filter. A note doesn't switch on until the corresponding vector element has been above threshold for consecutive steps, and similarly for switching off.
    See Also:
    Serialized Form
    • Constructor Detail

      • MidiRecorder

        public MidiRecorder(Vec input)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception