Search found 27 matches

by dr_kant
Mon Apr 29, 2024 10:37 am
Forum: Max For Live
Topic: project filename in the LOM
Replies: 7
Views: 1032

Re: project filename in the LOM

yes OK..

works only in live 12, been testing L11.

strange they didn't add this basic function until now.
by dr_kant
Mon Apr 29, 2024 10:21 am
Forum: Max For Live
Topic: project filename in the LOM
Replies: 7
Views: 1032

Re: project filename in the LOM

Trying for the first time, i copied the data in a new M4L Audio fx and ran it. The output is: 2024-04-29T12:19:01.720128: info: Python: ERROR:_MxDCore.MxDCore:720 - Error: 'Song' object has no attribute 'name' 2024-04-29T12:19:01.720249: error: Message from Max: live.object: 'Song' object has no att...
by dr_kant
Mon Apr 29, 2024 10:05 am
Forum: Max For Live
Topic: project filename in the LOM
Replies: 7
Views: 1032

Re: project filename in the LOM

chapelier fou wrote:
Mon Apr 29, 2024 9:51 am
Well you basically have the answer on Rivanni's post.
Yes i guess. but i've never used max for live for now so i don't really know what that means.
Do you have the equivalent in python ?
by dr_kant
Mon Apr 29, 2024 7:55 am
Forum: Max For Live
Topic: project filename in the LOM
Replies: 7
Views: 1032

Re: project filename in the LOM

I have the same question but for the Ableton Api..
Can't figure out how to get the opened document name.
by dr_kant
Wed Jan 31, 2024 10:51 am
Forum: Third-Party MIDI Controllers
Topic: Sampler API parameters list changing based on parameters enabled
Replies: 6
Views: 968

Re: Sampler API parameters list changing based on parameters enabled

S4racen wrote:
Wed Jan 31, 2024 10:47 am
Thats a cool app, one of my ClyphX Pro users sent me a link a while ago!

Cheers
D
Thanks!
Yes i saw an isotonikstudios download pass by :)
by dr_kant
Wed Jan 31, 2024 10:28 am
Forum: Third-Party MIDI Controllers
Topic: Sampler API parameters list changing based on parameters enabled
Replies: 6
Views: 968

Re: Sampler API parameters list changing based on parameters enabled

I can confirm the ids change because my app list automatically every parameters when a new device is selected. New sections are being added in predefined orders in the parameters list it seems. So when you add one it "pushes" all the previous parameters further down the list. I don't think...
by dr_kant
Wed Jan 31, 2024 7:33 am
Forum: Third-Party MIDI Controllers
Topic: Sampler API parameters list changing based on parameters enabled
Replies: 6
Views: 968

Re: Sampler API parameters list changing based on parameters enabled

chapelier fou wrote:
Mon Jan 29, 2024 8:27 pm
Bookmarking for investigation.
Not sure i will get any answer about this..
stumbled upon the same problem ?
by dr_kant
Mon Jan 29, 2024 5:45 pm
Forum: Third-Party MIDI Controllers
Topic: Sampler API parameters list changing based on parameters enabled
Replies: 6
Views: 968

Sampler API parameters list changing based on parameters enabled

Hello! I was trying to map the sampler parameters within a remote script for a touchOSC control surface and i found out that the parameters list that can be used with the sampler device is changing anytime you select a enable a new parameter "group" in the device. Like enabling the filter,...
by dr_kant
Sun Jan 08, 2023 8:11 am
Forum: Max For Live
Topic: Visible macros property name
Replies: 2
Views: 910

Re: Visible macros property name

Thanks!
by dr_kant
Sat Jan 07, 2023 7:07 pm
Forum: Max For Live
Topic: Visible macros property name
Replies: 2
Views: 910

Visible macros property name

Hello, as stated in the Live 11.2 release notes : "A new property in the Max for Live API allows users to observe the number of visible Macro Controls for a RackDevice." I guess it's a new RackDevice property in the Live Api but i can't find anywhere what is the actual property name.. Some...
by dr_kant
Tue Dec 13, 2022 11:49 am
Forum: Ableton Live
Topic: Question regarding track routing inside groups and sends still heard
Replies: 0
Views: 358

Question regarding track routing inside groups and sends still heard

Hello, When i have a track using an aux/send inside a group and when that track is also routed inside the group to another track, when i mute the group i can still hear the send going through. And if i set the track output to go directly to the group output the send is then muted... [Group Muted] =>...
by dr_kant
Thu Dec 01, 2022 11:53 am
Forum: Feature Wishlist
Topic: Mappable grid parameters assignements in Grain Delay
Replies: 0
Views: 581

Mappable grid parameters assignements in Grain Delay

Currently working on a touchOSC UI for the Grain Delay and my problem is that the buttons for changing the XY grid parameters are not mappable at all and so they don't send/receive any midi updates frrom the ui.

Why ??

Please would be nice to have them mappable :)
by dr_kant
Sat Nov 05, 2022 1:00 am
Forum: Ableton Live
Topic: Live Api : How to know if the selected_track is a return track ?
Replies: 4
Views: 380

Re: Live Api : How to know if the selected_track is a return track ?

This is what i get with the audio input in live prefs set to No Device : selected_track_changed : 1-Audio input_routing_channel : <Track.RoutingChannel object at 0x17226cc68> available_input_routing_channels length : 0 input_routing_type : <Track.RoutingType object at 0x12895f150> available_input_ro...
by dr_kant
Sat Nov 05, 2022 12:41 am
Forum: Ableton Live
Topic: Live Api : How to know if the selected_track is a return track ?
Replies: 4
Views: 380

Re: Live Api : How to know if the selected_track is a return track ?

Not sure if i'm doing something wrong but i have a value for all those properties for every type of tracks i tried..
Audio track, Group, Midi and Return.
by dr_kant
Fri Nov 04, 2022 9:04 pm
Forum: Ableton Live
Topic: Live Api : How to know if the selected_track is a return track ?
Replies: 4
Views: 380

Live Api : How to know if the selected_track is a return track ?

Hello, i'm currently working on a touchOSC app for live and i've been searching the last few hours for an easy way to know what kind of track is returned when using self.song().view.selected_track. I can't find any property that would tell me this directly, it's possible to loop through all tracks a...