Is there any plans to add these for Push 2 as well?
Trigger, Create, Randomize and Edit Variations
Best,
M
Search found 9 matches
- Sat Oct 19, 2024 4:06 pm
- Forum: Ableton Push
- Topic: Macro Variations for Push 2
- Replies: 1
- Views: 6949
- Tue Mar 05, 2024 8:58 pm
- Forum: Ableton Live
- Topic: Ableton live 12 doesn't react
- Replies: 0
- Views: 586
Ableton live 12 doesn't react
Hi good people
Win 11, amd ryzen 7 , spec for 2020
So just installed 12, and it opens, scan plugins, all good
But then no keyboard shortcut or mouse clicks work, not even a ableton live window, can't close it or minimize it. one thing i can do is drag and drop audio files into it. But again mouse ...
Win 11, amd ryzen 7 , spec for 2020
So just installed 12, and it opens, scan plugins, all good
But then no keyboard shortcut or mouse clicks work, not even a ableton live window, can't close it or minimize it. one thing i can do is drag and drop audio files into it. But again mouse ...
- Fri Nov 24, 2023 12:43 pm
- Forum: Tips & Tricks
- Topic: The Little List of Tips and Tricks
- Replies: 404
- Views: 1146110
Re: The Little List of Tips and Tricks
I know some people were asking for Middle mouse wheel changes
For Windows users Autohotkey scripts
Here is a little Autohotkey script for mapping keyboard arrow keys to scroll wheel of your mouse, so you can change values with mouse
WheelUp::Send, {Up}
WheelDown::Send, {Down}
return
Plus with ...
For Windows users Autohotkey scripts
Here is a little Autohotkey script for mapping keyboard arrow keys to scroll wheel of your mouse, so you can change values with mouse
WheelUp::Send, {Up}
WheelDown::Send, {Down}
return
Plus with ...
- Fri Nov 24, 2023 7:51 am
- Forum: Ableton Live
- Topic: mouse wheel in ableton
- Replies: 13
- Views: 16116
Re: mouse wheel in ableton
Doesn't appear Autohotkey is available for MacOS.
Ableton is HIGHLY customizable via keyboard and MIDI mapping. There just isn't much in the way of customization for the mouse experience - and the mouse is just as integral to the Ableton experience as the keyboard, a MIDI keyboard/device, and the ...
- Thu Nov 23, 2023 8:48 pm
- Forum: Ableton Live
- Topic: mouse wheel in ableton
- Replies: 13
- Views: 16116
Re: mouse wheel in ableton
Here is a little Autohotkey script for mapping keyboard arrow keys to scroll wheel of your mouse, so you can change values with mouse
WheelUp::Send, {Up}
WheelDown::Send, {Down}
return
Plus with Shift for finer control on some, and bigger jumps on other
+WheelUp::Send, +{Up}
+WheelDown::Send ...
WheelUp::Send, {Up}
WheelDown::Send, {Down}
return
Plus with Shift for finer control on some, and bigger jumps on other
+WheelUp::Send, +{Up}
+WheelDown::Send ...
- Thu Nov 16, 2023 8:18 pm
- Forum: Feature Wishlist
- Topic: Middle Mouse Button to Pan
- Replies: 26
- Views: 42259
Re: Middle Mouse Button to Pan
Here is Autohotkey to remap Ctrl+Alt+Left Mouse Button to Middle Mouse Button
#IfWinActive, ahk_exe Ableton Live 11 Suite.exe
#InputLevel 1
MButton::^!LButton
Old shortcut will still work, but with this script now Middle mouse button will also do panning
and here is for Undo/Redo
^+z::
Send ...
#IfWinActive, ahk_exe Ableton Live 11 Suite.exe
#InputLevel 1
MButton::^!LButton
Old shortcut will still work, but with this script now Middle mouse button will also do panning
and here is for Undo/Redo
^+z::
Send ...
- Wed Feb 01, 2023 8:08 am
- Forum: Tips & Tricks
- Topic: AsioFlex for Wasapi Loopback feature
- Replies: 0
- Views: 3435
AsioFlex for Wasapi Loopback feature
If you are on windows and don't have audio interface with loopback option and want to record sound directly into Live from Youtube, spotify ....,
Here is a quick solution
First is you need to install Asioflex driver
In this youtube video there is a quick explanation where to find it and how to do ...
Here is a quick solution
First is you need to install Asioflex driver
In this youtube video there is a quick explanation where to find it and how to do ...
- Tue Jan 31, 2023 8:41 pm
- Forum: Feature Wishlist
- Topic: Wasapi support for Windows
- Replies: 32
- Views: 93366
Re: Wasapi support for Windows
I guess FlexAsio can do the job. Once installed you can choose Wasapi. Gonna etst it now based on this video
https://www.youtube.com/watch?v=3eUHSJX2HSY
https://www.youtube.com/watch?v=3eUHSJX2HSY
- Sun Jan 29, 2023 7:56 pm
- Forum: Ableton Live
- Topic: AutoHotKey Freeze and Flatten Track shortcuts for Windows Users
- Replies: 1
- Views: 1788
AutoHotKey Freeze and Flatten Track shortcuts for Windows Users
So i am not a coder or anything similar, far from it, but i menaged with help of chatgpt to figure out crude script in order to use Freeze and Flatten Track in Ableton Live on Windows with Autohotkey script This one is based on just single keyboard shortcut , but this version have some issues ...