Matt Aimonetti
Matt Aimonetti
I think it should be `github.com/go-audio/dsp`. Btw I started toying with something similar: https://github.com/mattetti/audio/tree/master/dsp It's far from good tho.
The encoders/decoders work well and are used in prod at scale. The DSP stuff however was never pushed too far and I'm not currently working on it. There was a...
Egon is right and that's obviously confusing... I wonder if we can make the API more obvious or less complicated to use.
No, the int scale values depend if the bit depth of the package and would be converted to the range -1, 1
Just a quick note that we also use the `Keys` function, note that you might want to make the special key codes available directly in Agouti: ``` const ( NULL...
@RaiMan 1.1.0 and 1.1.1 nightly
Sorry, these are 2 separate issues, I should have made that clearer. Issue 1: sikulix 1.1.0+ IDE doesn't seem to start my script properly looking for javaAppLoader. Issue 2: sikulix...
1: ok, my java setup was working before I updated OS X, any clues? 2: Retina, unplugged all monitors. I can probably try to repro using a brand new script...
Unfortunately LogicProX doesn't have an API allowing code to read/write to the session. The scripter API that you found is a MIDI FX that allows you to modify/generate MIDI data...
Unfortunately, I'm afraid MIDI clips aren't references to local files but in-memory/project data, and it's not available to plugins. ARA 2 might be an option here for Logic (TBD) but...