Page 21 of 28

Posted: Tue Feb 05, 2008 6:02 pm
by morerecords
Hmm.. Sounds like my time would be better spent making music (I would have such steep learning curve to egt to this level of computer 'dabbling' I'd prob never make another record again!)
many thanks
-MR

Posted: Tue Feb 05, 2008 6:06 pm
by Angstrom
morerecords wrote:Hmm.. Sounds like my time would be better spent making music (I would have such steep learning curve to egt to this level of computer 'dabbling' I'd prob never make another record again!)
many thanks
-MR
exactly, it's not for everyone - in fact I have not done much with it because my day job involves a lot of code/script so I can't really be bothered letting it get in the way of music making.

Posted: Tue Feb 05, 2008 10:41 pm
by 3dot...
...Waiting on that day Angstrom...

Posted: Tue Mar 04, 2008 6:43 pm
by julienb
who works on it (yet) ?
I do and I have some problems with callbacks: I need to create callbacks with functions already made in LiveUtils.py ... as I change one things in LLiveOSCCallbacks.py a beautiful error appears !

yeah

Posted: Tue Mar 04, 2008 10:21 pm
by queglay
so here is an unoficial release from me of the api. i had to change a few things to get some of the osc functionaily to work for me. all i've done is alter some of the functionality for returning live clip and scene names via osc. i can't remember everything i did, but with the clip name callback i first created a conditional statement that checks if a clip is in the cell. if there isn't it returns empty for that cell destination. also all text strings are converted using str().

these are all the files i needed to alter to get it working for me. i also altered the instructrions a little to explain what i did to get it working.
http://www.theoriginalqueg.com/forum/Li ... 060208.rar

please read the instructions included very carefully.

i also included a max test patch for those familiar with it for testing purposes.

just remember though, because i got it working, it doesn't mean its going to work for you guys too.

This is not an official release from nathan's project. but when i downloaded the files as is from hise google code site they didn't work for me for the reasons that i modified them here.

please don't send me private messages if you can't get this to work. use the forum. not only am i really busy and wont respond, at least this way theres a record of how people are solving their problems.

it would be great if there was some free forum someone could create where we can all deal with this one. its a shame the original liveapi forum never got replaced. makes it that much harder to solve things.

good luck with it!

Posted: Tue Mar 18, 2008 5:28 pm
by mdk
Hi Andrew, dont know if you noticed but there is now a google group for discussing LiveAPI related stuff.

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

I also created a 'space' here :

http://www.assembla.com/wiki/show/live-api

Which now houses the LiveAPI source code. I integrated your changes into the source and also added your max test patch.

:)

Posted: Tue Mar 18, 2008 10:34 pm
by queglay
ahh ok cool. thanks man. good work!

Posted: Tue Apr 29, 2008 2:23 pm
by nbinder
Does anyone know about the status on OSX? There is a new file on the google code page for OSX, but it doesn't work here.

More about it: (stderr.log)

ImportError: No module named posixpath

Posted: Tue Apr 29, 2008 2:54 pm
by julienb
nbinder wrote:Does anyone know about the status on OSX? There is a new file on the google code page for OSX, but it doesn't work here.

More about it: (stderr.log)

ImportError: No module named posixpath
ask a question on : http://groups.google.com/group/liveapi

Posted: Tue Apr 29, 2008 3:19 pm
by nbinder
I did, too ;)

I am a bit confused which forum is really used. There's much more activity here...

I am not so much into python and don't understand why it wont find the module, even though

'/Applications/Live 7.0.5 OS X/Live.app/Contents/App-Resources/MIDI Remote Scripts/_LiveAPICore/python22/'

is in the sys.path.

And there you have..... posixpath :?

Posted: Mon Jun 02, 2008 3:42 pm
by nbinder
Does anybody here get clip names from Live using OSX? Still LiveOSC doesn't work on OSX and APIMIDI doesn't work (for me... don't know what I could be doing wrong).

So... am I the only one trying to get clip names on OSX? :cry:

Posted: Mon Jun 02, 2008 3:48 pm
by 8O
nbinder - you're not alone. I want it/need it on OS X too...

Posted: Mon Jun 02, 2008 3:56 pm
by julienb
let's pray all of us for a quick information from ableton... we can dream yet :evil:

Posted: Mon Jun 02, 2008 4:07 pm
by hoffman2k
I got this working on osx. Just install "APImidi Demo 6".

Its the sysex version though. Livetelnet and LiveOSC crash for me too.

Posted: Mon Jun 02, 2008 6:44 pm
by nbinder
I tried APIMIDI with the Pd files and was just getting nonsense data ("scene-e: 1 0 1 1 1 0 1 0", and this doesn't even match to the used clip slots).

Guess you tried it with Max/MSP?

The whole development seems to be stuck, I wrote several messages on the google code and the google groups pages, but no replies or any other activities...

I tried to help myself, as I am not the silly "give me everything and I'll still complain" guy, but could get very much closer since then.