ryukau
ryukau
Hi. I'm currently trying to make VSTGUI works on Linux and found several issues in [cairocontext.cpp](https://github.com/steinbergmedia/vstgui/blob/develop/vstgui/lib/platform/linux/cairocontext.cpp). Modified cairocontext.cpp that worked in my environment is available on the link below. -...
I looked up `TimePosition` and `BarBeatTick`, but they don't seem to have informations to map MIDI time to frame count. I'd like to get following informations: - Length of tick,...
This is a discussion continued from following issue. - [CV_Gate16: display names of ports connected to in UI? · Issue #15 · ryukau/LV2Plugins · GitHub](https://github.com/ryukau/LV2Plugins/issues/15) --- I'd like to have...
Hi. I'm trying to get GUI hierarchy from Faust code. I'd like to get: - the label of `v/h/tgroup`. - a parent group of element, or children of a group....
FL is mentioned in title because this might be DAW specific. Cloning DigiDrie causes following error. I'll work on this issue. 
Evaluation stage of Faust takes more than 120 seconds on my environment. This triggers `Alarm clock` and compilation is terminated when using `faustbench`. Probably there's workaround, however it's nice to...
Current C++ code on `vst3migration` branch is generated with faust's `-mapp` option. Perhaps that's the reason. I'll investigate it.
Changing octave adds some cracking noise to the output. Perhaps adding smoothing filter to the input value solves this.
Compiling `DigiFaustMidi.dsp` with `-vec` option outputs following error. ```bash $ faust2jaqt -t 0 -time -vec DigiFaustMidi.dsp # ... end prepare2 (duration : 0.0004251) ERROR : 'control/enable' can only be used...