Search found 41 matches
- Tue Jan 07, 2014 1:07 am
- Forum: Music and Audio Production
- Topic: How to : use midi remote script Major Update (sparkle)
- Replies: 65
- Views: 17817
Re: How to : use midi remote script for the SparkLE
c_instance referes to 'Live' there are some functions that are defined within 'Live' written in 'C' language and you use self._c_instance to access them … for example the method 'show_message' in (ControlSurface) is actually just a call to 'show_message' which is already internally defined in 'Live'...
- Thu Jan 02, 2014 6:05 pm
- Forum: Music and Audio Production
- Topic: How to : use midi remote script Major Update (sparkle)
- Replies: 65
- Views: 17817
Re: How to : use midi remote script for the SparkLE
Thanks for sharing great information. I wanted to point out that: self._actual_song and self.__c_instance are already constructed in (ControlSurface). and since (ControlSurface) is also initialised in SparkleLE, you can directly use self.song() and self.__c_instance in SparkleLE script. also self.ap...
- Wed May 15, 2013 4:38 pm
- Forum: Tips & Tricks
- Topic: Control selected track \w keyboard shortcuts
- Replies: 470
- Views: 110988
Re: Control selected track \w keyboard shortcuts
Thanks
truly one of the best scripts for Live.
the download file is still numbered 1.2.8. I think will cause a bit of confusion.

the download file is still numbered 1.2.8. I think will cause a bit of confusion.
- Mon Apr 08, 2013 4:03 pm
- Forum: Music and Audio Production
- Topic: How to update our .py remote script for L9 ?
- Replies: 13
- Views: 2400
Re: How to update our .py remote script for L9 ?
@AbletonDenver
this if funny, because I too used your web-app produced scripts to learn from when I started learning python
thanks for the great web-app service man 
this if funny, because I too used your web-app produced scripts to learn from when I started learning python


- Sun Apr 07, 2013 2:59 am
- Forum: Music and Audio Production
- Topic: How to update our .py remote script for L9 ?
- Replies: 13
- Views: 2400
Re: How to update our .py remote script for L9 ?
MIA?
also what controller and script are you using?
also what controller and script are you using?
- Fri Mar 29, 2013 11:18 am
- Forum: Music and Audio Production
- Topic: How to update our .py remote script for L9 ?
- Replies: 13
- Views: 2400
Re: How to update our .py remote script for L9 ?
I have to spend sometime on the new modules to figure out what they do but here are the most obvious changes: 1. the import of the Capabilities module and the addition of the 'get_capabilities' function in the __init__.py module 2. the import of the 'with_statement' from __future__ module in the mai...
- Sat Oct 27, 2012 12:01 am
- Forum: Push discussion
- Topic: Famous People Who Use Ableton PUSH
- Replies: 582
- Views: 118885
Re: Famous People Who Use Ableton PUSH
awesome thread. luving it
- Thu Sep 20, 2012 9:28 am
- Forum: Music and Audio Production
- Topic: Master in red but no clipping or distortion at all
- Replies: 7
- Views: 3061
Re: Master in red but no clipping or distortion at all
being in red is what clipping means. you don't have to hear it buddy.
usually clipping tracks won't be problematic but the master should not go in red.
usually clipping tracks won't be problematic but the master should not go in red.
- Tue Sep 18, 2012 2:58 pm
- Forum: Tips & Tricks
- Topic: Control selected track \w keyboard shortcuts
- Replies: 470
- Views: 110988
Re: Control selected track \w keyboard shortcuts
in Live you can access the playback function using the property "is_playing". this is a toggle, 1 = Live is running, click again and the value toggles to 0 which is equal to stop. this is what STC uses for transport. you can also use the property "start_playing" and this sends a value of 1 always. c...
- Tue Sep 18, 2012 1:50 pm
- Forum: Tips & Tricks
- Topic: Control selected track \w keyboard shortcuts
- Replies: 470
- Views: 110988
Re: Control selected track \w keyboard shortcuts
u r welcome man. thank 'you' for this great script.
- Tue Sep 18, 2012 10:32 am
- Forum: Tips & Tricks
- Topic: Control selected track \w keyboard shortcuts
- Replies: 470
- Views: 110988
Re: Control selected track \w keyboard shortcuts
Hi wiffbi here is the code from the framework transport module: ffwd: self.song().current_song_time += 1 if self._ffwd_button.is_momentary(): if (self._ffwd_button_pressed is not (value != 0)): self._ffwd_button_pressed = (value != 0) if (not self._rwd_button_pressed): if self._ffwd_button_pressed: ...
- Mon Aug 27, 2012 10:53 am
- Forum: Music and Audio Production
- Topic: One button song reset from your controller
- Replies: 0
- Views: 248
One button song reset from your controller
Hello fellows I hope you will find this script useful in some situations like when you quickly want to reset some of Live properties add the SongReset folder to your MIDI remote scripts folder inside of the Live app then select it from Live's MDI Sync tab. "one button song reset" performs the follow...
- Mon Dec 12, 2011 7:31 pm
- Forum: Music and Audio Production
- Topic: My Full Review & Experience Of Point Blank Music Online...
- Replies: 23
- Views: 16261
Re: My Full Review & Experience Of Point Blank Music Online...
Thanks for sharing. I think you are honest. I very much appreciate the free tips from PB and was close to enrolling couple of times but .... yeah that 'but' always stopped me. I still have my respect for all the producers and what they do to the community. may be this honest review that reflects you...
- Mon Aug 01, 2011 9:36 am
- Forum: Music and Audio Production
- Topic: 8.2.5b1?
- Replies: 12
- Views: 3828
Re: 8.2.5b1?
I can see only one dick in this thread and it is you Goddard.
- Mon Jul 04, 2011 2:40 pm
- Forum: Music and Audio Production
- Topic: Any good tips on tutorials on the structure of dance music
- Replies: 11
- Views: 3830