David Braun

Results 183 comments of David Braun

@rupertparry That's interesting because on both macOS (v 1.5.1) and windows for me, LABS seems to default to 2 outputs. This is how I use Faust as a last resort...

Sorry I still need to work on this. LABS is showing the same problem.

It’s not supported yet. I will have to use cibuildwheel for this.

The reason is that dawdreamer isn't a pure Python package. It's made up of C++ code that can be compiled for various CPU architectures including x86, Apple Intel, Apple Silicon....

Thanks for trying it out. Sounds like you're up to some interesting work with all those plugins 😄 I just pushed an update in which `synth.load_preset(filepath)` will return True/False depending...

Ok thanks for trying. I'll try to download a trial of Halion sometime and test.

On Windows, I installed a trial and can hear sound in the standalone Halion exe with a preset called Fretless B15. I'm able to save it as a .vstpreset, but...

Some progress... `C:/Program Files/Common Files/VST3/Steinberg/HALion 6/HALion 6.vst3` can load. You can also modify the code in `PluginProcessor.cpp` temporarily to load vst3 presets. Just remove the ```c++ #if JUCE_PLUGINHOST_VST // The...

On the main branch, plugin processor now has a `load_vst3_preset` function for us to try out.

There's an interesting new way to `open_editor()` See `tests/test_plugins.py` You might be able to get HALion working.