iPhone OSC 库
我知道有一些 iPhone 应用程序使用 OSC,我现在想知道他们中是否有人为其发布了一个很好的库。我用谷歌搜索了周围的战利品,但没有找到任何东西。也许有人比我更懂得如何 google :)
我目前正在尝试让 OSCKit 在 iPhone 上工作,但我不太擅长 iPhone 开发。
感谢您的回答。
I know there are some iPhone Apps out there that use OSC and i'm wondering now if someone of them released a nice library for it. I googled a loot around but didn't found anything. Maybe someone knows how to google better then me :)
I'm currently trying to get OSCKit to work on the iPhone, but i'm not that good in iPhone development.
Thanks for your answers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
TouchOSC 使用 oscpack
它是用 C++ 实现的,这可能很尴尬在 iPhone 中使用(我个人不介意)
有一个名为“VVOSC”的纯 Objective-C OSC 框架,它很容易在 iPhone SDK 上下文中配置和使用:
vvopensource
TouchOSC is using oscpack
It's implemented in C++ which might be awkward to use in an iPhone (I personally don't mind)
There's a pure Objective-C OSC framework called "VVOSC" which is easy to configure and use in an iPhone SDK context:
vvopensource
取代
OSC-Kit 被 WOscLib -t
OSC-Kit was replaced by WOscLib
-t
听起来您正在寻找 dsmi
不要被那个“DS”吓倒,它也适用于 iPhone。
Sounds like you're looking for dsmi
Don't be put off by that "DS", it works on the iPhone too.
另外,如果您使用 PhoneGap,我在我的 KievII 库中为 javascript(客户端)实现了 OSC。这是代码。
Also, if you are using PhoneGap, I implemented OSC for javascript (client-side) in my KievII library. Here's the code.