Skip to content

Commit

Permalink
Merge pull request #155 from istnv/fix/ph_cleared
Browse files Browse the repository at this point in the history
Revert to peroidic playhead query  #152
  • Loading branch information
istnv authored Dec 8, 2024
2 parents 14037f1 + e2d2b79 commit 65843d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "figure53-qlab-advance",
"version": "2.9.2",
"version": "2.9.3",
"main": "qlabfb.js",
"type": "module",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion qlabfb.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,8 @@ class QLabInstance extends InstanceBase {
if (0 == this.pollCount % (this.config.useTenths ? 10 : 4)) {
this.sendOSC('/overrideWindow', [], true)

//this.sendOSC((this.cl ? '/cue_id/' + this.cl : '') + `/playhead${phID}`, [])
// still needed, QLab does not notify when playhead is cleared/reset
this.sendOSC((this.cl ? '/cue_id/' + this.cl : '') + `/playhead${phID}`, [])

if (5 == this.qVer) {
this.sendOSC('/alwaysAudition', [], true)
Expand Down

0 comments on commit 65843d8

Please sign in to comment.