Yzrsah

Results 11 comments of Yzrsah

I am having the issue of "No project" This could be fixed with i.e. "search-path": ``` "projects": [ { "name": "MyProject", "description": "MyProject Master Project", "icon": "globe", "path": "~/Source/MyProject/MyProject.code-workspace", "search-path":...

``` "projects": [ { "name": "MyProject", "description": "MyProject Master Project", "icon": "globe", "path": "~/Source/MyProject/MyProject.code-workspace", "search-path": "~/Source/MyProject" } ] ``` Has the same path search behavior as if you used: ```...

The issue can be fixed in a few lines of code. You add a *second key* which allows to specify the project root and code-workspace separately. So we have *optionally*...

@timothyschoen It might be neat if the power/mute button had a theme color to remind you when the DAW is not sending any audio blocks in. The power button's highlight...

The IBM OutputColorizer extension is extremely useful and I've become accustomed to the extra functionality provided by its highlighting. Due to this problem, I have never been able to use...

What year is this, 2003? It's been **decades** since I used a DAW that didn't support plugins with Audio IN + MIDI output. Maybe you got wrong information because you...

> Can you show how it gets into water and cancels? That shouldn't happen during normal path execution. If it goes underwater for even a split second due to lag...

Some linkage that could be helpful FFI bindings: https://crates.io/crates/csbindgen https://crates.io/crates/interoptopus WASM target: https://godotengine.org/article/live-from-godotcon-boston-web-dotnet-prototype/ [godotengine/godot/issues/70796#issuecomment-2855430724](https://www.github.com/godotengine/godot/issues/70796#issuecomment-2855430724) NativeAOT target: https://github.com/dotnet/runtimelab/tree/feature/NativeAOT https://github.com/dotnet/designs/blob/main/accepted/2020/form-factors.md#native-aot-form-factors https://github.com/MichalStrehovsky/zerosharp Unity's IL2CPP: https://unity.com/blog/engine-platform/an-introduction-to-ilcpp-internals https://docs.unity.cn/cn/tuanjiemanual/Manual/WeixinMiniGameDotNetSupport.html https://developer.unity.cn/projects/65c06396edbc2af9547b9b7f

Looks like `PluginProcessor.cpp` lines 474-478 ``` if( voices[note].keydown && voices[note].channel == channel ) { // If we get two keydowns on the same channel we are getting information from a...

This is a serious problem. Dexed's MPE turned off right in the middle of a live set, the pitch bends went crazy and I had no idea what was going...