oparisy
oparisy
Some more subjective / personal comments on the implementation I described above. C++ code is short and easy to follow. The ALSA driver is the most complex, as it seems...
Out of curiosity: would this necessarily mean sending at most one MIDI event per rendering loop iteration? Or is there a MIDI mechanism available to timestamp events, so that they...
Since your comment, I tried the following: 1. upgrade my Blender install to respect the addon version constraint (`>= 2.75`), 1. copy the contents of the `debug` folder in a...
I am modestly progressing, but got stuck trying to get the default `DummyProcessor` running. I get the following error: ``` File "C:\Program Files\Blender Foundation\Blender\2.78\scripts\addons\brte_debug\brte\engine.py", line 220, in gl_draw glTexImage2D(GL_TEXTURE_2D, 0,...
Oh. ``` >clap-host.exe --help Usage: clap-host.exe [options] clap standalone host Options: -?, -h, --help Displays help on commandline options. --help-all Displays help including Qt specific options. -v, --version Displays version...
I encountered issues #27 and #47 while using node-XMLHttpRequest to mock xhr while testing a module (of which code I have no control of). But everything works properly if I...
As an example it was frustrating to finally get compilation working [after iterating with you](https://github.com/asmaloney/GDExtensionTemplate/issues/43), and to have nothing to "open" in Godot as a result :smiley: