Forum Replies Created
-
AuthorPosts
-
DanielAkerberg
MemberThank you.
I now found the variables you mentioned in the reference guide. I still have some questions though.
1. The “Main looper” is that the currently selected looper (could I use $current_selected_track$)? If not, can I somehow define what looper/track to ask the state for?
2. Is there any “Play” state for the looper? I.e. is there anyway of knowing if the looper is just playing (not in record, mute, overdub, multiply…)?
3. Is there anyway of knowing the state of an Insert Looper?Thanks again!
DanielAkerberg
MemberThanks for your help! I saw you had added this functionality as part of the latest 5.5 Beta.
//
DanielDanielAkerberg
MemberThanks for the help. Actually the reference documentation for midi messages for my Launchpad was not correct. But now it is correct since you showed me the midi learn.
DanielAkerberg
MemberHi,
I did actually try with the Note as well, but no luck. How do I use Midi Learn? I haven’t seen it.
DanielAkerberg
MemberHi,
Ok! Then I will awaite the update.
//
DanielDanielAkerberg
MemberHi Philippe,
Yes, the tempo itself is stable in ‘Link’ mode. However, the beats are never really synced towards Ableton. When Ableton is on beat 2, Logelloop can be on beat 4. It all depends on when you start the metronome in Logelloop. This is however a big issue when looping in a live scenario for example. Do you think this can be fixed? I could send a print screen of this offset of beats, but don’t think I can attach pictures here…
//
Daniel15 February 2021 at 20 h 27 min in reply to: Control loop slicing window using midi controller #4986DanielAkerberg
MemberHere is an example Macro I got from Philippe that solves my question above:
DoRepeat
MessageMain $midiv_cc1$
TrackLoopBeginAt trk1 {scale($midiv_cc1$, 0, 127, 0, $current_loop_duration_samples$)}
TrackLoopEndAt trk1 {scale($midiv_cc2$, 0, 127, 0, $current_loop_duration_samples$)}
Sleep 50While true
13 February 2021 at 23 h 22 min in reply to: Distorsion and silence with aggregated Audio Interface #4984DanielAkerberg
MemberHi,
Hmm. I cannot find where this potential feedback got be hidden. If we could connect through teamViewer that would be great. Please suggest a time that would work for you.
Thanks!
//
DanielDanielAkerberg
MemberHi,
I switched to Link mode but the result was exactly the same.
Another strange thing is that when I use these two modes there is a lag in the looper recording so that a half second silence is placed at the beginning of the loop. This lag does not happen when I synchronize looper with the Metronome in Metronome Master mode (without the external sync).
Without these functions I cannot really use Logelloop. What is your suggestion?
Thanks!
//Daniel13 February 2021 at 12 h 29 min in reply to: Control loop slicing window using midi controller #4976DanielAkerberg
MemberThank you Gwenole for your examples. They will be of great use when recalling specific predefined parts of the loop!
Is there also a way of modifying TrackLoopBeginAt and TrackLoopEndAt in ‘real time’ using for example two rotary knobs if you want to enlarge/minimize the loop/slicer window in a live performance without predefined loop windows? Basically, the same way you can using the mouse pointer today. Thanks again!
Regards
//
Daniel-
This reply was modified 1 year, 3 months ago by
DanielAkerberg.
DanielAkerberg
MemberHi,
Thanks for the reply. I will check this in Interface options.
Yes, plesae make a tutorial for the macro. Thanks! -
This reply was modified 1 year, 3 months ago by
-
AuthorPosts