OSC for iPhone

View: New views
5 Messages — Rating Filter:   Alert me  

OSC for iPhone

by Siska Ádám-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: OSC for iPhone

by Damian Stewart :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: OSC for iPhone

by Jeff Koftinoff :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: OSC for iPhone

by Siska Ádám-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,


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

Parent Message unknown Re: OSC for iPhone

by Chandrasekhar Ramakrishnan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/7/17  <sa505@...>:
> 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.

I implemented the ObjCOSC library, an Objective-C wrapper on CNMAT's
OSC-Kit, but I haven't been maintaining it because I switched to using
oscpack 4 or 5 years ago.

Here is an example showing how to use oscpack in Objective-C code.

  http://www.illposed.com/software/dls/cocoaoscpack.zip

- sekhar


--
C. Ramakrishnan           cramakrishnan@...
_______________________________________________
OSC_dev mailing list
OSC_dev@...
http://lists.create.ucsb.edu/mailman/listinfo/osc_dev