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!