jean-emmanuel
jean-emmanuel
Hi, With an azerty keyboard, the input object can looks like this: ```js { type: 'keyDown', key: 'w', code: 'KeyZ', // ... } // or { type: 'keyDown', key: 'z',...
I've been receiving logs from windows users that lack of the string representation of MIDI messages generated by rtmidi. I don't use windows at all, but but maybe someone here...
When using jack transport, resetting the time reference (beginning of cycle) is done by restarting the transport or relocating to frame 0, this works even loops are empty and is...
Hi, Is there a way to catch all errors occuring in message handlers and prevent the `Exception ignored in: 'liblo._msg_callback'` ? I tried wrapping the [`server.recv()`](https://github.com/jean-emmanuel/mentat/blob/master/mentat/engine.py#L181-L187) call in a `try`...
When compiled with a higher number of pattern per screenset, the app crashes when opening the Song Editor: ``` The program 'seq64' received an X Window System error. This probably...
When compiling seq64 with a higher number of pattern rows/columns (it's so cool this way), the pattern panel lacks a couple of scrollbars. Hopefully I'll propose a pull request soon...
Jack transport repositioning function is only called when seq64 is set as transport master, this doesn't conform to common usage : clients can relocate, the transport master's only privilegied controls...
When playing a sequence that has been created by pasting from the initial clipboard (ie without copying another sequence before), the app crashes. This occurs from the Song Editor and...
The following setup ``` [loop 1 "pre-fx"] --> [jack client with non-null latency] --> [loop 2 "post-fx"] ``` Results in sooperlooper declaring a forever-increasing port latency and makes it impossible...