TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

OSC: From Node to ChucK

1 pointsby xspenceabout 13 years ago
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_itemabout 13 years ago
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 未加载