iPhone OSC 库

发布于 2024-08-19 07:34:55 字数 173 浏览 6 评论 0原文

我知道有一些 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

北方的巷 2024-08-26 07:34:55

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

初雪 2024-08-26 07:34:55

取代

OSC-Kit 被 WOscLib -t

OSC-Kit was replaced by WOscLib

-t

人间不值得 2024-08-26 07:34:55

听起来您正在寻找 dsmi

不要被那个“DS”吓倒,它也适用于 iPhone。

Sounds like you're looking for dsmi

Don't be put off by that "DS", it works on the iPhone too.

脸赞 2024-08-26 07:34:55

另外,如果您使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文