JP Cimalando

Results 156 issues of JP Cimalando

Feature request by @Wohlstand Process in segmented buffers for latency reduction. A work was made in the `timestamps` branch. **Problem** RtMidi sends wrong timestamps! :imp: The problem is present in...

For this, I must add the ability for a player to reload its default bank. Either do this on libADLMIDI side, or on my side by disabling bank embeds of...

The current key mapping must be terrible for AZERTY keyboard users. If I can detect the keyboard, I'll assign a mapping which is more comfortable.

``` 0 0x00007f1f2f30df25 in raise () from /usr/lib/libc.so.6 #1 0x00007f1f2f2f7897 in abort () from /usr/lib/libc.so.6 #2 0x00007f1f2f69181d in __gnu_cxx::__verbose_terminate_handler () at /build/gcc/src/gcc/libstdc++-v3/libsupc++/vterminate.cc:95 #3 0x00007f1f2f69e4da in __cxxabiv1::__terminate (handler=) at /build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:47 #4...

The `InitTables` method of Dosbox to initialize global data has a defect when using the emulator on multiple threads. Description of the problem: - have 2 threads doing `Init()` each...

Translate the manual. First, probably it is best to improve the existing manual as needed to avoid double-work later. - Add the section: Troubleshooting/Frequent questions There go the questions about...

Permit loading the chip settings from WOPx files. - [ ] OPL3: the optimal 4op count - [X] OPN2: the simulated chip type

report by @trebmuh and confirmed to happen, needs debugging When the plugin (or UI?) is switched on and off many times, it can produce a segfault in Qtractor.

Enable processing of system exclusive messages, with libADLMIDI having the support implemented. But then the plugin should also handle the sysex messages for it own tracking. For example, there are...

This is translation support code for Cadence applications. It has been written in a distinct file for sharing.