David Braun

Results 219 comments of David Braun

@kyungyunlee Could you try building/testing locally? https://github.com/DBraun/DawDreamer/wiki/Developer's-Guide and `build_macos.sh` in the root directory will help. Maybe this line https://github.com/DBraun/DawDreamer/blob/e3762e1c5cd86d24923d16201d0cf20b18630324/Source/PluginProcessor.cpp#L332 could also be placed inside `loadPlugin`. Something might need to force...

@fedden @faroit @ethman @drscotthawley I've been working on a RenderMan reboot with some more features. It works like the directed-acyclic-graphs in https://github.com/magenta/ddsp Please examine the script here https://gist.github.com/DBraun/1165e9b7538c9b8bd967231f311a902c That code...

@ethman great! I will share the repo with you Monday. These are some more goals I’ve noted in a todo list: Features • Move MIDI to each processor rather than...

Hi thanks. I'll look into this plugin in the near future. What you describe hasn't been an issue in the other plugins I've tested, but I can see it being...

I still need to check out that plugin, but version 0.6.0 has a newer `load_midi` method for Plugin Processor. https://github.com/DBraun/DawDreamer/blob/69e885a94f13cf5a4110571b9c69086707e90a5b/tests/test_plugins.py#L139

Good news! I tried out Spitfire LABS. It's working fine with the new `open_editor()` function. Just enable this line and try this function: https://github.com/DBraun/DawDreamer/blob/9d286e1171b7f4c89558e5bdb9337649d2803f53/tests/test_plugins.py#L379 Also change the plugin path. I'm...

Maybe it's a macOS issue then. I'll try soon. Keyboard input isn't working yet. Did you select a preset and then click load? That was enough for me. ![2022-04-19 19_49_30-DawDreamer_...

Ok, I will close here and migrate the discussion to https://github.com/DBraun/DawDreamer/issues/86

The idea is to only use open_editor once, save the state, and then call load_state without extra calls to open_editor. The file extension doesn't matter because it's just binary. Unfortunately...

@rupertparry Can you try `synth.set_bus(0, 2)`? Then everything should work without warnings.