When the list of playing tracks is requested the `WavTrigger` returns the tracknumbers -1. ``` >>>wt.play(1);wt.play(2);wt.play(3) >>>wt.playing() >>>[0,1,2] ``` Bug or feature? Should this be fixed in the python code?
When the list of playing tracks is requested the
WavTriggerreturns the tracknumbers -1.Bug or feature? Should this be fixed in the python code?