we need main.py to NOT listen for only a number value of a spell BUT
INSTEAD TO listen for the full strings or parse out the number value
inside the string, i.e:
/spell 1*
/spell 2*
/spell 3*
/spell 4*
/spell 5*
/spell 6*
/spell 7*
/spell 8*
/spell 9*
where * would any dummy character that could be ignored b/c the last
character is always ignored (unless you find that that is also is
prob to incl the dummy character + u instead parse out only the
number value)
the problem is that the OSC msg coming from the MAX/MSP patch
contains the full string (i.e. what is currently "/spell 1") +
main.py is listening only for the single number value
so currently OSC is sending + (the current version) of main.py is
receiving but main.py cant respond so spells arent getting cast by
the shaking of the cube
for reference the MAX/MSP patch was posted to the list by Alex
thnx!!!
// jC
so now the spell messages should look like:
/spell 1_
/spell 9_
etc, where '1_' is a string that has a dummy underscore
i have uploaded the new src to google groups. its the latest ix-svn tarball
tk