Search found 7 matches

by TimChandler
Fri Jun 09, 2023 1:28 pm
Forum: Max For Live
Topic: Did anyone ever made a whole control surface in Javascript ?
Replies: 15
Views: 9173

Re: Did anyone ever made a whole control surface in Javascript ?

Heads up to anyone who is working on control surface development in Live using the js object, or Max For Live generally - unfortunately since v11.2 1he MaxForLive control surface is unable to observe the appointed_device. To write a control surface using Max For Live that can work with the appointed...
by TimChandler
Wed Jun 07, 2023 12:55 pm
Forum: Max For Live
Topic: Get Control Surface name please
Replies: 10
Views: 4666

Re: Get Control Surface name please

If you are comfortable using the js object, you can iterate through each control surface slot, using the type member to identify the control surface name. Use an outlet to output the slot ID. Here's some rough code to get you started: inlets = 1; outlets = 1; var globals = new Global("globals&q...
by TimChandler
Fri Apr 21, 2023 11:10 am
Forum: Third-Party MIDI Controllers
Topic: drum controler in arrange windo
Replies: 2
Views: 1048

Re: drum controler in arrange windo

Nektar Aruba is a composition tool, controlling the drum rack, or any other drum plugin you are working with. The video below shows the Live integration and Drum Rack navigation specifically. As Session view is most common, the focus in the video is on session view. However, to work in Arranger view...
by TimChandler
Fri Nov 25, 2022 3:44 pm
Forum: Third-Party MIDI Controllers
Topic: How to custom map a MIDI controller for clip recording?
Replies: 7
Views: 3076

Re: How to custom map a MIDI controller for clip recording?

Before I shamelessly plug my own product which achieves exactly what you are asking for (using MaxForLive), here's how you can get most of the way via MIDI mapping. Auto-arm selected track First you'll want to have tracks auto-arm on selection. You can auto-arm tracks on selection by adding this lin...
by TimChandler
Fri Oct 21, 2022 4:55 pm
Forum: Third-Party MIDI Controllers
Topic: Nektar Impact LX Mini Ableton Integration (using MaxForLive)
Replies: 3
Views: 3265

Re: Nektar Impact LX Mini Ableton Integration (using MaxForLive)

GXP49 will work out of the box for all the needs you list above. The transport controls, track navigation, selected track volume knob, arranger loop controls, click and undo work via our script. You can download that from your account when you register the controller at www.nektartech.com. There's n...
by TimChandler
Fri Sep 09, 2022 11:26 am
Forum: Max For Live
Topic: Did anyone ever made a whole control surface in Javascript ?
Replies: 15
Views: 9173

Re: Did anyone ever made a whole control surface in Javascript ?

Just to answer this question with "yes" and offer encouragement. Performance of grabbed or registered controls is sluggish when the Max window is open, but you should find it's perfectly adequate when the max window is closed. Here is an overview of the integration for Impact LX Mini which...
by TimChandler
Thu Sep 08, 2022 9:30 am
Forum: Third-Party MIDI Controllers
Topic: Nektar Impact LX Mini Ableton Integration (using MaxForLive)
Replies: 3
Views: 3265

Nektar Impact LX Mini Ableton Integration (using MaxForLive)

Hello all, I'm really pleased to be able to introduce Nektar Impact LX Mini integration For Ableton Live Suite. The integration has been developed entirely using MaxForLive. It's really quite fantastic the possibilities MaxForLive brings to hardware integration. LX Mini's integration focuses on prod...