Woyten

Results 40 comments of Woyten

I wrote a library with full SCL and KBM support. Please try it out: https://github.com/Woyten/tune 😃

@alcomposer If you are interested in Rust microtunings in general, have a look at my list: https://github.com/Woyten/microtonal-rust

> I specifically don't know what is safe to share using Arc/Mutex. @hughrawlinson You should not need to worry about that. If your multi-threaded code compiles (and doesn't make use...

@x31eq Thanks for submitting the issue! If I understand the [setup guide](https://www.guide.nannou.cc/getting_started/platform-specific_setup.html) correctly, your Intel graphics card should work once the vulkan drivers have been installed: > For Debian with...

@x31eq The underlying `wgpu` crate has been updated several times and comes with basic GL support. Could you check if the latest master branch works for you? If you prefer,...

@x31eq I created a new release anyway: https://github.com/Woyten/tune/releases/tag/microwave-0.27.1

@x31eq Thanks for checking. If the UI is loaded correctly it should emit a sound once you click somewhere on the surface. In case there is still a Vulkan-related problem:...

@x31eq Do you have an opinion which GUI framework to use? ATM Nannou is used but I could switch to another framework. Being undecided about the framework is the reason...

@x31eq Thanks for digging into this! My feelings about the different frameworks are the following: - egui: Seems to be the new kid on the block. It's difficult to tell...

From what I know GLSL is a shading language. But unlike Vulkan, GLSL should work on any system...strange...! :laughing: