Page 1 of 1

Access to File Browser Folders via TouchOSC on iPad

Posted: Mon Nov 07, 2011 4:07 am
by krismiller1982
Hi everybody, I've been drilling my brain for the past few days trying to come up with a way to view contents of the file browser folders on my iPad via TouchOSC or in combination with using some sort of scripting language. I've seen another forum member post a "Custom File Browser" & its essentially the same thing I want to do minus the automatic play function, but he hasn't replied with any "how to dos" yet unfortunately... Any help would be very much appreciated. I've also posted a link to the "Custom Browser" I'm talking about below

http://www.youtube.com/watch?v=xh782shmeQk

Re: Access to File Browser Folders via TouchOSC on iPad

Posted: Mon Nov 07, 2011 5:19 am
by Ryanmf
As he says in the description:
it uses an unholy mix of puredata, python, and applescript to work.
Python to talk to the LiveAPI, Puredata to print the filenames to the iPad, Applescript to piss off Khazul.

Re: Access to File Browser Folders via TouchOSC on iPad

Posted: Mon Nov 07, 2011 5:55 am
by krismiller1982
Ryanmf wrote:As he says in the description:
it uses an unholy mix of puredata, python, and applescript to work.
Python to talk to the LiveAPI, Puredata to print the filenames to the iPad, Applescript to piss off Khazul.

THANK YOU!!! Hey man, pointing in the right direction is the only help I've received in the last 6 days. If you feel like divulging anymore tips on how to begin that would be awesome!! Thanks again!!

Re: Access to File Browser Folders via TouchOSC on iPad

Posted: Mon Nov 07, 2011 6:12 am
by Ryanmf
LiveAPI: http://liine.net/livecontrol/ableton-liveapi/liveosc/
Puredata/TouchOSC: http://hexler.net/docs/touchosc-getting-started-osc
Great Puredata overview: http://en.flossmanuals.net/PureData/
More Puredata resources: http://puredata.info/docs/tutorials
Great Python book (that will also help with learning programming in general): http://learnpythonthehardway.org/

Re: Access to File Browser Folders via TouchOSC on iPad

Posted: Mon Nov 07, 2011 6:17 am
by krismiller1982
Ryanmf wrote:LiveAPI: http://liine.net/livecontrol/ableton-liveapi/liveosc/
Puredata/TouchOSC: http://hexler.net/docs/touchosc-getting-started-osc
Great Puredata overview: http://en.flossmanuals.net/PureData/
More Puredata resources: http://puredata.info/docs/tutorials
Great Python book (that will also help with learning programming in general): http://learnpythonthehardway.org/

You Sir are AWESOME!!!! Looks like I have a long way to go... Prepare to be geeked out!!!!