ryukau

Results 14 issues of 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. -...

bug
Linux/X11

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,...

question

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...

enhancement

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. ![キャプチャ](https://user-images.githubusercontent.com/6243462/181905916-7d8835a5-1843-437e-91d2-2db94ff9eb47.PNG)

bug

Reopening GUI forgets previously opening tabs. I'll work on this.

enhancement

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...

question

Current C++ code on `vst3migration` branch is generated with faust's `-mapp` option. Perhaps that's the reason. I'll investigate it.

bug

Changing octave adds some cracking noise to the output. Perhaps adding smoothing filter to the input value solves this.

bug

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...

wontfix