JP Cimalando

Results 156 issues of JP Cimalando

After a while of playing on MIDI and switching parameters, a series of such messages can be seen on the terminal. With jalv.gtk from git 57b35f6, lilv 0.24.4. ``` assertion...

These plugins have parameters specification from VST copied directly. It's 0..1 range float. Before releasing, I should properly specify the parameter ranges for the plugin host. (such as: integer, enumerated...

Hi, this fixes the build with Visual Studio 2019. - This replaces the missing function `snwprintf`. (and the replacement `_snwprintf` appears to be incompatible) - Suppresses a warning caused by...

Hello @bisqwit. Are you open to an idea of permitting distribution of ADLMIDI under LGPL or another license more permissive than GPL is? There has been work on some library...

Write documentation on controlling the software. Provide a key description in the software, and also figure out correct usage of keyboard layout with SDL. (currently scancodes are used)

SD-90 has patches not in the database. References - https://static.roland.com/assets/media/pdf/SD-90_OM.pdf - https://github.com/stefets/live-config/blob/8922ddb9748c1865dab6095a09c64d2b04aebf6c/doc/sd90.txt - https://github.com/chirs241097/QMidiPlayer/blob/27a695e669b3074bb2a7dcf08553d5070a20ff05/doc/SD-80_SD-90_Native.devinit Related to #29

See here for Roland information on this subject http://www.houseofsynth.com/roland-mt-32-to-general-midi-conversion-utility

- [ ] has some uses of `deque` structures - [x] has dynamically allocated MIDI event object

``` #11 0x0000561c765115db in Midi_Synth_Instrument::audio_callback(float*, unsigned int, void*) (output=0x40, nframes=2348887296, user_data=0x7fda8c03ab80) at sources/player/instrument.cc:284 #12 0x0000561c76514c64 in Audio_Device::process_cycle(float*, unsigned int) (this=0x7fda8c0021b0, output=0x7fda8c012010, nframes=512) at sources/player/adev/adev.cc:45 #13 0x0000561c76515201 in Audio_Device_Jack::jack_audio_callback(unsigned int, void*)...