dronus

Results 41 comments of dronus

This maybe is lightgl.js's fault.

Actually it would be cool if this would implement the original DX7 controls for MONO and POLY mode portamento. Eg. Sysex Group 2 'Function Parameters', 64, 67-69 as is already...

@dcoredump modo-mode: "fingered" and "fulltime": "fingered": Only apply portamento if one key is already down while a new key is pressed. Play fresh note otherwise. "fulltime": Always slide pitch from...

@dcoredump poly-mode: "retain" and "follow": This seems to be just about the sustain pedal effect: "retain": Notes hold by the sustain pedal (but keys already released) will not do portamento....

Just did a cross check with other plugins UI's: Neither heavy custom UI plugins (like from the Calf pack) nor Ardour generated UIs for UI-less plugins exhibit this problem. Also...

So I would propose to drop #14 and try #15. Simpler UI and code.

Another proposal at #17 - adding a "CC" mode to the Euclidean generator.

The error message in this case also is leaky: If no handler is attached to the UNIQUE-violating INSERT query, the error fires up on some other query, eg. SELECT, which...

This is a timing issue it seams: The 'INSERT INTO' db.query call invokes the callback before the query has failed. If the callback just prints 'err' to the console, one...