Search found 4 matches

by jan3er
Sun Jan 22, 2017 9:53 am
Forum: Bug Reports
Topic: Jack Transport skewed
Replies: 0
Views: 13871

Jack Transport skewed

Hello Jesse, I have trouble synchronizing sooperlooper as slave to the jack transport. About every second time I start the jack transport, sooperlooper does not set the beat correctly. This means that out of the two possible eighths to put the beat on, sooperlooper puts it on the offbeat. This occur...
by jan3er
Sun May 08, 2016 5:41 pm
Forum: Looping Techniques
Topic: Undo/Redo to beginning of loop
Replies: 5
Views: 24423

Re: Undo/Redo to beginning of loop

yes, my problem is solved. The code seems well documented. I changed it such that when undoing/redoing an overdub operation the playback behaves as usual, but when undoing/redoing a record operation the recording is played from the start. This way I can play without quantization/clock but still jump...
by jan3er
Sun May 08, 2016 6:43 am
Forum: Looping Techniques
Topic: Undo/Redo to beginning of loop
Replies: 5
Views: 24423

Re: Undo/Redo to beginning of loop

Thanks for your reply, I found out you can do it without clock. I made two minor changes in static void redoLoop(SooperLooperI *pLS) static void undoLoop(SooperLooperI *pLS, bool forceClear) in plugin.cc, recompiled it and it works like a charm. From the comments in the source code it reads as if my...
by jan3er
Sat May 07, 2016 6:51 am
Forum: Looping Techniques
Topic: Undo/Redo to beginning of loop
Replies: 5
Views: 24423

Undo/Redo to beginning of loop

Hello,
when I switch with undo/redo between two recordings with slightly different length the playback soon becomes out of sync. Is there a way to make a recording start from the very beginning when being switched to by undo/redo?