Search found 72 matches
- Wed Apr 30, 2025 9:09 am
- Forum: Ableton Live
- Topic: Duplicating Cue Output
- Replies: 0
- Views: 8016
Duplicating Cue Output
I duplicate my Main Output, so that when I'm on my Push3S I can output via the Analog outputs as well as over ADAT. I do this with a dedicated track whose [Audio From] is set to [Master] and whose [Audio To] is set to [Ext. Out] and the second hardware output I want to shadow the [Master]. Works ...
- Thu Mar 20, 2025 6:12 pm
- Forum: Ableton Push
- Topic: Sending output to Push 3 standalone ADAT
- Replies: 5
- Views: 20623
Re: Sending output to Push 3 standalone ADAT
Been screwing around with this for **hours** ... though I would post the specifics to maybe help others along this path.
I develop in Live on a PC for use in my WindSynth Rig, which has a Push 3 Standalone. I use that rig for broadcast and on-the-road shows.
Both the PC development system and the ...
I develop in Live on a PC for use in my WindSynth Rig, which has a Push 3 Standalone. I use that rig for broadcast and on-the-road shows.
Both the PC development system and the ...
- Wed Sep 18, 2024 9:46 am
- Forum: Feature Wishlist
- Topic: Session crossfade from one clip to another
- Replies: 18
- Views: 14407
Re: Session crossfade from one clip to another
For anyone still searching for a way to do this (I am ... since I've got a gaggle of ambient textures stacked in a Session View track and I would love to (more like need to ) smoothly transition between them) ...
Here's a video that does seem to offer a solution technique - somewhat convoluted but ...
Here's a video that does seem to offer a solution technique - somewhat convoluted but ...
- Fri Jul 26, 2024 9:39 am
- Forum: Ableton Push
- Topic: Menu Choices Truncated
- Replies: 1
- Views: 1879
Menu Choices Truncated
Is there a way to see the full text of a menu item on Push 3S?
I have a device (the Link receiver by Aodyo) that presents several devices that are named by Push as:
"Sylphyo Link Sylphyo Link DIN",
"Sylphyo Link Sylphyo Link USB Host", and
"Sylphyo Link Sylphyo Link"
I cannot distinguish ...
I have a device (the Link receiver by Aodyo) that presents several devices that are named by Push as:
"Sylphyo Link Sylphyo Link DIN",
"Sylphyo Link Sylphyo Link USB Host", and
"Sylphyo Link Sylphyo Link"
I cannot distinguish ...
- Thu Jul 25, 2024 7:18 pm
- Forum: Ableton Live
- Topic: Sending Raw MIDI
- Replies: 15
- Views: 4590
Re: Sending Raw MIDI
You could for instance use the [coll] object to store the data, with « store contents in patcher » enabled in the inspector. Sorry, no computer here for a few days.
Thanks for the suggestion ... but ...
The pile of SysEx I need for each of the dozens of patch changes in my set is significant ...
- Thu Jul 25, 2024 4:52 pm
- Forum: Ableton Live
- Topic: Sending Raw MIDI
- Replies: 15
- Views: 4590
Re: Sending Raw MIDI
Major drawback to my scheme (and the whole use of the [seq] Max4Live object): Ableton's [Collect and Save] process does not pick up the .txt file associated with each M4L device .
This means that I cannot safely store my patch objects in my User Library, since the [Collect and Save] (which I need ...
This means that I cannot safely store my patch objects in my User Library, since the [Collect and Save] (which I need ...
- Tue Jul 16, 2024 4:32 pm
- Forum: Ableton Live
- Topic: Sending Raw MIDI
- Replies: 15
- Views: 4590
Re: Sending Raw MIDI
I did look at your Recorder - nice stuff but it was beyond me when I first looked at it ... and my device is actually much simpler:
<pre><code>
----------begin_max5_patcher----------
1055.3oc0X00aaaCE8YGf7efPurM.GCQJIKo9PA5vv.5CcsnqXuzMTPKwjvT
IRMQpNmVz+6ieH4nXKSojI2z8PbfnH88dNGdO7R ...
<pre><code>
----------begin_max5_patcher----------
1055.3oc0X00aaaCE8YGf7efPurM.GCQJIKo9PA5vv.5CcsnqXuzMTPKwjvT
IRMQpNmVz+6ieH4nXKSojI2z8PbfnH88dNGdO7R ...
- Tue Jul 16, 2024 2:34 pm
- Forum: Ableton Live
- Topic: Sending Raw MIDI
- Replies: 15
- Views: 4590
Re: Sending Raw MIDI
Moving forward. [seq] is the magic bullet. I've got it working on both Live / Workstation and Push 3S.
For my particular setup, I've hacked a small perl script to convert my ad hoc "TextMidi" format into the .txt format accepted by [seq]. Input looks like this:
# Example of a .tmid (Text-based ...
For my particular setup, I've hacked a small perl script to convert my ad hoc "TextMidi" format into the .txt format accepted by [seq]. Input looks like this:
# Example of a .tmid (Text-based ...
- Tue Jul 16, 2024 8:11 am
- Forum: Ableton Live
- Topic: Sending Raw MIDI
- Replies: 15
- Views: 4590
Re: Sending Raw MIDI
Thanks Chapelier ...
Wrestling a bit with the visual programming thing ... coming from 49 years of text based languages.
So SXformat is cool, except that it * requires * your content to be SysEx, and my hardware (VL70) calls for a mix SysEx and CC commands. Using Message instead for the MIDI ...
Wrestling a bit with the visual programming thing ... coming from 49 years of text based languages.
So SXformat is cool, except that it * requires * your content to be SysEx, and my hardware (VL70) calls for a mix SysEx and CC commands. Using Message instead for the MIDI ...
- Mon Jul 15, 2024 8:21 am
- Forum: Ableton Live
- Topic: Sending Raw MIDI
- Replies: 15
- Views: 4590
Re: Sending Raw MIDI
Digging into M4L now ... my first exposure to it. Thanks ...
Definitely the way to go for this issue. [sxformat] is made for this type of thing ...
Definitely the way to go for this issue. [sxformat] is made for this type of thing ...
- Sun Jul 14, 2024 11:36 am
- Forum: Ableton Live
- Topic: Sending Raw MIDI
- Replies: 15
- Views: 4590
Re: Sending Raw MIDI
OK, Glad I asked. Thanks for that ...
I just succeeded at exporting a Program Change command from Cantabile to a .MID file, importing that .MID into an Ableton Clip in Session view, and sending it to my VL70-m. It worked to change the patch appropriately on the VL70-m.
I cannot seen anything about ...
I just succeeded at exporting a Program Change command from Cantabile to a .MID file, importing that .MID into an Ableton Clip in Session view, and sending it to my VL70-m. It worked to change the patch appropriately on the VL70-m.
I cannot seen anything about ...
- Sun Jul 14, 2024 10:34 am
- Forum: Ableton Live
- Topic: Sending Raw MIDI
- Replies: 15
- Views: 4590
Re: Sending Raw MIDI
Cool. Thanks.
And you export from Midi-Ox to a .MID file, read that into a clip in Live, and have no issues sending that out to the device?
- Sun Jul 14, 2024 9:56 am
- Forum: Ableton Live
- Topic: Sending Raw MIDI
- Replies: 15
- Views: 4590
Sending Raw MIDI
I would like to send raw MIDI to an external device from MIDI clips in Live (both Workstation and Push 3S ). All the tools I have found related to Live seem to be GUI-based tools to make it easy for a given device, but I really just want to author the MIDI in Hex . Most of it would be SysEx, but ...
- Sat Jul 13, 2024 8:35 am
- Forum: Ableton Push
- Topic: Default Warp Mode on Push 3S?
- Replies: 1
- Views: 1531
Default Warp Mode on Push 3S?
Is there a way to set the default warp mode for recorded clips on Push 3S?
I'm live-looping Windsynth audio and the Warp Mode of the new clip defaults to [Beat] which I have to change (rather laboriously in performance) every single time ...
I'm live-looping Windsynth audio and the Warp Mode of the new clip defaults to [Beat] which I have to change (rather laboriously in performance) every single time ...
- Sat Jul 13, 2024 8:26 am
- Forum: Ableton Push
- Topic: Deactivated Clips on Push 3S?
- Replies: 2
- Views: 1516
Re: Deactivated Clips on Push 3S?
Thanks @jur ...
Deactivated clip do not play on Push 3S, so all is (sort of) OK. I've taken to deleting my deactivated clips before copying to Push, because they're pretty confusing since there is no visual cue ...
Would also be **great** if there was a simple roster somewhere of the status of all ...
Deactivated clip do not play on Push 3S, so all is (sort of) OK. I've taken to deleting my deactivated clips before copying to Push, because they're pretty confusing since there is no visual cue ...
Would also be **great** if there was a simple roster somewhere of the status of all ...