Page 1 of 1
Posted: 17 Sep 2009, 06:49
by gurulogic
I would like to be able to tell usine to save the top level patch in a track from within the ib. Is there a way with the Send Usine Message module? Also is there any in depth references available on how to use the Send Usine Message module so I don't have to ask next time?
Posted: 17 Sep 2009, 07:58
by senso
the IML is designed for the template engine and needs more documentation.
One more thing to do...
In the folder /Templates you will find a lot of examples of IML scripts
Posted: 17 Sep 2009, 09:02
by gurulogic
Hmmm...well putting in:
SET_TARGET_PATCH SENDER_PATCH
SAVE_PATCH
makes the Usine splash come up like it's saving but the patch isn't saved.
I am really shooting in the dark here...!
Posted: 18 Sep 2009, 22:24
by gurulogic
Well, it looks like PROMPT_FOR_SAVE is my final solution. I can also use SAVE_PATCH D: nameofdirectorywithnospacespatchname.pat but I don't want to have to manually set the patch name for each patch and I can't figure out how to save the patch otherwise...
...shouldn't I be making music!?
Posted: 18 Sep 2009, 23:50
by senso
I'll try to see what's wrong as soon as possible.
Posted: 19 Sep 2009, 00:08
by gurulogic
Is there actually a problem? Should a simple SAVE_PATCH command work to save the current patch?