thanks julien,
That's a wonderfull job!
Search found 24 matches
- Sat Aug 01, 2015 10:33 am
- Forum: Ableton Live
- Topic: Ableton Live 9.2 MIDI remote scripts source code
- Replies: 11
- Views: 5937
- Sat Aug 01, 2015 10:26 am
- Forum: Ableton Live
- Topic: MIDI Assignable Grid
- Replies: 5
- Views: 1643
Re: MIDI Assignable Grid
hi,
you should take a look at midi remote scripts such as launchpad95 http://motscousus.com/stuff/2011-07_Nov ... e_Scripts/
or try to write your own.
Regards.
you should take a look at midi remote scripts such as launchpad95 http://motscousus.com/stuff/2011-07_Nov ... e_Scripts/
or try to write your own.
Regards.
- Tue Jun 02, 2015 5:56 pm
- Forum: Ableton Live
- Topic: How to : use midi remote script Major Update (sparkle)
- Replies: 65
- Views: 40038
Re: How to : use midi remote script Major Update (sparkle)
i think you should try do the way i have done it:
First i recommand you to use
self.song().add_current_song_time_listener(self._song_time_listener)
this seems to be the most precise callback
then in my script it it calls the function:
def _song_time_listener(self):
if self.actual_mode_button ...
First i recommand you to use
self.song().add_current_song_time_listener(self._song_time_listener)
this seems to be the most precise callback
then in my script it it calls the function:
def _song_time_listener(self):
if self.actual_mode_button ...
- Thu May 28, 2015 6:08 am
- Forum: Ableton Live
- Topic: How to : use midi remote script Major Update (sparkle)
- Replies: 65
- Views: 40038
Re: How to : use midi remote script Major Update (sparkle)
hi soal,
good luck with the script then,
try this:
good luck with the script then,
try this:
for scene_index in range(2):
for track_index in range(8):
self._matrix.get_button(track_index, scene_index).clear_value_listeners()
- Thu May 21, 2015 6:21 am
- Forum: Ableton Live
- Topic: How to : use midi remote script Major Update (sparkle)
- Replies: 65
- Views: 40038
Re: How to : use midi remote script Major Update (sparkle)
hi,
it works in both directions:
For the live -> Spark update check this part of the script:
def update_cache(self):
if self.actual_clipslot!=None and self.actual_clipslot.clip!=None :
note_tuple=self.actual_clipslot.clip.get_notes(0.0,note_pitch,self.actual_clipslot.clip.length,1)
self.cache ...
it works in both directions:
For the live -> Spark update check this part of the script:
def update_cache(self):
if self.actual_clipslot!=None and self.actual_clipslot.clip!=None :
note_tuple=self.actual_clipslot.clip.get_notes(0.0,note_pitch,self.actual_clipslot.clip.length,1)
self.cache ...
- Mon May 18, 2015 8:53 pm
- Forum: Ableton Live
- Topic: How to : use midi remote script Major Update (sparkle)
- Replies: 65
- Views: 40038
Re: How to : use midi remote script Major Update (sparkle)
hi,
what s the value of LED_OFF.
For whats i see from official script it seems to be 4.
is that right ?
what s the value of LED_OFF.
For whats i see from official script it seems to be 4.
is that right ?
- Sat May 09, 2015 10:56 am
- Forum: Ableton Live
- Topic: How to : use midi remote script Major Update (sparkle)
- Replies: 65
- Views: 40038
Re: How to : use midi remote script Major Update (sparkle)
hi all,
Soal,
I am not sure to understand what you want, but ill try to explained what i have understood fro your post and how to solve it:
you whave a 8*8 pad matrix on your launchpad,
what you want is:
-to be able to launch the 8 clips from the 8 first track,
-to be able by pressing a button ...
Soal,
I am not sure to understand what you want, but ill try to explained what i have understood fro your post and how to solve it:
you whave a 8*8 pad matrix on your launchpad,
what you want is:
-to be able to launch the 8 clips from the 8 first track,
-to be able by pressing a button ...
- Mon May 26, 2014 8:30 pm
- Forum: Ableton Live
- Topic: How to : use midi remote script Major Update (sparkle)
- Replies: 65
- Views: 40038
Re: How to : use midi remote script Major Update (sparkle)
I have been unable to find a way to get it working (the only way is to keep the enter key of your keyboard next to the sparkle) :roll: .
I have taken a look to the push broswer and their is a major difference: as the push controller have a screen, you can import the module " information" such as ...
I have taken a look to the push broswer and their is a major difference: as the push controller have a screen, you can import the module " information" such as ...
- Sun May 25, 2014 11:43 am
- Forum: Ableton Live
- Topic: How to : use midi remote script Major Update (sparkle)
- Replies: 65
- Views: 40038
Re: How to : use midi remote script Major Update (sparkle)
Hi every one, i'm back !
@ttilberg : how is bour bcr script going ? i would be glad to know if you manage to finished it and use it !
@Buleriachk: can you telle me more precisely what you want to do ? i don't have push, and don't know the way it react :)
@akamed :
Hello again, Raztua!
do you ...
@ttilberg : how is bour bcr script going ? i would be glad to know if you manage to finished it and use it !
@Buleriachk: can you telle me more precisely what you want to do ? i don't have push, and don't know the way it react :)
@akamed :
Hello again, Raztua!
do you ...
- Sat Feb 15, 2014 7:47 pm
- Forum: Ableton Live
- Topic: How to : use midi remote script Major Update (sparkle)
- Replies: 65
- Views: 40038
Re: How to : use midi remote script Major Update (sparkle)
Version 0.5 of the script avaliable here : Sources
many changes for this update !
Minor bug fixed
transport button are set
Select+pattern button->select the track associated to the number ( if it is a midi track)
button used to change level have been modified : now its the Global ...
many changes for this update !
Minor bug fixed
transport button are set
Select+pattern button->select the track associated to the number ( if it is a midi track)
button used to change level have been modified : now its the Global ...
- Sat Feb 15, 2014 7:15 pm
- Forum: Ableton Live
- Topic: How to : use midi remote script Major Update (sparkle)
- Replies: 65
- Views: 40038
Re: How to : use midi remote script Major Update (sparkle)
well that's right i have changed the way i was labelling my script.
Sorry if it has made confusion.
Sorry if it has made confusion.
- Sat Feb 15, 2014 6:58 pm
- Forum: Ableton Live
- Topic: Recreate push/live 9's drum sequencer on a launchpad?
- Replies: 2
- Views: 1740
Re: Recreate push/live 9's drum sequencer on a launchpad?
you can have a more advanced control of live with this script:
http://motscousus.com/stuff/2011-07_Nov ... e_Scripts/
http://motscousus.com/stuff/2011-07_Nov ... e_Scripts/
- Sat Feb 15, 2014 7:21 am
- Forum: Ableton Live
- Topic: How to : use midi remote script Major Update (sparkle)
- Replies: 65
- Views: 40038
Re: How to : use midi remote script Major Update (sparkle)
Any of the values (60, 61) end up representing a control of 50? Is this just a typo?
Woops, this is a mistake, because i used for my exemple thevalue 51, and for the sparkle the first pad was the 60 ( and the second 61 instead of 51)...
i change my code :)
to have the light lighting following ...
- Mon Feb 10, 2014 7:48 pm
- Forum: Ableton Live
- Topic: How to : use midi remote script Major Update (sparkle)
- Replies: 65
- Views: 40038
Re: How to : use midi remote script Major Update (sparkle)
I spent some time tweaking the code to install the Live Telnet script, and started working on getting the code hooked up for BCR, but didn't get very far. I was actually messing with the BCR again this past weekend (fixing some internal hardware issues) and was going to start writing code again ...
- Mon Feb 10, 2014 7:34 am
- Forum: Ableton Live
- Topic: How to : use midi remote script Major Update (sparkle)
- Replies: 65
- Views: 40038
Re: How to : use midi remote script Major Update (sparkle)
ttilberg wrote:Raz, if you do, I would really appreciate you documenting your journey some more, sharing source, etc.
Thanks for your contributions!
It will be done if i find a way to get it.
By the way did you try to modify the code the way i told you ?