Dedacode Hoffman_Scratch v1.0

Finally a stereo-in/out scratcher effect for Jeskola Buzz :)


Parametres:
  • Mono:
    The effect will be applied only on one input channel (Left or Right) for a low cpu usage, but it will be sent to left and right output channels;
  • Dry Thru:
    When the param is set to "0", the buffered signal will be sent to output doing a pause of X ticks (set in Lenght param) for every cycle; when the param is set to "1", the signal in the buffer will be sent to output without doing any pauses;
  • Lenght:
    Lenght of the buffer in ticks;
  • Repeat:
    This set how many repetitions will be made by the effect engine;
  • Time:
    This set in % the time of the gap inside every repetition by the formula:
    Gap = samples in buffer*(Time/100)
  • Space:
    This set in % the lenght of the buffer segment read in a certain Time. This param is expressed by the formula:
    buffer segment = samples in buffer*(Space/100)
  • Type:
    Various algorythms for simulating a kinda-scratch effect!


Credits:
This machine is distributed as FREEWARE.
This documentation is distributed under the terms of GNU Free Documentation License v1.2 or later.

Machine Idea + Code:  DedaCode
Documentation + Skin: ladproject