Repeated actions with macros

Logelloop Macro editor

It is possible to make repeated actions in Macros. This is two manners : DoRepeat// Everything here is repeated indefinitelyWhile true or : RepeatWhile true// Everything here is repeated indefinitely. EndRepeat If you want you can add a break in this repeated action.DoRepeat// Everything here is repeated indefinitely. Sleep 10 // Sleep 10 will stop the loop for 10 milliseconds While true The macro can also wait a user action to repeat the action

New features and bug fixes

New features and bug fixes

Logelloop 5.0.20 Performance improvement on Looper, Main Looper and Macro Babylooper : Improved the behavior on mono tracks Saved loops : “This loop cannot be loaded (bad sample rate)” is only visible when needed Main Looper : after Nextloop, SFX are not removed or changed Main Looper : after Nextloop, the metronome is not set to master Metronome : fixed midi commands LFX / SFX creation : now possible to

Make your own Logelloop Plug-ins with Max

Make your own Logelloop Plug-ins with Max

It is very simple to make LFX or SFX for Logelloop with Max Patchers. To create your insert, go to the Tools menu and choose one of these three options : Create an LFX insert in the Tracks inserts folder of the projectCreate an LFX insert in the Inputs inserts folder of the projectCreate an SFX plug-in with Max Then, give the name you want to your Plug-In, click OK