David Braun

Results 221 comments of David Braun

@startreker-shzy Can you try the latest?

There may be workarounds, but my first guess is that this `Initial Clipper.dll` is a Windows-only plugin. You have to find a Linux alternative such as LV2, but I admittedly...

Yes. I think LV2 support is enabled. Other formats such as LADSPA and ARA are disabled according to the projucer file.

This seems like a good start https://lv2plug.in/pages/projects.html

I can see this being important if you're rendering directly from a MIDI file. However, in the other cases, the user probably has a relatively easy way to determine what...

Sounds good but I don't predict the need for `source`/ `sink` fields. Right now the last tuple in the graph is what gets rendered to audio. I can imagine eventually...

Thanks, just wanted to mention that implementing [`setNonRealtime()`](https://docs.juce.com/master/classAudioProcessor.html#ac419b4487f3c8ade182189e5b19e7c2c) could help get the best of both worlds (FIFO when real-time mode and fixed block size when non-real-time).

Sorry for replying late. Yes I think I can implement this at some point.

The "blow-up" idea is interesting but for simplicity I kinda want to avoid passing things from third party python APIs via pybind11 to dawdreamer. So PrettyMidi might have a very...

> Can the following paper be considered? It suggests such possibilities.. > https://arxiv.org/abs/1910.07207 > > The author also publicised his code. > https://github.com/p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch/blob/master/agents/actor_critic_agents/SAC_Discrete.py > > I don't know if they...