Releases: schollz/amenbreak
v1.5.3
v1.5.2
v1.5.1
v1.5.0
introducing layers, double samples, better stretching
- can add kick/snare samples onto amen sample (
PARAMS > layers
) - can add a second sample to play simultaneously (
PARAMS > sample2
) - can disable stretch (
PARAMS > allow stretch
) - stretch uses a new algorithm I've been cooking up for awhile
v1.4.0
v1.4.0 - slightly better stretching + hpf
- NEW added high-pass filter (
PARAMS > hpf
) - NEW improved stretching
- FIX added back the patterns for amen,break, and drum selection (row 2, columns 6, 7, and 8 respectively)
- FIX Better method of detecting existing plugin by @sixolet in #8
realize it is only one day since the last release, but I had some more free time this morning to tinker...so previously the "stretching effect" was just a sample of a stretched audio that was constantly re-used. I updated the code so that the stretching audio is of the current track (after a small delay to process the track. the processing is debounced so it won't take up much cpu). this gives a much more accurate stretching. also this made way for removing some dead code so that slightly less cpu is used. overall this is better, although it seems to have introduced a least one more bug where the stretched audio is rarely silent towards the end of the duration of the slice....not sure why this is occuring and it happens so seldomly I can't quite debug it properly. haven't found fixes for the other bugs yet.
I updated the grid graphic to be more clear:
v1.3.0
v1.3.0 - synced samples, bass
- NEW: add "gate" button and fx
- FIX: better filter slewing
- NEW: add samples (load samples by putting them in
audio/amenbreak/row[1|2|3|4|5]
folder - NEW: add bass mini keyboard and bass engine and bass sequencer
- FIX: removed compressor at end of chain (you can still use the norns built-in one)
- FIX: reduced cpu-usage slightly
the fx region of the grid has the following effects in order, left-to-right and top to bottom: retrig, change volume, change pitch, delay, reverse, gate, tape stop, filter, mute
v1.2.0
v1.2.0 grid support + audio outputs
- added grid!
- added waveshaping (somewhat similar to ableton's saturator) (
PARAMS > AUDIO OUT > saturate wave folder
) - added compress/expand curves (from Ezra's Pirate radio code) (
PARAMS >AUDIO OUT > compress|expand...
) - added noise gate (
PARAMS >AUDIO OUT > noise gate...
) - better cpu usage for tape emulation
- auto tape stops are optional (
PARAMS > AUDIO OUT > tape auto
) - fixed initializing clock (no more lag)
grid outline: