Live Enhancement Suite (LES) for Windows updated for Live 12.3+ with 3 new added keybinds, better timings and new functionality.
- Compatible with Live 12.3 and above via improved right-click menu search routine that works again with better timings.
- The optional closing of the browser after a search is now realised via the Ctrl + Alt + B shortcut instead of previously via mouse click with coordinates (which tended to fail). The setting for this (resetbrowsertobookmark) is still respected, coordinates aren't.
- Buplicate has a new shortcut (Ctrl + Shift + B) to allow for Bouncing to new track via Ctrl + B.
- Clear track (remove all clips from currently hovered track) via Alt+X is now working in Live 12.3 again. Due to AHK not being able to determine the exact point release version, this will not work Live 12.x versions before 12.3.
- Improved performance: Let LES check against actual changes of
menuconfig.iniinstead of rebuilding the right-click menu every single time. Especially with icons (see below), this now feels instant.
- Icons: Add icons to the left-hand column for select (or all) menu items.
- If enabled, you can add tiny icons to the left of a menu item. The menu with icons takes slightly longer to load up if
dynamicreloadis active. - Place
.icoor.pngfiles inside aniconsfolder in your main LES directory. - Files should be small (performance!) and best designed as squares (16x16px).
- PNG is sometimes tricky regarding transparency. Best use
.icofiles for full transparency support. - Add an icon by referencing it in square brackets in front of a menu item name. Example: If the file is called
synth.pngorsynth.ico, you would write your menu item's first line like this:[synth] Serum 2. settings.inineeds a new settingenableiconsset to1(see defaultsettings.ini). If the option is set to0or doesn't exist, LES disables the feature.
- If enabled, you can add tiny icons to the left of a menu item. The menu with icons takes slightly longer to load up if
- Close and fold: Closing the window after loading the device (VST2/VST3 only), and folding the mini window in the device chain at the bottom. Can be used together or individually. Just add
-closeand/or-fold(with a leading space) to the second line of your entries inmenuconfig.ini. Both are optional.-closecan be overridden when loading a plugin by holding the Shift button while clicking the corresponding menu item.
Example entry for a plugin:
Arturia Pigments
Pigments vst3 -close
Pigments closes after loading
Arturia Pigments
Pigments vst3 -fold
Pigments' window in device view folds after loading
Arturia Pigments
Pigments vst3 -close -fold
Pigments closes and folds after loading
Disclaimer: This is an update to make LES work great again cough on Live 12.3 and above. I'm not a hardcore AHK developer. But please let me know if you're facing any issues.
Link to original: https://github.com/LiveEnhancementSuite/LESforWindows