diff --git a/package.json b/package.json index 3915c37..485383c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "figure53-qlab-advance", - "version": "2.9.2", + "version": "2.9.3", "main": "qlabfb.js", "type": "module", "scripts": { diff --git a/qlabfb.js b/qlabfb.js index 91b5bc6..6a6a9a7 100644 --- a/qlabfb.js +++ b/qlabfb.js @@ -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)