Search found 119 matches

by Hanz_Petrov
Sun Jan 27, 2013 4:00 pm
Forum: Ableton Live
Topic: PUSH AT NAMM VIDEO
Replies: 18
Views: 3644

Re: PUSH AT NAMM VIDEO

kenn michael wrote: Imagine getting really good at playing in pitch mode and not needing a normal keyboard controller anymore for intense playing.
No need to imagine; check out Jeremy Ellis on Push:

https://www.youtube.com/watch?v=WonRC4w8nQo

Of course, he was already really good ;)

Hanz
by Hanz_Petrov
Sun Oct 16, 2011 3:44 pm
Forum: Ableton Live
Topic: APC40 - Step Sequencer, Note Mode, 2nd Device Control, etc.
Replies: 263
Views: 77009

Re: APC40 - Step Sequencer, Note Mode, 2nd Device Control, etc.

Hey all, Sorry I haven't been around much recently - super busy with other stuff. hey hanz, did you delete all comments on your site on the apc64_40 page? Guilty of not responding to comments in a timely fashion, but not guilty of deleting any comments - this appears to be a Blogger bug. According t...
by Hanz_Petrov
Thu Mar 31, 2011 5:19 am
Forum: Ableton Live
Topic: APC40 - Step Sequencer, Note Mode, 2nd Device Control, etc.
Replies: 263
Views: 77009

Re: APC40 - Step Sequencer, Note Mode, 2nd Device Control, etc.

Hey all,

Thanks for the heads-up. Quick fix APC 64_40 rev 1a is now available from my blog. Should be working with Live 8.2.2, but let me know if you find any bugs.

Best,

Hanz
by Hanz_Petrov
Mon Mar 21, 2011 2:43 am
Forum: Ableton Live
Topic: Live API
Replies: 9
Views: 2164

Re: Live API

As Rolo points out, most of the old LiveAPI resources are no longer maintained, and although the Cycling '74 Live Object Model (LOM) documentation is very good, it is also slightly out-of-date (and due for an update soon, I would guess, based on the focus of recent Live betas). ST8 has been helping ...
by Hanz_Petrov
Tue Feb 22, 2011 2:20 am
Forum: Ableton Live
Topic: Please help a python newbie with his remote script
Replies: 3
Views: 1612

Re: Please help a python newbie with his remote script

Here's an example of a remote script which does nothing (needs to be saved as 2 separate files in the MIDI Remote Scripts directory - see my blog for details): #__init__.py from Spam import Spam def create_instance(c_instance): return Spam(c_instance) and: #Spam.py #This is a stripped-down Framework...
by Hanz_Petrov
Fri Feb 11, 2011 3:00 am
Forum: Ableton Live
Topic: APC20 : having the Record Arm row always in shift mode
Replies: 15
Views: 5176

Re: APC20 : having the Record Arm row always in shift mode ?

Nice work SBRK. :-) Just a couple of things: I had to change index 6 and 7, and index 4 and 5 here : self._session.set_track_bank_buttons(self._select_buttons[5], self._select_buttons[4]) self._session.set_scene_bank_buttons(self._select_buttons[7], self._select_buttons[6]) ^Looks like this is corre...
by Hanz_Petrov
Wed Feb 09, 2011 3:53 pm
Forum: Ableton Live
Topic: APC40 - Step Sequencer, Note Mode, 2nd Device Control, etc.
Replies: 263
Views: 77009

Re: APC40 - Step Sequencer, Note Mode, 2nd Device Control, etc.

So it would be better not to change the assert value and just set my lowest not to C#-2 for now? Well, I'd be interested in seeing what your log.txt file looks like. If you are getting script errors after your mod, that's generally not a good thing. Dunno how often you need notes way down low like ...
by Hanz_Petrov
Wed Feb 09, 2011 3:47 pm
Forum: Ableton Live
Topic: APC20 : having the Record Arm row always in shift mode
Replies: 15
Views: 5176

Re: APC20 : having the Record Arm row always in shift mode ?

The APC20 remote script re-assigns the slider functionality (changes modes) if an arm button is pressed while Shift is held down. The same MIDI messages and channels are used for all modes. Haven't used Bomes myself, but it would need to intercept the Arm button Note On and replace with a Shift butt...
by Hanz_Petrov
Tue Feb 08, 2011 9:31 pm
Forum: Ableton Live
Topic: APC40 - Step Sequencer, Note Mode, 2nd Device Control, etc.
Replies: 263
Views: 77009

Re: APC40 - Step Sequencer, Note Mode, 2nd Device Control, etc.

This worked great thanks HANZ! I did have to change, assert (value in range(128)) to 123 as well to get the lowest C-2 Glad it worked for you, but changing the "assert" line as you've done is basically forcing a (non-fatal) script error every time the MIDI nav value is higher than 122. To...
by Hanz_Petrov
Fri Feb 04, 2011 5:52 pm
Forum: Ableton Live
Topic: Drum Racks and unsupported hardware pads
Replies: 17
Views: 4170

Re: Drum Racks and unsupported hardware pads

For what it's worth, 8.2.2b2 includes instant mapping support for the LPD8 (i.e. a new hardware-specific remote script, selectable from the MIDI preferences drop-down).

Best,

Hanz
by Hanz_Petrov
Tue Jan 25, 2011 2:17 am
Forum: Ableton Live
Topic: APC40 - Step Sequencer, Note Mode, 2nd Device Control, etc.
Replies: 263
Views: 77009

Re: APC40 - Step Sequencer, Note Mode, 2nd Device Control, etc.

This seems to do something as now all my pads (including the solo/mute/cue and transport controls play a midi note. However I cannot get the step sequencer to run. When I hit shift and master volume nothing happens. Have you selected the correct Input and Output ports under MIDI preferences? Have y...
by Hanz_Petrov
Wed Jan 19, 2011 3:19 am
Forum: Ableton Live
Topic: APC40 - Step Sequencer, Note Mode, 2nd Device Control, etc.
Replies: 263
Views: 77009

Re: APC40 - Step Sequencer, Note Mode, 2nd Device Control, etc.

Is there a way to edit the script so that when in Sequencer mode, the Bank Up and Down buttons increment by 5? Okay, as promised, here's how to get the step sequencer to Navigate Up/Down 5 rows at a time: In the file StepSequencerComponent.py , change the following lines: def _nav_up_value(self, va...
by Hanz_Petrov
Tue Jan 18, 2011 4:54 pm
Forum: Ableton Live
Topic: Best APC40 step sequencer?
Replies: 14
Views: 4310

Re: Best APC40 step sequencer?

The Hanz Petrov script Is really amazing, but i really am a bit sad about the fact that it takes away the posibillity to press two buttons at once. Pressing a row of buttons in one gesture seems essential to me for intuitive step sequencing. I suggested this funtion on Hanz' blog but it seems he is...
by Hanz_Petrov
Tue Jan 18, 2011 4:04 pm
Forum: Ableton Live
Topic: APC40 - Step Sequencer, Note Mode, 2nd Device Control, etc.
Replies: 263
Views: 77009

Re: APC40 - Step Sequencer, Note Mode, 2nd Device Control, etc.

Would it be possible to programm that holding shift and than pressing a clip will deleting it. And maybe Shift and detail view switching from clip to arrangement view and back? Hi maze23a, Currently, the Live API does not provide access to clip deletion, so your first suggestion wouldn't be possibl...
by Hanz_Petrov
Tue Jan 04, 2011 6:06 pm
Forum: Ableton Live
Topic: Saying goodbye to a friend, Leedsquietman passed away.
Replies: 202
Views: 44563

Re: Saying goodbye to a friend, Leedsquietman passed away.

The time Leedsquietman took to help others with intelligent and insightful posts speaks to his generosity. His presence here will be missed.

Hanz