Search found 9 matches

by soall
Fri Dec 18, 2015 8:00 pm
Forum: Ableton Live
Topic: S/PDIF act wird
Replies: 2
Views: 974

Re: S/PDIF act wird

no one ?
by soall
Wed Nov 18, 2015 1:20 pm
Forum: Ableton Live
Topic: S/PDIF act wird
Replies: 2
Views: 974

S/PDIF act wird

Hi there, I'm trying to send spdif from my profire 610 with ableton. I can see my spdif output(9-10) on my tracks ! However, the spdif output doesn't only send the audio of the track where it is configured, it also send the audio from all the input of the profire 610 who receive signal. Do you know ...
by soall
Sat May 30, 2015 12:45 am
Forum: Ableton Live
Topic: How to : use midi remote script Major Update (sparkle)
Replies: 65
Views: 30853

Re: How to : use midi remote script Major Update (sparkle)

Thanks so much it works. Just a last question: I try to get 2 feedback on the metronome of ableton. The first feedback is a beat/pad and my code is something like this: def auto_update_playhead(self): clip = self.clip self.update_second_playhead() if not clip.playing_position_has_listener(self.auto_...
by soall
Tue May 26, 2015 3:59 am
Forum: Ableton Live
Topic: How to : use midi remote script Major Update (sparkle)
Replies: 65
Views: 30853

Re: How to : use midi remote script Major Update (sparkle)

ps: this is the function:
def navigation_fonction(self, index, value):
self._half_bar_position = index
self.update_notes()
by soall
Tue May 26, 2015 3:48 am
Forum: Ableton Live
Topic: How to : use midi remote script Major Update (sparkle)
Replies: 65
Views: 30853

Re: How to : use midi remote script Major Update (sparkle)

Yep ! thanks a lot I succeed doing my own step sequencer for my launchpad but I still have a problem :oops: if I write: index = -2 for scene_index in range(2): for track_index in range(8): index = index + 2 self._matrix.get_button(track_index, scene_index).add_value_listener(partial(self.navigation_...
by soall
Mon May 18, 2015 10:20 pm
Forum: Ableton Live
Topic: How to : use midi remote script Major Update (sparkle)
Replies: 65
Views: 30853

Re: How to : use midi remote script Major Update (sparkle)

It's ok I find the solution to my problem !
Juste one question: in your script for the sparkle, in step sequencer mode, if you add a note directly in ableton is there still a feedback on the sparkle ? Or is the feedback only in sparkle=>ableton direction ?
Thanks !
by soall
Mon May 18, 2015 6:22 pm
Forum: Ableton Live
Topic: How to : use midi remote script Major Update (sparkle)
Replies: 65
Views: 30853

Re: How to : use midi remote script Major Update (sparkle)

Hi, thanks a lot for your answer. I managed how to get over my problem but a new one happen. I use rebuild_midi_map() on my script and it works great but I have a color issue. When I assigne a parameter in live to a pad the color is either Amber(on) or Amber Blinking(off). How can I change that ? I ...
by soall
Mon Apr 20, 2015 2:53 pm
Forum: Ableton Live
Topic: How to : use midi remote script Major Update (sparkle)
Replies: 65
Views: 30853

Re: How to : use midi remote script Major Update (sparkle)

Hi guys, I have a problem I try to fix since 2 weeks now and I can't get over it. May be somebody can help me ? I've done a script which give me a red box for my launchpad. Actually, I use the set_track_bank_buttons to navigate but I would love to be able to move 8track by 8 track (to fit my launchp...
by soall
Wed Apr 15, 2015 3:55 pm
Forum: Ableton Live
Topic: Red Box navigation 8 by 8 ?
Replies: 1
Views: 593

Red Box navigation 8 by 8 ?

Hi,
I just did a script to get a red box on my controller, everything works fine but I still want some more:
Do you know how to proceed to be able when I click on my left/right or up/down button to move not from 1 track or 1 scene but 8 scene or 8 track (just with one click ? )
Thanks a lot ! :oops: