-
Notifications
You must be signed in to change notification settings - Fork 25
Boolean param type #185
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
Comments
MIDI input behaviour should default to toggle, with dropdown option to force it to only set the value to Could perhaps also have a more dynamic option to make use of "note on" and "note off", but might not be worth implementing that for this iteration. |
Perhaps should consider having types as a sort of "plugin" style thing. They could live in folders and be a collection of functions/components that are called in various places throughout the app. This would make adding new types easier but also open up custom user generated types. Might be worth implementing vec3 first to see the complications of having multiple values for a type. Then abstracting float, bool and vec3 into the above format. |
Starting to approach this refactor in |
Uh oh!
There was an error while loading. Please reload this page.
A tick box for params. Should save as
true
/false
and be controllable via inputs (e.g. midi, sequencer).The text was updated successfully, but these errors were encountered: