comparison README.OSC @ 1617:afe620d017d7

Update OSC handler: fix play (which wasn't working because it didn't resume audio driver) and speedup (wrong mapping for the new speed controls), and add more sensible new speed method
author Chris Cannam
date Mon, 27 Feb 2017 15:07:27 +0000
parents 80eae4eb6cc8
children e9c77a4c865e
comparison
equal deleted inserted replaced
1616:e86e23110e42 1617:afe620d017d7
165 Accepted main window <control>s are: 165 Accepted main window <control>s are:
166 166
167 gain 167 gain
168 whose values are linear multipliers (i.e. 1.0 == unity gain). 168 whose values are linear multipliers (i.e. 1.0 == unity gain).
169 169
170 speedup 170 speed
171 takes a value of a percentage increase in playback 171 takes a value of a percentage change in playback
172 speed, so 0 is the default playback speed, 100 sets double 172 speed, so 100 is the default playback speed, 200 sets
173 the default speed, and -100 sets half the default speed 173 double the default speed, and 50 sets half the default.
174 (yes, I know, it's nonsense, sorry).
175 174
176 overlays 175 overlays
177 controls the verbosity level of the text overlays on 176 controls the verbosity level of the text overlays on
178 each pane, from 0 (everything off) to 2 (everything on). 177 each pane, from 0 (everything off) to 2 (everything on).
179 178