Skip to content

Releases: schollz/amenbreak

v1.5.2

18 Feb 14:58
Compare
Choose a tag to compare

v1.5.2 - fix syncing

  • FIX syncing issues

v1.5.1

12 Feb 17:19
19425f9
Compare
Choose a tag to compare

v1.5.1 - fixes

  • FIX samples not turning off
  • FIX retrig at fast tempos
  • FIX reverse 0 probability at 0

v1.5.0

04 Feb 15:35
Compare
Choose a tag to compare

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

17 Jan 14:29
Compare
Choose a tag to compare

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:

grid

v1.3.0

15 Jan 15:56
80e829f
Compare
Choose a tag to compare

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

grid

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

09 Jan 01:07
Compare
Choose a tag to compare

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:

grid

audio3

31 Dec 16:23
Compare
Choose a tag to compare
faster tape stops

v1.1.0

23 Dec 21:58
Compare
Choose a tag to compare

v1.1.0

  • integrated tapedeck in the PARAMS > TAPE menu
  • added tape stop as an effect
  • add sidechaining for incoming audio
  • fix random mistakes

audio2

17 Dec 06:15
Compare
Choose a tag to compare

audio2

data

15 Dec 22:07
Compare
Choose a tag to compare
use compression with pngs