Also, FWIW, in pd-l2ork trigger can use static values, e.g. [trigger 1 b 0 blue] would output symbol blue from the rightmost outlet, then a zero, then a bang, and then a 1.
From: pd-list-bounces@iem.at [mailto:pd-list-bounces@iem.at] On Behalf Of Pierrick Saillant
Sent: Monday, April 14, 2014 2:02 PM
To: pd-list@iem.at
Subject: Re: [PD] Keeping Number box's
Hello,
You need to initialise the value.
You can use the [loadbang] object to have a « bang » when your open your patch.
And after use message box to set the different value.
To have something better and to avoid problems it’s better to use a trigger to sequentialize the initialization.
There is an example.
Best,
Pierrick