-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ossia-max] boolean attributes @saveget, @saveset, @savebi for ossia.device #770
Comments
just added the attributes, they should be available in the next nightly builds in a couple hours at most |
I see that they're available, but I just tested and they don't seem to be working yet.
As of f0d0bef, it seems like no matter what the settings are for |
hummm thanks for the repro, checking what I did do wrong.. |
okay fixed :) note that in your test patch, the three parameters were created without @mode so they are all bi |
fixed by f60142c : in short, bi can now kiss |
As of 1.2.8, [ossia.device] only saves parameters
@mode bi
to presets. In order to allow for flexible approaches to including parameters in presets (e.g. @bltzr 's comment in 504 ), it would be useful to have ways to allow users to specify which parameters should be saved. Per my comment in #760, this could be set at a device wide level by having the following boolean attributes for [ossia.device]:@saveget
: 0 or 1 (default = 0) - choose whether parameters@mode get
are saved in presets@saveset
: 0 or 1 (default = 0) - choose whether parameters@mode set
are saved in presets@savebi
: 0 or 1 (default = 1) - choose whether parameters@mode bi
are saved in presetsThe text was updated successfully, but these errors were encountered: