|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
OSC for iPhoneHi list,
I'd like to build a simple iPhone application that would send data using OSC. I spent some time at www.opensoundcontrol.org to find a recent Mac OS X framework implementing OSC, but I didn't really find one. Is there a framework that I could download from somewhere? (I only found a project called ObjCOSC, but it seemed to me that it's specialized to work with SuperCollider, and I'm looking for something that is generic.) Also: is there anything I should be aware when building an iPhone app using OSC? Thank you for the answers, Adam _______________________________________________ OSC_dev mailing list OSC_dev@... http://lists.create.ucsb.edu/mailman/listinfo/osc_dev |
|
|
Re: OSC for iPhonesomeone's beat you to it. have a look at http://memo.tv/msaremote_for_iphone
... Siska Ádám wrote: > Hi list, > > > > I'd like to build a simple iPhone application that would send data > using OSC. I spent some time at www.opensoundcontrol.org to find a > recent Mac OS X framework implementing OSC, but I didn't really find > one. Is there a framework that I could download from somewhere? (I > only found a project called ObjCOSC, but it seemed to me that it's > specialized to work with SuperCollider, and I'm looking for something > that is generic.) > > Also: is there anything I should be aware when building an iPhone app > using OSC? > > > Thank you for the answers, > Adam > > _______________________________________________ > OSC_dev mailing list > OSC_dev@... > http://lists.create.ucsb.edu/mailman/listinfo/osc_dev > -- damian stewart | skype: damiansnz | damian@... frey | live art with machines | http://www.frey.co.nz _______________________________________________ OSC_dev mailing list OSC_dev@... http://lists.create.ucsb.edu/mailman/listinfo/osc_dev |
|
|
Re: OSC for iPhoneUnfortunately it looks like source code isn't available for that
application. But anyways, you don't really need an Objective-C version of the OSC protocol - you can use any one that works on posix/linux, even if it is in C++ and just call it from your objective C/ Objective C++ functions jeff On 2009-Jul-16, at 3:36 AM, Damian Stewart wrote: > someone's beat you to it. have a look at http://memo.tv/msaremote_for_iphone > > ... > > Siska Ádám wrote: >> Hi list, >> >> >> >> I'd like to build a simple iPhone application that would send data >> using OSC. I spent some time at www.opensoundcontrol.org to find a >> recent Mac OS X framework implementing OSC, but I didn't really find >> one. Is there a framework that I could download from somewhere? (I >> only found a project called ObjCOSC, but it seemed to me that it's >> specialized to work with SuperCollider, and I'm looking for something >> that is generic.) >> >> Also: is there anything I should be aware when building an iPhone app >> using OSC? >> >> >> Thank you for the answers, >> Adam >> >> _______________________________________________ >> OSC_dev mailing list >> OSC_dev@... >> http://lists.create.ucsb.edu/mailman/listinfo/osc_dev >> > > > -- > damian stewart | skype: damiansnz | damian@... > frey | live art with machines | http://www.frey.co.nz > _______________________________________________ > OSC_dev mailing list > OSC_dev@... > http://lists.create.ucsb.edu/mailman/listinfo/osc_dev _______________________________________________ OSC_dev mailing list OSC_dev@... http://lists.create.ucsb.edu/mailman/listinfo/osc_dev |
|
|
Re: OSC for iPhoneHi,
yes, that was not what I'm looking for, since the link points to an already built iPhone app instead of a library. It's good to know that I can also use arbitrary C++ lib in objC. To tell the truth, I've never developed anything with objC before, so I have no idea about how that works. Thanks for the answers, Adam On 2009.07.16., at 16:04, Jeff Koftinoff wrote: > Unfortunately it looks like source code isn't available for that > application. > > But anyways, you don't really need an Objective-C version of the OSC > protocol - you can use any one that works on posix/linux, even if it > is in C++ and just call it from your objective C/ Objective C++ > functions > > jeff > > On 2009-Jul-16, at 3:36 AM, Damian Stewart wrote: > >> someone's beat you to it. have a look at http://memo.tv/msaremote_for_iphone >> >> ... >> >> Siska Ádám wrote: >>> Hi list, >>> >>> >>> >>> I'd like to build a simple iPhone application that would send data >>> using OSC. I spent some time at www.opensoundcontrol.org to find a >>> recent Mac OS X framework implementing OSC, but I didn't really find >>> one. Is there a framework that I could download from somewhere? (I >>> only found a project called ObjCOSC, but it seemed to me that it's >>> specialized to work with SuperCollider, and I'm looking for >>> something >>> that is generic.) >>> >>> Also: is there anything I should be aware when building an iPhone >>> app >>> using OSC? >>> >>> >>> Thank you for the answers, >>> Adam >>> >>> _______________________________________________ >>> OSC_dev mailing list >>> OSC_dev@... >>> http://lists.create.ucsb.edu/mailman/listinfo/osc_dev >>> >> >> >> -- >> damian stewart | skype: damiansnz | damian@... >> frey | live art with machines | http://www.frey.co.nz >> _______________________________________________ >> OSC_dev mailing list >> OSC_dev@... >> http://lists.create.ucsb.edu/mailman/listinfo/osc_dev > > _______________________________________________ > OSC_dev mailing list > OSC_dev@... > http://lists.create.ucsb.edu/mailman/listinfo/osc_dev _______________________________________________ OSC_dev mailing list OSC_dev@... http://lists.create.ucsb.edu/mailman/listinfo/osc_dev |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |