Tracktion Waveform 13 - Return Cursor To Start Position
- KVRist
- 30 posts since 18 Jun, 2016 from Germany
Hi,
I really prefer my cursor to go back to the start position when stopping playback. It seems like this feature exists in Waveform, at least in older versions. I also read that it only works in Pro now!?
So my question is, how can i enable this feature in the Free version of 13? I really don't like pressing a second hotkey to go back.
I really prefer my cursor to go back to the start position when stopping playback. It seems like this feature exists in Waveform, at least in older versions. I also read that it only works in Pro now!?
So my question is, how can i enable this feature in the Free version of 13? I really don't like pressing a second hotkey to go back.
- KVRAF
- 4885 posts since 3 Jan, 2003 from Vancouver
I've never used the free version, so I can't tell you what features it does and doesn't have, but when I have an edit open and use the menu at the bottom left under Options there is a "Return to start on play" which returns the cursor to the start position on play, but not stop. You'll have to check yourself to see if it's there. I'm guessing if it's not there then you are out of luck. I don't see any other way to get that to work.
Surely there must be consensus by now...
- KVRist
- Topic Starter
- 30 posts since 18 Jun, 2016 from Germany
Hm, I've made a Screenshot. This is what it looks like for me.
You do not have the required permissions to view the files attached to this post.
- KVRist
- Topic Starter
- 30 posts since 18 Jun, 2016 from Germany
I wonder if there's a line for it in the config/settings files. I tried searching for some strings but didn't find anything. If so I could maybe manually add that line.
- KVRist
- Topic Starter
- 30 posts since 18 Jun, 2016 from Germany
Ok, I figured it out by starting a Pro trial, enabling the setting and then going back into Free mode.
In the file "/AppData/Roaming/Tracktion/Waveform/Waveform.settings" you can insert the following line to enable it:
<VALUE name="resetCursorOnPlay" val="1"/>
It also works in Free mode.
In the file "/AppData/Roaming/Tracktion/Waveform/Waveform.settings" you can insert the following line to enable it:
<VALUE name="resetCursorOnPlay" val="1"/>
It also works in Free mode.
-
FreeSoftwareMilitant FreeSoftwareMilitant https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=723936
- KVRer
- 2 posts since 30 Oct, 2024
Thanks to @Beatfella, I found that in Linux version of Waveform 13, probably you can't find the settings xml or any kind of file. Linux users have to export settings and then edit it with some' like K Write. Also must add "<VALUE name="resetCursorOnPlay" val="1"/>" at somewhere around Line 10656. I added like this. It literally worked on Fedora 40. And then Import settings. Thanks again.
-
- KVRer
- 2 posts since 6 Jan, 2025
AUTO-ADMIN: Non-MP3, WAV, OGG, SoundCloud, YouTube, Vimeo, Twitter and Facebook links in this post have been protected automatically. Once the member reaches 5 posts the links will function as normal.
Nevermind, it's the option in the Code: Select all (#)
Waveform.settings-
- KVRer
- 1 posts since 5 Feb, 2025
You can use macros to return to the start position after playback:
Tracktion.setPosition ('cursor', Tracktion.getPosition ('startPosition'));
Tracktion.startStopPlayback();
-> Just assign spacebar to this makro and it will jump to the start position whenever you hit spacebar
Tracktion.setPosition ('cursor', Tracktion.getPosition ('startPosition'));
Tracktion.startStopPlayback();
-> Just assign spacebar to this makro and it will jump to the start position whenever you hit spacebar
-
- KVRer
- 1 posts since 17 Apr, 2025
Wave form 13 free version return cursor to start position. If you go under settings, general and check the box that says enable separate cursor. Then go back to your edit screen, you will see a ghost line that will enable you to do edits without moving your play head. Hope this helps you guys!
It sure helped me!
It sure helped me!