Search found 109 matches

by randi
Sun Jun 04, 2023 11:08 am
Forum: Ableton Push
Topic: Push3 Standalone looses WIFI connection to Ableton
Replies: 10
Views: 762

Re: Push3 Standalone looses WIFI connection to Ableton

I am pretty sure it's not a wifi or chipset issue, unless push doesn't CONNECT to wifi at all. If push doesn't see Live or vice versa, it's a network configuration topic. I've already helped one user on gs, whose issue was solved after resetting his router. Quite a few routers now do client isolatio...
by randi
Thu Jun 01, 2023 11:04 pm
Forum: Ableton Push
Topic: Push 3 - USB C Power
Replies: 77
Views: 44098

Re: Push 3 - USB C Power

So Ableton have responded and told me it is not possible to use a Push 3 with usb power only. It must always be plugged into the mains. Could any of you with controller versions let me know if that’s true please? I seemed to get the impression that most people could power with usb… That would be qu...
by randi
Thu May 25, 2023 3:07 pm
Forum: Ableton Push
Topic: m4l midi and audio effects/devices in standalone
Replies: 15
Views: 3115

Re: m4l midi and audio effects/devices in standalone

ok, that's a bummer. We are in m+ territory where you have to use the software to midi map external synths. I know that this is not a full replacement of ableton but some features are essential in a standalone box that can potentially destroy the market. ... OT start ... How well is handling of ext...
by randi
Thu May 18, 2023 5:03 pm
Forum: Ableton Live
Topic: [BUG?] Problem with Program Change sent to VST3 ?
Replies: 21
Views: 5583

Re: [BUG?] Problem with Program Change sent to VST3 ?

My post was for Julien and the actual topic of this thread
by randi
Thu May 18, 2023 1:33 pm
Forum: Ableton Live
Topic: [BUG?] Problem with Program Change sent to VST3 ?
Replies: 21
Views: 5583

Re: [BUG?] Problem with Program Change sent to VST3 ?

Is this due to the rather "peculiar" way the early vst3 spec was done by steinberg (and ableton haven't updated yet to the newest, which AFAIK does support program change) or is this a clear bug in the implementation? Either way, for someone for whom this is a blocking issue, it probably m...
by randi
Tue May 09, 2023 2:32 pm
Forum: Third-Party MIDI Controllers
Topic: MIDI Remote Scripts not showing up
Replies: 7
Views: 1886

Re: MIDI Remote Scripts not showing up

@pottering - this is correct @fnord-23 - PC user here. I've tried all the recommended folders. The one under Roaming, the one in ProgramData, the Remote Scripts one you can create under the User Library. I created a very simple script with Python 3 syntax that defines a basic control surface class ...
by randi
Wed Apr 05, 2023 6:07 pm
Forum: Max For Live
Topic: Is it possible to change the 'short' scripting name of an object from the GUI ?
Replies: 4
Views: 1935

Re: Is it possible to change the 'short' scripting name of an object from the GUI ?

ah, sorry, don't think that's possible. The API doesn't have anything related to "short" "scripting" etc.
by randi
Wed Apr 05, 2023 5:40 pm
Forum: Max For Live
Topic: Is it possible to change the 'short' scripting name of an object from the GUI ?
Replies: 4
Views: 1935

Re: Is it possible to change the 'short' scripting name of an object ?

not sure if I understand you correctly (and very old request), but isn't the "short name" under the Parameter list view, exactly for that? At least that's what I always do
by randi
Wed Mar 29, 2023 12:16 pm
Forum: Third-Party MIDI Controllers
Topic: Convert Decibles to Gain value
Replies: 1
Views: 907

Re: Convert Decibles to Gain value

could you describe how and what are you trying to achieve?
usually one would just use

Code: Select all

self.song().view.selected_track.mixer_device.volume
by randi
Tue Mar 28, 2023 2:47 am
Forum: Third-Party MIDI Controllers
Topic: scroll_clip and zoom_clip not working
Replies: 4
Views: 2153

Re: scroll_clip and zoom_clip not working

thanks so much for the reply! I've got Arrangement zooming working fine using def zoom_or_scroll(self, cc_value): """ Scroll in Session view or Zoom in Arrange view with vpot_rotation encoder rotation""" nav = Live.Application.Application.View.NavDirection if cc_value >...
by randi
Mon Mar 27, 2023 6:23 pm
Forum: Third-Party MIDI Controllers
Topic: scroll_clip and zoom_clip not working
Replies: 4
Views: 2153

Re: scroll_clip and zoom_clip not working

also tested with Live 9, also does not work.
So to reiterate: ALL subview nav stuff doesn't work (but focus on it, does), all non-sub navigation (zooming/scrolling) works fine. Anybody knows anything?
by randi
Thu Mar 23, 2023 12:31 am
Forum: Third-Party MIDI Controllers
Topic: scroll_clip and zoom_clip not working
Replies: 4
Views: 2153

Re: scroll_clip and zoom_clip not working

tested this in Live 10 as well, definitely not working, the changed code: def scroll_clip(self, cc_value): # todo WIP nav = Live.Application.Application.View.NavDirection clip = self.song().view.detail_clip scroll = cc_value == 1 and 3 or 2 if cc_value >= 64: if not self.application().view.is_view_v...
by randi
Wed Feb 22, 2023 5:03 pm
Forum: Ableton Live
Topic: Macros don't update when vst fx parameters are changed
Replies: 3
Views: 1355

Re: Macros don't update when vst fx parameters are changed

[jur] wrote:
Sun Feb 12, 2023 11:48 am
Not a bug, but probably something that could be improved.
Nice euphemism :-) 😇 Especially since Live behaves differently between VST2 and VST3 wrt recall