Hello there, Thanks you for that new public channel / preset / binding,
I’ve spot a little bug… and I have a question also about binding…
Thanks for the report. Well spotted. This should be improved with the upcoming preview.
Question about uncheck the box that loose the binding…
It seems to me a little bit weird that when I uncheck the box, the configuration of the address OSC or the binding of the midi is lost…
True, especially interesting for MIDI.
For other bindings, you are often done by just checking, as configuring the column is often all you need.
But: sure, in general, you are right. Would feel good to not lose information. Expect this to happen.
The presets, stay there from one patch to the other
Often this is handy, as you often have patches that relate somehow sitting side-by-side.
A counter-example is a help folder with completely different patches inside, but we figured that typically this behavior is desirable in order to share the presets between related patches.
If you want you can configure the preset folder though.
Sorrily it’s a bit tricky, but it’s doable.
Here we go: Services like the preset service can be configured before they start up.
In the very beginning of the application startup procedure, you can participate and set some configuration keys, that then get read when the services start up.
You do this by implementing IStartup
. Here we configure the key Presets:Folder which then gets read by the preset service when it starts up.
And would be possible to set the name of the preset before record it…
What’s your desired workflow?