Releases: dathinaios/CuePlayer
Releases · dathinaios/CuePlayer
CuePlayer v1.0.0
- Implement offset argument for Timeline
- Implement setter for server volume
CuePlayer v0.2.4
- add methods for global deactivation of
DurationLine
instances. - change methods
activate
/deactivate
toon
/off
and addtoggle
. - allow
CuePlayer
method calls from inside a cue. - Bug Fix: large window value was displayed as float.
CuePlayer v0.2.3
- the new class
DurationLine
creates a vertical line on the large window which scrolls from left to right within a certain amount of time. This may be used as a visual representation of the duration of a process. - the
addMIDIFunc
method was added to allow addition of custom midi controls to theCuePlayer
midi management system. - timeline argument defaults have been changed to
( mode: \time, quant: 0 )
- bug fixes:
- timer would not start on foot-switch trigger.
- crash when large window was closed after being initiated.
CuePlayer v0.2.2
- the
midiTriggerControl
method has been added, to allow for the evaluation of sequential cues upon receiving a midi-control message from an external device (such as a foot-pedal). - the
midiTrigger
method has been renamed tomidiTriggerNoteOn
and will be deprecated in a future release.
CuePlayer v0.2.1
- Fix
.add
method. - Allow access to the large display window using the
lrgCueWin
variable. See #8.
CuePlayer v0.2.0
Release Notes
- support for displaying information. Refer to CueInfo and CuePlayer help files as well as the updated tutorial for details.
- various bug fixes
Bug Fix Release
Fixes GUI crash when server is not booted.
CuePlayer v0.1.0
link to release