Hi, all i want to schedule some events, so i have found [timebang] object
i have trouble passing arguments in the inlet:
ie:
[set 20 20 20( | [timebang 10 10 10]
timebang: read in 1 times of day: 10:10:10
but i want 20:20:20
[set 20 20 20( | [timebang]
timebang: wrong number of parameter
the help is not clear, and here are the source: http://svn.puredata.info/svnroot/pure-data/branches/MAIN/externals/maxlib/sr...
thanks!
The number of times have to match in the [set ( msg and the object
arguments. So if there are two times set in the arguments, the
[set( message also needs two sets of times.
.hc
On May 12, 2010, at 5:07 AM, becks wrote:
Hi, all i want to schedule some events, so i have found [timebang] object
i have trouble passing arguments in the inlet:
ie:
[set 20 20 20( | [timebang 10 10 10]
timebang: read in 1 times of day: 10:10:10
but i want 20:20:20
[set 20 20 20( | [timebang]
timebang: wrong number of parameter
the help is not clear, and here are the source: http://svn.puredata.info/svnroot/pure-data/branches/MAIN/externals/maxlib/sr...
thanks!
--
cb
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"A cellphone to me is just an opportunity to be irritated wherever you
are." - Linus Torvalds
On Wed, May 12, 2010 at 7:01 PM, Hans-Christoph Steiner hans@at.or.at wrote:
The number of times have to match in the [set ( msg and the object arguments. So if there are two times set in the arguments, the [set( message also needs two sets of times.
Hi Hans, yes, the set arguments should match, but i don't know why the "set" message don't update the schedule
[set 20 20 20( | [timebang 10 10 10]
timebang: read in 1 times of day: 10:10:10
thanks!
becks wrote:
On Wed, May 12, 2010 at 7:01 PM, Hans-Christoph Steinerhans@at.or.at wrote:
The number of times have to match in the [set ( msg and the object arguments. So if there are two times set in the arguments, the [set( message also needs two sets of times.
Hi Hans, yes, the set arguments should match, but i don't know why the "set" message don't update the schedule
[set 20 20 20( | [timebang 10 10 10]
timebang: read in 1 times of day: 10:10:10
I think there is a small bug in the set function (timebang_set) so that the set message didn't actually do anything. The attached patch should solve the problem.
Lorenzo
thanks!
Lorenzo wrote:
becks wrote:
On Wed, May 12, 2010 at 7:01 PM, Hans-Christoph Steinerhans@at.or.at wrote:
The number of times have to match in the [set ( msg and the object arguments. So if there are two times set in the arguments, the [set( message also needs two sets of times.
Hi Hans, yes, the set arguments should match, but i don't know why the "set" message don't update the schedule
[set 20 20 20( | [timebang 10 10 10]
timebang: read in 1 times of day: 10:10:10
I think there is a small bug in the set function (timebang_set) so that the set message didn't actually do anything. The attached patch should solve the problem.
The patch was formatted badly, it wouldn't apply and had cosmetic changes in it. I applied it manually, and it seems to work, so I committed it:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=...
.hc
Lorenzo
thanks!
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list