I got it fixed:
http://www.cycling74.com/forums/index.p ... msg_185084
Search found 10 matches
- Wed Nov 18, 2009 5:33 pm
- Forum: Max For Live
- Topic: [c74] The max installation appears to be broken.
- Replies: 30
- Views: 8893
- Mon Nov 16, 2009 10:59 pm
- Forum: Max For Live
- Topic: OSC API through Max
- Replies: 20
- Views: 4316
Re: OSC API through Max
Are there more infos available regarding the api for js?
- Mon Nov 16, 2009 10:39 am
- Forum: Max For Live
- Topic: [c74] The max installation appears to be broken.
- Replies: 30
- Views: 8893
Re: [c74] The max installation appears to be broken.
After I read the most recent posts since my last I found a discrepancy in my authorizationaccount.
I have a licence for Live 8 (Upgrade) + 7 instr, and Max For Live (Beta) is in the list of the instruments, but in the licence for Live 8 (Beta) + 10 instr Max for Live doesnt appear, while it is ...
I have a licence for Live 8 (Upgrade) + 7 instr, and Max For Live (Beta) is in the list of the instruments, but in the licence for Live 8 (Beta) + 10 instr Max for Live doesnt appear, while it is ...
- Sun Nov 15, 2009 7:08 pm
- Forum: Max For Live
- Topic: [c74] The max installation appears to be broken.
- Replies: 30
- Views: 8893
Re: [c74] The max installation appears to be broken.
I have the same problem as stated in this thread:
I am running OS X 10.6.2
Max version 5.1.0b9(41021) is installed and appears to be functional. (I do have a valid registration for max 5)
Live 8.1b9 is installed and inside the preference tab the stated location for max is correct.
I am running OS X 10.6.2
Max version 5.1.0b9(41021) is installed and appears to be functional. (I do have a valid registration for max 5)
Live 8.1b9 is installed and inside the preference tab the stated location for max is correct.
- Tue Mar 17, 2009 10:17 am
- Forum: Ableton Live
- Topic: Who wants access to Ableton's Python API? .. You? .. Ok!
- Replies: 419
- Views: 223413
Re: Who wants access to Ableton's Python API? .. You? .. Ok!
Hi
Theoretically it is possible to gain access to some of the devices and their paramateres, since Lives' API allows Midi-Scripts to do so. Now what is called LiveAPI is (so my understanding) a collection of such Midi-Scripts, with names like APIMidi, LiveOSC or LiveTelnet. They all allow to ...
Theoretically it is possible to gain access to some of the devices and their paramateres, since Lives' API allows Midi-Scripts to do so. Now what is called LiveAPI is (so my understanding) a collection of such Midi-Scripts, with names like APIMidi, LiveOSC or LiveTelnet. They all allow to ...
- Mon Mar 16, 2009 11:32 am
- Forum: Ableton Live
- Topic: Who wants access to Ableton's Python API? .. You? .. Ok!
- Replies: 419
- Views: 223413
Re: Who wants access to Ableton's Python API? .. You? .. Ok!
Its working both ways now, but shaky - it crashes live if I choose a different script again - and because of a hack that avoids pythons socket object it has up to a 1s latency plus suffers of some package losses. I decided to wait until max4live is out, according to a cycling74 story ( http://www ...
- Sun Mar 15, 2009 3:05 pm
- Forum: Ableton Live
- Topic: Who wants access to Ableton's Python API? .. You? .. Ok!
- Replies: 419
- Views: 223413
Re: Who wants access to Ableton's Python API? .. You? .. Ok!
Bjorn, thank you very much for your code. If I understand your solution correctly, you are using the Max-Patch as a Bridge between OSC and Midi:
Lemur >--OSC--> Max-Patch >--MIDI--> APIMidiLive8 >--MIDI--> MaxPatch >--OSC--> Lemur
may I ask why you didnt use the LiveOSC solution?
I was able to ...
Lemur >--OSC--> Max-Patch >--MIDI--> APIMidiLive8 >--MIDI--> MaxPatch >--OSC--> Lemur
may I ask why you didnt use the LiveOSC solution?
I was able to ...
- Fri Mar 13, 2009 10:24 pm
- Forum: Ableton Live
- Topic: Who wants access to Ableton's Python API? .. You? .. Ok!
- Replies: 419
- Views: 223413
Re: Who wants access to Ableton's Python API? .. You? .. Ok!
Did you change anything to the python scripts or only the java code within the max patches?
I made only changes to the Clip.py script, changed the faulty
is_playing_has_listener
add_is_playing_listener
remove_is_playing_listener
to these:
playing_status_has_listener
add_playing_status ...
I made only changes to the Clip.py script, changed the faulty
is_playing_has_listener
add_is_playing_listener
remove_is_playing_listener
to these:
playing_status_has_listener
add_playing_status ...
- Fri Mar 13, 2009 9:25 pm
- Forum: Ableton Live
- Topic: Who wants access to Ableton's Python API? .. You? .. Ok!
- Replies: 419
- Views: 223413
Re: Who wants access to Ableton's Python API? .. You? .. Ok!
I updated the package again (if you have downloaded already, please do it again). I simplified the installation process and no java or javascript error messages should appear.
- Fri Mar 13, 2009 7:00 pm
- Forum: Ableton Live
- Topic: Who wants access to Ableton's Python API? .. You? .. Ok!
- Replies: 419
- Views: 223413
Re: Who wants access to Ableton's Python API? .. You? .. Ok!
Hi Bjorn
I did some hacking yesterday. a very painfull excercise for a java nut..
https://www.assembla.com/spaces/live-ap ... Demo-7.zip
APIMidi should work now on OSX, Tested with the Live 7.14+8b and Max4.6.x+5
good luck
martin
I did some hacking yesterday. a very painfull excercise for a java nut..
https://www.assembla.com/spaces/live-ap ... Demo-7.zip
APIMidi should work now on OSX, Tested with the Live 7.14+8b and Max4.6.x+5
good luck
martin