Re: [LAD] So in 2019, which plugin "format"?

2018-11-25 Thread Michael Willis
I have been happy using falkTX's Disthro Plugin Framework: https://github.com/DISTRHO/DPF It's very lightweight on GUI stuff, so depending on what you want out of a framework, you may or may not like it. JUCE is a (very different) alternative: https://juce.com/ If you're doing a sampled

Re: [LAD] So in 2019, which plugin "format"?

2018-11-25 Thread Robin Gareus
On 11/25/2018 11:47 PM, Gordonjcp wrote: > Hi folks, > > At the risk of igniting a flame war, if one were to develop softsynth > plugins for Linux, what would be the "framework" of choice these days? https://distrho.github.io/DPF/ -- https://github.com/DISTRHO/DPF > Back in the day I wrote some

[LAD] So in 2019, which plugin "format"?

2018-11-25 Thread Gordonjcp
Hi folks, At the risk of igniting a flame war, if one were to develop softsynth plugins for Linux, what would be the "framework" of choice these days? Back in the day I wrote some using DSSI, which was a model I was pretty comfortable with. I had a look at LV2 but couldn't work out how to

Re: [LAD] Is -ffast-math safe for audio?

2018-11-25 Thread Will Godfrey
On Sat, 24 Nov 2018 14:19:01 +0100 Fons Adriaensen wrote: >On Sat, Nov 24, 2018 at 10:49:46AM +, Will Godfrey wrote: > >> >The safe way is of course: >> > >> >int i = (int) floorf (p); >> >float f = p - i; > >> I'd been mulling over *exactly* that point for some time. My reasoning being