Skip to content

Releases: jazamatronic/grnltr

Quantize Random Pitch

17 Jan 20:45
Compare
Choose a tag to compare

Add some quantization support to the random pitch feature.

Use knob1 to set the pitch distance/
Use knob2 to select from various intervals/chords. Fully CCW is the old completely random behaviour.

The attached bin file can be flashed to the pod via DFU using:

dfu-util -a 0 -s 0x08000000:leave -D grnltr_pod.v0.99g.bin -d ,0483:df11

To program and elf file via openocd and a stlink:

openocd -s /usr/local/share/openocd/scripts -f interface/stlink.cfg -f target/stm32h7x.cfg \
	-c "program ./build/grnltr_pod.v0.99.elf verify reset exit"

Replace grnltr_pod.v0.99g.bin with grnltr_bluemchen.v0.99g.bin above for the bluemchen.

First fix for user reported issue

01 Sep 13:00
Compare
Choose a tag to compare

Fix for #1

  • Update for situations where there are no subdirectories under /grnltr, just wav files with no grnltr.cfg
  • Added elf files to the release package

The attached bin file can be flashed to the pod via DFU using:

dfu-util -a 0 -s 0x08000000:leave -D grnltr_pod.v0.99e.bin -d ,0483:df11

To program and elf file via openocd and a stlink:

 openocd -s /usr/local/share/openocd/scripts -f interface/stlink.cfg -f target/stm32h7x.cfg \
	-c "program ./build/grnltr_pod.v0.99.elf verify reset exit"

Replace grnltr_pod.v0.99e.bin with grnltr_bluemchen.v0.99e.bin above for the bluemchen.

WAV file reading robustness

31 Aug 12:31
Compare
Choose a tag to compare

Patch for #1

The attached bin file can be flashed to the pod via DFU using:

dfu-util -a 0 -s 0x08000000:leave -D grnltr_pod.v0.99d.bin -d ,0483:df11

Replace grnltr_pod.bin with grnltr_bluemchen.v0.99d.bin above for the bluemchen.

Play MIDI notes - four octaves of granulated fun.

16 May 08:13
Compare
Choose a tag to compare

Now includes a mode to play the current sample via a MIDI keyboard - four octaves of granulated fun.

Supports a simple grnltr.cfg text file in the bank directory, which allows passing BPM, loop and reverse information to grnltr.
Create it with grnltr_gui!

Includes a delay for making fun granular clouds.

The attached bin file can be flashed to the pod via DFU using:

dfu-util -a 0 -s 0x08000000:leave -D grnltr_pod.v0.99c.bin -d ,0483:df11

Replace grnltr_pod.bin with grnltr_bluemchen.v0.99c.bin above for the bluemchen.

Config and Delay

13 May 11:41
Compare
Choose a tag to compare

Now supports a simple grnltr.cfg text file in the bank directory, which allows passing BPM, loop and reverse information to grnltr.
Create it with grnltr_gui!

Includes a delay for making fun granular clouds.

The attached bin file can be flashed to the pod via DFU using:

dfu-util -a 0 -s 0x08000000:leave -D grnltr_pod.v0.99b.bin -d ,0483:df11

Replace grnltr_pod.bin with grnltr_bluemchen.v0.99b.bin above for the bluemchen.

Effeciency update

11 Apr 16:43
Compare
Choose a tag to compare

Moved parameter update out of the audio callback - the code should be more efficient!

The attached bin file can be flashed to the pod via DFU using:

dfu-util -a 0 -s 0x08000000:leave -D grnltr_pod.v0.98.bin -d ,0483:df11

Replace grnltr_pod.bin with grnltr_bluemchen.v0.98.bin above for the bluemchen.

Now in Stereo and with better UI/Debug Latest

10 Apr 20:17
Compare
Choose a tag to compare

Now in Stereo!
Control pan, or introduce random panning.
Also added some better UI/Debug messaging.
One known other user.

The attached bin file can be flashed to the pod via DFU using:

dfu-util -a 0 -s 0x08000000:leave -D grnltr_pod.bin -d ,0483:df11

Replace grnltr_pod.bin with grnltr_bluemchen.bin above for the bluemchen.

Sample Bank Browsing

08 Apr 21:28
Compare
Choose a tag to compare

Proof of concept sample bank browsing functionality has been added to the Bluemchen.

The attached bin file can be flashed to the pod via DFU using:

dfu-util -a 0 -s 0x08000000:leave -D grnltr_pod.bin -d ,0483:df11

Replace grnltr_pod.bin with grnltr_bluemchen.bin above for the bluemchen.

Now with added kxmx_bluemchen support

06 Apr 19:48
Compare
Choose a tag to compare

Now you can granulate in a rack - added kmxm_bluemchen support!

The attached bin file can be flashed to the pod via DFU using:

dfu-util -a 0 -s 0x08000000:leave -D grnltr_pod.bin -d ,0483:df11

Replace grnltr_pod.bin with grnltr_bluemchen.bin above for the bluemchen.

Initial v0.7 Release - MVP

21 Feb 09:34
Compare
Choose a tag to compare

This v0.7 release is what I consider a minimum viable product - the TODO list is long, but you can get some fun noises out of it.

The attached bin file can be flashed to the pod via DFU using:

dfu-util -a 0 -s 0x08000000:leave -D grnltr.bin -d ,0483:df11