Search found 41 matches

by Emerah
Tue Jan 07, 2014 1:07 am
Forum: Ableton Live
Topic: How to : use midi remote script Major Update (sparkle)
Replies: 65
Views: 30076

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'...
by Emerah
Thu Jan 02, 2014 6:05 pm
Forum: Ableton Live
Topic: How to : use midi remote script Major Update (sparkle)
Replies: 65
Views: 30076

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...
by Emerah
Wed May 15, 2013 4:38 pm
Forum: Tips & Tricks
Topic: Control selected track \w keyboard shortcuts
Replies: 489
Views: 301089

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.
by Emerah
Mon Apr 08, 2013 4:03 pm
Forum: Ableton Live
Topic: How to update our .py remote script for L9 ?
Replies: 13
Views: 3652

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 :)
by Emerah
Sun Apr 07, 2013 2:59 am
Forum: Ableton Live
Topic: How to update our .py remote script for L9 ?
Replies: 13
Views: 3652

Re: How to update our .py remote script for L9 ?

MIA?

also what controller and script are you using?
by Emerah
Fri Mar 29, 2013 11:18 am
Forum: Ableton Live
Topic: How to update our .py remote script for L9 ?
Replies: 13
Views: 3652

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...
by Emerah
Sat Oct 27, 2012 12:01 am
Forum: Ableton Push
Topic: Famous People Who Use Ableton PUSH
Replies: 582
Views: 167473

Re: Famous People Who Use Ableton PUSH

awesome thread. luving it
by Emerah
Thu Sep 20, 2012 9:28 am
Forum: Ableton Live
Topic: Master in red but no clipping or distortion at all
Replies: 7
Views: 5675

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.
by Emerah
Tue Sep 18, 2012 2:58 pm
Forum: Tips & Tricks
Topic: Control selected track \w keyboard shortcuts
Replies: 489
Views: 301089

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 ...
by Emerah
Tue Sep 18, 2012 1:50 pm
Forum: Tips & Tricks
Topic: Control selected track \w keyboard shortcuts
Replies: 489
Views: 301089

Re: Control selected track \w keyboard shortcuts

u r welcome man. thank 'you' for this great script.
by Emerah
Tue Sep 18, 2012 10:32 am
Forum: Tips & Tricks
Topic: Control selected track \w keyboard shortcuts
Replies: 489
Views: 301089

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: ...
by Emerah
Mon Aug 27, 2012 10:53 am
Forum: Ableton Live
Topic: One button song reset from your controller
Replies: 0
Views: 487

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 ...
by Emerah
Mon Dec 12, 2011 7:31 pm
Forum: Ableton Live
Topic: My Full Review & Experience Of Point Blank Music Online...
Replies: 23
Views: 22106

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...
by Emerah
Mon Aug 01, 2011 9:36 am
Forum: Ableton Live
Topic: 8.2.5b1?
Replies: 12
Views: 4966

Re: 8.2.5b1?

I can see only one dick in this thread and it is you Goddard.