TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

OSC: From Node to ChucK

1 点作者 xspence大约 13 年前
Hey guys. I've started a new project just for fun. It's a good challenge for my current skill set, but I'm running into a brick wall.<p>I've been doing a lot of work linking Processing/Arduino and ChucK by Princeton and allowing them to communicate (e.g. GUI in Processing/Arduino, Audio in ChucK). I've rewritten a javascript chat server, originally written by a friend of mine, modeled after NodeJS's chat server.<p>I've tried to work with OSC4Node (https://github.com/hideyukisaito/osc4node), but I'm unsure of how to send osc messages with it.<p>I'm familiar with sending messages via Processing and I assume that javascript is similar, but I'm wondering if someone can give me some starting tips. I'm just calling a sndbuf in ChucK. This will be a locally based server (e.g. localhost), so I'm not looking at cross-machine communication.<p>Anything tips help. Thanks.

1 comment

tree_of_item大约 13 年前
Is the README not enough? What exactly are you confused about?<p>You may have better luck asking this kind of question on a Stack Exchange website, by the way. Hacker News is not really a site to ask for programming help.
评论 #3931475 未加载