Dekrispator icon indicating copy to clipboard operation
Dekrispator copied to clipboard

Experimental Music synthesizer based on an STM32F4 Discovery board (ARM Cortex M4F from STM32 series) with USB MIDI Host function for interaction and automatic mode.

Results 5 Dekrispator issues
Sort by recently updated
recently updated
newest added

Dear fellows, I wanted to try out Dekrispator on my STM board, controlling it with my CME MIDI Controller. I couldn't get any response from the controller. With GDB I...

I did a quick and dirty port of this nice synth using the STK library for midi and low-level sound playback. See https://github.com/erwincoumans/StkDekrispatorSynthesizer Perhaps you can add a mention in...

Hi, I'am reusing your MIDI USB Host driver. (Good work) Have you thought about implementing Midi Send ? I like to use it for controlling the LEDs on the nanoKONTROL....

Forgetting 7bit midi for a second, what is the actual resolution of some of the controls? because it's possible to implement much higher resolution using standard midi messages (pitchbend is...

The midi in control is all working but it could be handled a lot better for the end user, it's laid out as a specification and a lot of the...