Forum Replies Created
-
AuthorPosts
-
DanielAkerbergMemberAh, it was this easy! Thanks again.
19 January 2024 at 23 h 19 min in reply to: Insert Looper actions NOT started on first beat of next bar with ActionAtNextBar #6207
DanielAkerbergMemberThanks for the feedback!
Since all my audio is routed through Ableton Live this fix with Link Metronome case would be very appreciated!
DanielAkerbergMemberI now found that I should use InsertSendMessage!
18 January 2024 at 18 h 36 min in reply to: Insert Looper actions NOT started on first beat of next bar with ActionAtNextBar #6202
DanielAkerbergMemberI now tried the same actions when Metronome is in “Metronome Master” mode. Here the actions started as expected, i.e. on first beat in next bar. However, the Insert Loopers playhead was always a little off sync, maybe 500 ms (seemed to be a little ahead of the metronome everytime). So there seems to be sync issues connected to the Metronome Mode.
DanielAkerbergMemberThank 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!
DanielAkerbergMemberThanks for your help! I saw you had added this functionality as part of the latest 5.5 Beta.
//
Daniel
DanielAkerbergMemberThanks 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.
DanielAkerbergMemberHi,
I did actually try with the Note as well, but no luck. How do I use Midi Learn? I haven’t seen it.
DanielAkerbergMemberHi,
Ok! Then I will awaite the update.
//
Daniel
DanielAkerbergMemberHi 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 #4986
DanielAkerbergMemberHere 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 #4984
DanielAkerbergMemberHi,
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!
//
Daniel
DanielAkerbergMemberHi,
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 #4976
DanielAkerbergMemberThank 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
DanielAkerbergMemberHi,
Thanks for the reply. I will check this in Interface options.
Yes, plesae make a tutorial for the macro. Thanks! -
AuthorPosts