Adam Renklint
Adam Renklint
- Consider a sample that is a perfect 1-bar loop (2 sec) at 120 bpm - We create a pattern with 60 bpm - We pitch the sample -12 semitones...
Should be able to define a slot as monophonic, i.e. placing the slot in its own choke group, allowing only a single voice.
Currently the "custom" shape on Oscillators is pretty useless, since a new Oscillator is created for each note playback in `lib/Oscillator#_source` and there is no place to hook in to...
Makes a deep clone, executes callback, passing each note to be modified or rejected. ``` js var newPattern = oldPattern.transpose(function (note) { if (note.key === "A2") note.key = "A3"; if...
- Redesign with same purple as bapjs.org - Sidebar with list of examples - Add lots of new examples, showing every common use of Bap