Search found 154 matches

by 11olsen
Fri May 06, 2022 7:27 am
Forum: Max For Live
Topic: What do you use to store values ?
Replies: 14
Views: 3256

Re: What do you use to store values ?

Additionally to the Live objects which are parameters by default, you can set the "parameter_enable" attribute for these objects: jit.playlist live.arrows attrui button chooser crosspatch dial dict flonum function gswitch gswitch2 incdec itable js jsui kslider led matrixctrl mc.function mu...
by 11olsen
Fri May 06, 2022 6:39 am
Forum: Max For Live
Topic: What do you use to store values ?
Replies: 14
Views: 3256

Re: What do you use to store values ?

You can copy/paste the code :wink:
Still lame. The other side has to create a new device first to try things.
Is this a security concern or why can we not attach a file to a post?
Regarding the topic's question... [message]
How do you store something with the Liveset in a [message]?
by 11olsen
Thu May 05, 2022 11:55 pm
Forum: Max For Live
Topic: What do you use to store values ?
Replies: 14
Views: 3256

Re: What do you use to store values ?

The pattr itself is your parameter container. You don't need to bind to an object.
Really? This forum doesn't allow us to add example amxd device to a post? How lame!
by 11olsen
Thu May 05, 2022 7:23 pm
Forum: Max For Live
Topic: What do you use to store values ?
Replies: 14
Views: 3256

Re: What do you use to store values ?

[int] and [float] have no parameter mode. You probably mean [number]. But yes, look for objects that have the parameter mode option. Also [pattr @parameter_mode 1] can recall a single value of any type with the Set.
by 11olsen
Wed May 04, 2022 7:48 am
Forum: Max For Live
Topic: Bug: M4L screen elements zoomed in
Replies: 4
Views: 2169

Re: Bug: M4L screen elements zoomed in

You should send this to C74 support as it looks like a jit.pwindow problem. Did you try to play with the zoom setting in Live prefs?
by 11olsen
Wed May 04, 2022 7:43 am
Forum: Max For Live
Topic: Extracting Samples from a Device via Drag and Drop ?
Replies: 2
Views: 1398

Re: Extracting Samples from a Device via Drag and Drop ?

Yes, 11dragfiles external. But you can't avoid saving the sample somewhere beforehand.
by 11olsen
Thu Mar 15, 2018 8:11 pm
Forum: Ableton Live
Topic: Ableton Live in virtual machine?
Replies: 34
Views: 18577

Re: Ableton Live in virtual machine?

my point is quite simple: i don't own a Mac and want to make sure a m4l device is compatible with the Mac OSX versions of Live, too.
I would never seriously make music on a VM.
by 11olsen
Thu Mar 15, 2018 6:35 pm
Forum: Ableton Live
Topic: Ableton Live in virtual machine?
Replies: 34
Views: 18577

Re: Ableton Live in virtual machine?

I'm running a Mac OSX HighSierra VM on a Windows PC. Live 9 works on this VM but does anybody have a clue why I'm seeing blank windows when I'm starting Live 10 on this VM. The windows are responsive, buttons are clickable, it's just not showing any graphics. Graphics engine changed with Live 10? ht...
by 11olsen
Sun Mar 06, 2016 2:00 am
Forum: Max For Live
Topic: appointed_device path broken?
Replies: 0
Views: 656

appointed_device path broken?

_Hi, I can't observe the currently appointed device anymore since 9.6 update. Can you confirm this? create a live.path object and send the message 'path live_set appointed_device' and check the middle outlet. normally that observed the id of the last clicked device. It also fails with a live.observer.
by 11olsen
Wed Mar 12, 2014 4:09 pm
Forum: Ableton Live
Topic: Remote Script for Novation Nocturn and Live
Replies: 281
Views: 112988

Re: New Remote Script for Novation Nocturn and Live 8

mbakirov wrote:
if i do that, will my other novation gear work? I have impulse and Launchpad.
Sure! Only the Nocturn driver is replaced. Other Novation devices are not affected.
by 11olsen
Wed Mar 12, 2014 3:11 pm
Forum: Ableton Live
Topic: Remote Script for Novation Nocturn and Live
Replies: 281
Views: 112988

Re: New Remote Script for Novation Nocturn and Live 8

it's based on an external that talks with the nocturn directly via usb. it's required to replace the nocturn driver with the open-source libusb driver before it works.
by 11olsen
Wed Mar 12, 2014 2:33 pm
Forum: Ableton Live
Topic: Remote Script for Novation Nocturn and Live
Replies: 281
Views: 112988

Re: New Remote Script for Novation Nocturn and Live 8

I have now another solution for live 9 without Automap or script.
But it's WINDOWS ONLY. http://www.11olsen.de/code/max4live-dev ... api-device
by 11olsen
Tue Sep 03, 2013 8:50 am
Forum: Max For Live
Topic: Max For Live Midi Controller Script
Replies: 11
Views: 2429

Re: Max For Live Midi Controller Script

yes that seems to work. nice. although i assume that setting the value with "set value" to the live object will be handled low priority and have a very limited transfer rate. right?
by 11olsen
Mon Aug 05, 2013 6:32 pm
Forum: Max For Live
Topic: Max For Live Midi Controller Script
Replies: 11
Views: 2429

Re: Max For Live Midi Controller Script

Remote Script gives you access to the controller through the control_surfaces functions of M4L yes! D i don't want to access the controller, my question is if m4l can control a script to send INPUT to live. (as if the script is receiving midi) for example a dial in a patch which is controlling &quo...
by 11olsen
Sun Aug 04, 2013 6:20 am
Forum: Max For Live
Topic: Max For Live Midi Controller Script
Replies: 11
Views: 2429

Re: Max For Live Midi Controller Script

hey s4racen, can you explain a little further? do you mean you can send from m4l to script and cause the script to send back to live eg device control?