When running remote.py I get this error message on different events:
File “./remote.py”, line 272, in ?
Player.play()
File “./remote.py”, line 210, in onKeyUp
displayParams()
File “./remote.py”, line 159, in displayParams
Val = float(Tracker.getParam(Path))
AttributeError: ‘Tracker’ object has no attribute ‘getParam’
It seems that for example displayParams() doesn’t work and I’ve no idea why…
Also I can trigger mouse events, but remote.py seems not to detect touch events at all.
At least nothing is reported in the terminal or over OSC.
Running version 0.7.0a on os x 10.4.11
Any help or suggestions?
thanks!
