1) Binding alt-/ shows as bound to / It seems to be the only key this happens for
2) The following macro, from 'Inventive Creation' video series on youtube only works as an Action, not as a bound key.
Code: Select all
Tracktion.setPosition ('transport', Tracktion.getPosition ('markOut'));
Tracktion.splitClips();
Tracktion.setPosition ('transport', Tracktion.getPosition ('markIn'));
Tracktion.splitClips();When the macro is run as an Action it works fine, but when run from a key combination, it basically splits at the edit cursor not the Range points.
That seems to be because I have 'Use the edit cursor for editing operations' enabled. If I disable it, the key-bound version works like the Action-bound version.
Other operation using the Range position work fine eg setting the in/out markers
Code: Select all
Tracktion.setPosition ('loopIn', Tracktion.getPosition ('markIn'))