Search found 798 matches

by Rivanni
Tue May 13, 2025 4:06 pm
Forum: Ableton Live
Topic: Melda plugins not appearing in Browser search
Replies: 3
Views: 3952

Re: Melda plugins not appearing in Browser search


They need to make it that two caps following each other also are understood..

They should allow the use of partial words. This would address your and many other search issues. All file and search applications that I use on Windows and macOS are capable of this. Searching Live's database using ...
by Rivanni
Mon May 12, 2025 11:35 pm
Forum: Ableton Live
Topic: High cpu(130%) on macbook 13 M3 pro activity monitor
Replies: 9
Views: 6009

Re: High cpu(130%) on macbook 13 M3 pro activity monitor

lfernandosg wrote:
Mon May 12, 2025 7:14 pm
While researching, I saw people saying to disable HiDPI globally or in the plugin, but in version 12.1.11 it doesn't appear in the paths they went through.
Because it's a Windows-only setting.
by Rivanni
Mon May 12, 2025 6:34 pm
Forum: Ableton Live
Topic: Drum rack play column won't go below c2?
Replies: 2
Views: 3767

Re: Drum rack play column won't go below c2?

Are you perhaps confusing C2 with C-2, which is the lowest?
The dash is a minus sign, not a separator.
by Rivanni
Mon May 12, 2025 6:29 pm
Forum: Ableton Live
Topic: Melda plugins not appearing in Browser search
Replies: 3
Views: 3952

Re: Melda plugins not appearing in Browser search

Live only finds items where the words in the file name start with the search text. So typing 'rift' won't show 'Drift' in the results. I wish it did.

Spaces, underscores, and capital letters are considered word separators, except when there is only one capital letter, as is the case with the Melda ...
by Rivanni
Fri May 09, 2025 2:27 pm
Forum: Ableton Live
Topic: Need Need help outputting Midi mpe SLIDE values to midi port
Replies: 3
Views: 3150

Re: Need Need help outputting Midi mpe SLIDE values to midi port

It's not the pixels, but rather the fact that the parameter internally uses decimals while only showing whole numbers in the interface. So small movements can change a value from 8.47 to 8.51, which rounds differently as you noticed.

You'll see this a lot in Live, unfortunately.
by Rivanni
Fri May 09, 2025 1:34 pm
Forum: Max For Live
Topic: LOM Class: Song Function: move_device
Replies: 6
Views: 5833

Re: LOM Class: Song Function: move_device

You use
path live_set tracks 8 devices 5 view
instead of
path live_set tracks 8 devices 5

view is a child of the device, not the device itself. So, you use the wrong id.


You also feed all paths into the same live.object. To quickly get the id it's fine, but remember that the id of the last ...
by Rivanni
Fri May 09, 2025 11:34 am
Forum: Max For Live
Topic: LOM Class: Song Function: move_device
Replies: 6
Views: 5833

Re: LOM Class: Song Function: move_device

Can you share your patch here? At least the part in which you obtain the device and track I'd as well as the move function.

(Select the part of the patch you wish to copy
Choose Copy Compressed from the Edit menu to copy the selected objects to the clipboard. Then paste it here.)


What version of ...
by Rivanni
Fri May 09, 2025 7:24 am
Forum: Ableton Live
Topic: Cannot move Track Title Bar
Replies: 3
Views: 4537

Re: Cannot move Track Title Bar

You won't get an answer. Ableton never disloses their plans.
by Rivanni
Thu May 08, 2025 6:45 pm
Forum: Ableton Live
Topic: Ableton Authorisation Confusion.
Replies: 2
Views: 2893

Re: Ableton Authorisation Confusion.

When you go to your son's Ableton account page (https://www.ableton.com/en/account/), the drop-down list above the download button should mention the licenses he has. Perhaps he also got a Live 12 Lite license or some other license other than Live 11 Standard.
When authorizing Live you must pick the ...
by Rivanni
Thu May 08, 2025 6:26 pm
Forum: Max For Live
Topic: LOM Class: Song Function: move_device
Replies: 6
Views: 5833

Re: LOM Class: Song Function: move_device

You put the track and device ids in the wrong order.

The syntax in your post is correct, with the device id coming first, followed by the track id. However, in your code, you mixed them up.
by Rivanni
Sun May 04, 2025 11:07 am
Forum: Tips & Tricks
Topic: Scroll Ableton parameters and clips/tracks/playhead with your mouse wheel
Replies: 1
Views: 5857

Re: Scroll Ableton parameters and clips/tracks/playhead with your mouse wheel


Hello, I made an Auto Hotkey script [...]


Substitute the #Hotif WinActive line with this new line to ensure the script is compatible with every edition and version of Live.

#HotIf WinActive("ahk_class Ableton Live Window Class")



Some mice send a rapid flood of events, which results in a ...
by Rivanni
Tue Apr 29, 2025 7:30 pm
Forum: Ableton Push
Topic: Strategies for performing large projects on Push 3
Replies: 8
Views: 19884

Re: Strategies for performing large projects on Push 3

If you cannot use Logic, this free Max device called Resampler can be helpful. It basically does the same as Logic's AutoSampler.
I tested it in the Live 12.2 beta, and it still works.
by Rivanni
Tue Apr 22, 2025 11:55 pm
Forum: Ableton Live
Topic: Issues: Phantom Automation, Invisible Browser (Live 10)
Replies: 1
Views: 1534

Re: Issues: Phantom Automation, Invisible Browser (Live 10)

Could you create a video that showcases all these problems?
You can upload it to a cloud drive and paste the link here.


The two Pitch Bend parameters are only similar in name but not in function. That's why they behave differently.
What plugin are you using? I cannot tell what the parameter in the ...
by Rivanni
Thu Apr 10, 2025 6:30 am
Forum: Ableton Live
Topic: Where are my instrument rack toggles gone?
Replies: 7
Views: 4167

Re: Where are my instrument rack toggles gone?

It's an instrument rack containing the devices I listed.
As you can see on the page I linked, Echo and Hybrid Reverb are not included in Standard. That's why the rack is cannot be opened.
by Rivanni
Thu Apr 10, 2025 6:18 am
Forum: Ableton Live
Topic: vsts not appearing on windows 11
Replies: 2
Views: 1094

Re: vsts not appearing on windows 11

Are the plugins 64-bit? 32-bit plugins are not supported.

Did you put the DLL (=VST2) and VST3 files each in their corresponding folders?
What folders did you use and did you set those in Live's settings?

It's best to use the system folder for VST3s, which is C:\Program Files\Common Files\VST3 ...