Waveform 10.3.3 available in beta

Discussion about: tracktion.com
Post Reply New Topic
RELATED
PRODUCTS

Post

Now available in your Tracktion account.

Code: Select all

10.3.3:
- Bugs: Fixed iLok protected plugins on macOS 10.14 & 10.15

10.3.2:
- Bugs: Fixed crash closing rack window after undoing creation of rack
- Bugs: Fixed crash using "Convert to MIDI" in floating actions window
- Bugs: Fixed crash deleting modifier when modifier window open
- Bugs: Fixed dragging groups of clips by markers offsetting all clips vertically
- Bugs: Fixed "Select all clips within the marked region" not selecting all clips
I'd be interested to hear if anybody was having issues with iLok protected plugins on the latest macOS if 10.3.3 fixes issue, especially if you are running a Catalina beta.

Post

Heya. I think there's a bug with `getPosition('markIn')` and `markOut`. The "insert space at marked region" menu doesn't do anything. So I added some debug to the script:

Code: Select all

var m1 = Tracktion.getPosition ('markIn'); 
var m2 = Tracktion.getPosition ('markOut'); 
Tracktion.showMessageAboveProperties('m1 is ' + m1 + ' and m2 is ' + m2);
//Tracktion.insertSpaceIntoEdit (m1, m2 - m1);
with this result:
Image

I'm doing what I used to do in an earlier version to insert space. Am I using the markers wrong? :)

UPDATE: If I change the above code to use `loopIn` and `loopOut` then it gets some numbers and `insertSpaceIntoEdit()` works as expected. But I don't see anything about separate loop markers versus markerMarkers(?) in the keyboard shortcuts, so I'm still not sure whether it is a bug or not!
P.s. thanks for the scripting system that means I can still do what I want to do, bug or not.

Post Reply

Return to “Tracktion”