Charles Holbrow
Charles Holbrow
I'd be pretty excited about this too. Seems to be a much better deal for most projects, and easier to manage than Amazon options.
I've been using this vs-code extension with a docker Postgres server, and it's working fine for me. Are you sure that have the appropriate ports open, and are connecting with...
Should `tarp` be usable on MacOS? I'm having the same issues described by OP despite having installed libsodium and zeromq. I'm on MacOS 12.6.2 (Intel). ``` brew install libsodium zeromq...
Here's a talk by someone who did a bunch of reverse engineering of the Ableton format: https://youtu.be/AtLlPQHaxzg?t=314
Looks like JUCE is going to make this possible: https://forum.juce.com/t/how-to-get-vst3-class-id-aka-cid-aka-component-id/41041/8?u=audioishi EDIT: Added to JUCE in [442369](https://github.com/juce-framework/JUCE/commit/442369bd6b9ee3396b3d0533c8dd272d32954684) once TE depends on a commit after this one, then we'll have everything we...
Actually, it's possible that this should just happen manully when it comes up, generator when looping over the parameters.
Right now, I use npm's `ini` package to read `reaper-kb.ini`. However,it's not clear that this is really an `ini` file. It may be better to parse the lines manually and...
fluid-music 0.9.5 adds the `$ fluid reaper -path /Reaper/Resource/path` command which installs the reaper-reload script (but does not yet bind a hotkey). On mac, the you do not need to...
If the user has control over custom time signatures, then we need to decide how to implement `engine.getEngineBehaviour().lengthOfOneBeatDependsOnTimeSignature()` because time most timing in the fluid engine is described with Whole...