Search found 259 matches

by ST8
Tue Mar 13, 2012 7:48 am
Forum: Ableton Live
Topic: Ableton de-selecting MIDI notes as I edit them?
Replies: 8
Views: 1955

Re: Ableton de-selecting MIDI notes as I edit them?

have you got livecontrol or griid running? this is the default behaviour of these apps in order to keep them synced with the current clip.
by ST8
Sun Jan 22, 2012 10:10 pm
Forum: Ableton Live
Topic: A column called CLIPS by Novation. Ultranova and Launchpad.
Replies: 6
Views: 1598

Re: A column called CLIPS by Novation. Ultranova and Launchpad.

As he says in the video, the clips are just sending program / bank change messages. Make a new midi track, add some blank clips, then under "Notes" set the bank to the desired value. Should trigger a bank change on launch. You need to direct the midi track to the right midi interface for t...
by ST8
Tue Dec 27, 2011 7:05 pm
Forum: Max For Live
Topic: Select individual notes in midi clips
Replies: 14
Views: 2200

Re: Select individual notes in midi clips

Not 100% sure how it works in max, in python you get a tuple. In max does get_selected_notes give you a list? If so you need to do some zl magic to remove the rows you dont want, then call replace_selected_notes with your updated list.
by ST8
Tue Dec 27, 2011 2:34 pm
Forum: Max For Live
Topic: Select individual notes in midi clips
Replies: 14
Views: 2200

Re: Select individual notes in midi clips

You need to select all the notes in the clip, get the list of notes, remove the row you dont want, then use replace_selected_notes.
by ST8
Sun Dec 04, 2011 9:46 am
Forum: Ableton Live
Topic: Is there any way to make touchosc faster?
Replies: 24
Views: 6160

Re: Is there any way to make touchosc faster?

what are you currently using to control touchosc? midi or osc? if using osc you should look at bundling your osc messages together, this makes touchosc significantly faster when sending a lot of data.
by ST8
Sun Nov 13, 2011 12:03 pm
Forum: Ableton Live
Topic: Why do my MIDI clips no longer stay selected?!?
Replies: 10
Views: 4255

Re: Why do my MIDI clips no longer stay selected?!?

This is only the case in order to keep the clip editors in sync. If you dont sequence midi with cliip/livecontrol i can give you a fix to disable the clip polling.
by ST8
Sat Nov 12, 2011 10:28 am
Forum: Ableton Live
Topic: Why do my MIDI clips no longer stay selected?!?
Replies: 10
Views: 4255

Re: Why do my MIDI clips no longer stay selected?!?

deselect all your midi remote scripts in midi preference and see if the behaviour is the same. griid / livecontrol both deselect all notes after a change (well its actually a select all then deselect all) in order to keep in sync with the clip.
by ST8
Thu Nov 03, 2011 5:47 pm
Forum: Max For Live
Topic: If I built a 16-knob macro control device...
Replies: 5
Views: 1128

Re: If I built a 16-knob macro control device...

Totally doable, theres no limitations in the remote scripts for 8 parameters, its just thats the way its currently designed and most of the framework is built. If you are going to build a custom device, you'd probably want a customised remote script for it anyway. Drop us an email, maybe we can help...
by ST8
Thu Nov 03, 2011 5:33 pm
Forum: Max For Live
Topic: How to use relative paths when navigating Live API?
Replies: 2
Views: 652

Re: How to use relative paths when navigating Live API?

current track is: live_set view selected_track current clip is more complictated, you need the selected scene: live_set view selected_scene then combine with selected_track to get to the clip. you'll need to look up the path of the current track + scene first, then create a path in the form of: live...
by ST8
Thu Oct 27, 2011 4:08 pm
Forum: Max For Live
Topic: Is there somebody to help to understand the JS Liine Kapture
Replies: 2
Views: 926

Re: Is there somebody to help to understand the JS Liine Kapture

You want the Kapture TriggerTrack section, which ultimately calls playing_slot_changed
by ST8
Wed Sep 21, 2011 6:47 am
Forum: Max For Live
Topic: MixerComponent.on_selected_track_changed (MidiRemoteScripts)
Replies: 4
Views: 1237

Re: MixerComponent.on_selected_track_changed (MidiRemoteScripts)

You've raised an error somewhere before the script disconnects, leaving listeners connected to objects that no longer exist. Check the log file for the last place you raised an error.

Only way to get rid of it is to close / restart live
by ST8
Wed Sep 21, 2011 6:40 am
Forum: Ableton Live
Topic: DIY MIDI Controller with illuminated encoders
Replies: 29
Views: 11266

Re: DIY MIDI Controller with illuminated encoders

Hoffman2K, How is the level of each of your knobs shown visually? Is it just by the position of the knob? A suggestion could be to change the brightness of the LED in the knob according to the level it's set at. This would make it easier to "shift" when parameters are updated on DAW, inst...
by ST8
Sun Sep 18, 2011 8:54 am
Forum: Ableton Live
Topic: DIY MIDI Controller with illuminated encoders
Replies: 29
Views: 11266

Re: DIY MIDI Controller with illuminated encoders

Just a quick update, we are now shipping these. See here for more info: http://post.monome.org/comments.php?Dis ... 657&page=2
by ST8
Wed Sep 14, 2011 9:21 am
Forum: Max For Live
Topic: Midi Remote Scripts - Audio Clip volume?
Replies: 3
Views: 1134

Re: Midi Remote Scripts - Audio Clip volume?

Dont think there is a mixer_device on clips is there? Think this is one of those few parameters that isnt exposed to the liveapi
by ST8
Wed Aug 10, 2011 12:13 pm
Forum: Max For Live
Topic: Kapture v2.0.1 is out!
Replies: 5
Views: 1426

Re: Kapture v2.0.1 is out!

The slow down is generally the speed of the api in m4l, however with 14 tracks i would have thought it'd be ok. Will have to check into that.