Page 1 of 1

Posted: 03 Sep 2010, 14:28
by headphoner
Hi,

I would like that usine is automaticily in "on" position when i open it.

I really don't know how to do it, so i need some help "HEEELPPP!" :)

In fact i made a workspace for an installation, I will not be present so people must only have to start the computer .

Posted: 03 Sep 2010, 14:51
by nay-seven
open your master insert patch , add a switch to the inlet ON of a Dashboard module ( module/interface control/usine panels/ )
put it on the on position of course an save your workspace...

Posted: 03 Sep 2010, 14:56
by headphoner
Hi,

Thanks a lot!

Of course it's very simple.

Posted: 04 Sep 2010, 09:17
by woodslanding
okay, this works (great!) but I'd still like to be able to turn usine off from the dashboard.

If I put an 'only if changed' module between, it doesn't work on startup.... I guess the starting state of the button isn't a 'change'

Posted: 04 Sep 2010, 11:53
by nay-seven
there's certainly simplest but here a workaround :( put this in your master insert too of course )

Image

Posted: 04 Sep 2010, 12:25
by ethnix73
or this way maybe:

Image

Posted: 04 Sep 2010, 13:33
by nay-seven
well done ethnix !

Posted: 10 Sep 2010, 08:55
by woodslanding
oh, nice--that will do it, that's great, thanks!!!

Now the only other startup issue I have--I'd like the IB to open in fullscreen. I know you can set a keycommand to the fullscreen button, but is there any way to address it programmatically??? maybe via usine message?

thanks!!
-e

Posted: 10 Sep 2010, 11:05
by nay-seven
first use midi learn on the + button
then use the same CC number like this ( here =cc 23 ) and add this to ethnix patch :

Image

Posted: 10 Sep 2010, 11:14
by 23fx23
yeah well done nay!!!!

Posted: 10 Sep 2010, 19:39
by woodslanding
I haven't tried 'send midi to usine', I thought of key learn, but not midi learn.....that looks great, thanks!

Posted: 10 Sep 2010, 20:40
by woodslanding
okay, maybe I have never used 'send midi to usine' because I can't find it!!

can't find 'x+1' either....

I'll check the wiki.

-e

Posted: 10 Sep 2010, 20:48
by nay-seven
you know that 's there is a search engine in the browser , right..? :D

Posted: 11 Sep 2010, 05:46
by woodslanding
It's not finding x+1 any better than I am. But it's a good feature to know about!

I'm having the problem that I don't want auto on or automax when I'm patching and testing with usine, only when I'm performing.

I'm going to see if it works to put it in the wkp somewhere instead of the master. In fact, I'm realizing I don't want to put much of anything in the master. I never realized that the master is not saved as part of the wkp. This means, if I change it while working on one wkp, it may break others. So I'm going to keep everything out of it for now!!

Okay, more tests. I guess this only works in the master, because the other channels are off, and can't respond to the 'on init' command.

It makes me wish there was an option to save master settings with the WKP...... is there a reason this isn't done???

Posted: 11 Sep 2010, 11:31
by nay-seven
about the x+1 are you sure you are in the module tab...?
cause no problem here...

about your problem: if you keep only the auto on in your master you can add this in one of your active tracks :

Image