dronus

Results 19 issues of dronus

viewer.js is unable to react to the mouse in Firefox, throwing an exception on every mouse movement: NS_ERROR_XPC_BAD_OP_ON_WN_PROTO: Illegal operation on WrappedNative prototype object

When setting texts in HTML / DOM all browsers seem to do everything they can to make every character show up. This also involves switching fonts, if emoticons or foreign...

If Ardours audio engine is allowed to run with realtime priority, opening the Dexed GUI causes a massive wave of buffer underruns. This state even prevail after closing the GUI...

-An Euclidean / Euclid FX-like generator, processor set, that creates and manipulates MIDI CC control messages. -Or maybe just a converter, that transforms MIDI note message pitch or velocity to...

When using capture() with an PiRGBArray (using 'bgr' format, not sure if that matters), on the long term stale images are delivered. Sometimes the is an exception on the capture...

Would be nice if a PHONK application can be used as a sharing target for other Android apps. On newer Android OS versions, it seems to be possible that an...

It would be cool if there would be an equivalent to AudioConnection for other control inputs, that only exhibit by setters like `.frequency()` or `.amplitude()` now. This way we could...

Nodes with switching setters (like `envelope` with `noteOn()` and `noteOff()`) switches could sport an input named `gate` or `trigger` that would generate the respective on / off events on certain...

When building for Teensy 4.x, the Arduino IDE 2.1.1 or 2.2.0 set to "smallest code" optimization produces crashing binaries. If flashed to the device, the Teensy bricks and does not...

Encountered with node.js v0.10.25: If a column has an UNIQUE constraint with the ON CONFLICT ABORT rule, an attempt to insert a non-unique value is correctly answered by an error:...