Closed GoogleCodeExporter closed 8 years ago
Is it better in the last release? The 'm' system for these switches have
changed now!
Original comment by bson...@gmail.com
on 3 Apr 2013 at 8:12
No it is still the same, it misses the sound when i go from pos3 to pos1
(ID2->ID0)
of the three position switch.
The same happens when i go from pos1 to pos3 (ID0->ID2).
Here is the sequence starting from pos1 (ID0 or top position just after power
up) with the sound ok.
1) move switch to pos3 = sound ok.
2) move to pos1 again = no sound for pos1
3) move to pos3 again = no sound for pos3
4) move to pos1 again = sound ok for pos1
5) move to pos3 again = sound ok for pos3
6) move to pos1 again = no sound for pos1
7) repeat
Stopping to the middle position does not change the situation.
Chris
Chris
Original comment by hendri...@gmail.com
on 3 Apr 2013 at 9:40
And what are the functions used:
ID0 => PlayTrack (trck1)
ID1 => PlayTrack (trck2)
ID2 => PlayTrack (trck3)
?
Original comment by bson...@gmail.com
on 3 Apr 2013 at 9:54
ID0m => PlayTrack (trck1)
CS1m => PlayTrack (trck2)
ID2m => PlayTrack (trck3)
CS1m = AND ID1 ID1 with a delay of 0.5s in order to avoid playing the sound
when
i transition from ID0 to ID2 and vice versa without stoping in ID1.
Original comment by hendri...@gmail.com
on 3 Apr 2013 at 11:29
In the last version you should use ID0 / CS1 / ID2 and - as the repeat
parameter (to play tracks only one time)
Original comment by bson...@gmail.com
on 3 Apr 2013 at 12:54
Ok i will try it
Chris
Original comment by hendri...@gmail.com
on 3 Apr 2013 at 1:15
It works fine !!!
I could'nt find the repeat parameter so i guessed that no setting in the last
field means 1 because after that it moves in steps of 5.
Chris
Original comment by hendri...@gmail.com
on 3 Apr 2013 at 1:29
Right, the '-' char means no repeat!
Original comment by bson...@gmail.com
on 3 Apr 2013 at 1:31
Original issue reported on code.google.com by
hendri...@gmail.com
on 23 Mar 2013 at 1:23