jamoma / JamomaMax

Implementation of Jamoma for Cycling'74 Max:
http://www.jamoma.org
41 stars 9 forks source link

Add a :init item in top-left j.ui menu #948

Closed reno- closed 8 years ago

reno- commented 8 years ago

Add an item 'init' that will send a :init message to the current model. It could be add just before or after the presets items.

jln- commented 8 years ago

Depending on the final initialization implementation, maybe it should show up when there is no preset (or no default preset)

reno- commented 8 years ago

From what I remember about new initialization process, send the :init message to a model will launch the entire initialisation process in a cascading way : default-value -> then preset. a preset will overwrite a default value, and of course only one value should be outputed.

theod commented 8 years ago

for now, as the initialization process we discussed together is not ready, I propose that option only does what j.model init message does currently (so the default preset will not be launched).

reno- commented 8 years ago

yes @theod , that's the idea. It's a button to send the :init message to the model. So the :init message to the model will stay the same when the init mechanism will evolve, and nothing will be break !!

theod commented 8 years ago

I'm starting to work on this of the feature/ui_select_model branch

theod commented 8 years ago

you can test it !

reno- commented 8 years ago

Perfect !