Search found 46 matches

by ultra
Tue Jul 29, 2014 12:26 pm
Forum: Ableton Live
Topic: Neural - A clip launching app for iPad and Android tablets
Replies: 0
Views: 830

Neural - A clip launching app for iPad and Android tablets

Neural, an Ableton Live clip launcher app, is now available for Android tablets and has also been updated for iPad.

More info, including a short demo video, is available at my website:

http://www.sub-version.net/neural

Please feel free to contact me via my site if you have questions, comments ...
by ultra
Sun Sep 01, 2013 1:13 pm
Forum: Ableton Live
Topic: I made an iPad app for launching clips in Live
Replies: 0
Views: 1083

I made an iPad app for launching clips in Live

Sorry for the shameless plug, but I made an iPad app for triggering clips in Live. It's called Neural.

It's an 8 track by 16 scene clip grid that will launch clips and scenes, toggle clip looping, toggle track mute/solo/arm, and pan your set. The design allows these functions to be done without ...
by ultra
Tue Nov 24, 2009 11:59 pm
Forum: Ableton Live
Topic: What would be your ultimate MIDI controller?
Replies: 35
Views: 7494

Re: What would be your ultimate MIDI controller?

the_planet wrote:If I played gigs a lot, I'd probably ask a metalworking company to create replacement cases for my plastic stuff. :)
almost no gigging musician could afford that :)
by ultra
Fri Nov 20, 2009 1:15 am
Forum: Ableton Live
Topic: for those interested in building a midibox
Replies: 0
Views: 756

for those interested in building a midibox

i have been working on a project that seamlessly integrates midibox's operating system (MIOS) with a liveapi script. the only programming you need to know is C for your midibox, since the script handles everything else automatically. for those looking to build a midibox and know C, it should end up ...
by ultra
Thu Nov 19, 2009 8:46 pm
Forum: Ableton Live
Topic: LiveAPI users and programmers - please read
Replies: 2
Views: 1105

Re: LiveAPI users and programmers - please read

hi, thanks I will try that. I think I saw the protodeck on the midibox forum? i'm working on integrating mios32 with liveapi and it's going well. check my blog over at the midibox forum for a description if interested.
by ultra
Thu Nov 19, 2009 7:37 pm
Forum: Ableton Live
Topic: LiveAPI users and programmers - please read
Replies: 2
Views: 1105

LiveAPI users and programmers - please read

if anybody on the forum is using liveapi (i know there's a few), i've started a new google group for us to share information. the old one seems to have died, and is filling up with spam.

http://groups.google.com/group/ableton-liveapi

let's keep this alive! i am still using liveapi and have ...
by ultra
Tue Jul 14, 2009 11:40 am
Forum: Ableton Live
Topic: Alt+Tab between Live 8 and Cubase is sluggish
Replies: 3
Views: 916

Re: Alt+Tab between Live 8 and Cubase is sluggish

sounds like the typical behavior of a computer that doesn't have enough memory.
by ultra
Fri Apr 03, 2009 12:40 am
Forum: Ableton Live
Topic: WMC and Ultra... Who Went... Tell your stories!
Replies: 8
Views: 1580

Re: WMC and Ultra... Who Went... Tell your stories!

what about me??
by ultra
Thu Apr 02, 2009 2:40 pm
Forum: Ableton Live
Topic: looking to connect to liveapi developers via google talk
Replies: 0
Views: 591

looking to connect to liveapi developers via google talk

are there any liveapi developers on the forum using google talk? if so i'd like to add you to my user list so we can chat here and there. send me a private msg on here!

ultra
by ultra
Mon Feb 02, 2009 11:24 pm
Forum: Ableton Live
Topic: Sysex in live 8?
Replies: 24
Views: 4595

a simple midibox application using just the core module and maybe a couple buttons to select settings could translate sysex for you.

sysex synth --> midibox --> record to live as cc's
played back cc's in live --> midibox --> sysex strings to synth
by ultra
Sat Jan 31, 2009 11:49 pm
Forum: Ableton Live
Topic: Sysex in live 8?
Replies: 24
Views: 4595

live 7 outputs sysex via liveapi.

for any practical reason, mfl isn't native. for general control of live, i'll be sticking with liveapi. mfl has exciting features, but i don't think it should be necessary to get good communication with live.
by ultra
Sat Jan 31, 2009 12:57 pm
Forum: Ableton Live
Topic: Sysex in live 8?
Replies: 24
Views: 4595

fortunately live 7 can at least output sysex. i'm hoping live 8 will accept sysex natively.
by ultra
Fri Jan 30, 2009 9:43 pm
Forum: Ableton Live
Topic: I just fried my micro Kontrol! arrggghhh
Replies: 8
Views: 1818

how much do you want to sell the fried micro control for?

and what country are you in?
by ultra
Thu Jan 22, 2009 12:08 am
Forum: Ableton Live
Topic: APC40 design could be way better
Replies: 39
Views: 9819

basically it's just a matter of defining identical constants in the midibox program and the liveapi script, and of course parsing out what should be done on each end.

it's all set up from within mios as an additional set of functions.
by ultra
Wed Jan 21, 2009 11:15 pm
Forum: Ableton Live
Topic: APC40 design could be way better
Replies: 39
Views: 9819


especially after dorking around with automap for too long and the notorious 128 parameter limit.

i've gotten around this by specifying my own protocol via midi. i use sets of 3 messages to get 9 bytes that describe what i'm doing. this allows me to send functions from my midibox such as ...