- Type
- Instrument
- Author
- leardnb
- Version
- 1.0
- License
- None
- Live version
- 8.1.1
- Downloads
- 4,550
- Updated
- No Updates
Description
Worm~ is a 64 voices polyphonic sampler/synthesizer based on 2d.wave~ (1) object with two multioscillator (sine, tri, saw, ramp, pw, noise) and envelope section.
(1) 2d.wave~ is similar to wave~ (2), but with an additional axis. A given ms range of an audio file will be divided into n rows. Y phase input will determine which row(s) will be used for playback. Try loading a 16-bar loop and setting your rows to be 16 (or 7 for that matter). Try also using a short (150 ms or so) section of an audio file as a 2-d wave table. Set the phasor of one axis to be very fast, and one to be very slow.
(2) wave~ reads from a portion of a buffer~ to produce a repeating waveform, given a signal input that goes between 0 and 1 (for example, using a phasor~ ) to define the position in the buffer.