This shows you the differences between two versions of the page.
|
dev:chuck [2012/06/11 23:18] galapagoose current status update |
dev:chuck [2013/02/24 05:24] (current) 95 updated serialosc section with auto-discovery progress |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Chuck Development ===== | ===== Chuck Development ===== | ||
| - | |||
| - | **Note: Chuck currently does not support serialosc as it cannot use zeroconf, though this issue is likely to be resolved in the near future. In the interim Chuck patches may be run on older devices with monomeserial.** | ||
| ==== What is Chuck? ==== | ==== What is Chuck? ==== | ||
| Line 13: | Line 11: | ||
| ==== Analysis ==== | ==== Analysis ==== | ||
| - | Insert subjective opinions here... | ||
| == Strengths == | == Strengths == | ||
| Line 19: | Line 16: | ||
| * On-the-fly modifications | * On-the-fly modifications | ||
| * OSC support | * OSC support | ||
| - | + | * Free | |
| + | * Win/Mac/Linux support | ||
| + | * No GUI | ||
| == Weaknesses == | == Weaknesses == | ||
| * Text based | * Text based | ||
| - | * Lacks GUI | + | * No GUI |
| + | |||
| + | ==== Chuck and SerialOSC ==== | ||
| + | |||
| + | Most Chuck apps that have been shared are written for the old protocol, monomeserial. | ||
| + | |||
| + | But you can use old Chuck apps on newer devices with serialosc! | ||
| + | |||
| + | There are two options: | ||
| + | |||
| + | ==Use the monomeserial bridge (easy)== | ||
| + | Run the Max [[http://docs.monome.org/doku.php?id=app:serialosc:monomebridge | Monomeserial bridge]] alongside chuck. | ||
| + | |||
| + | Set the prefix in the bridge as needed by your app. “/pong,” “/box”, etc... | ||
| + | |||
| + | ==Edit the application yourself (advanced)== | ||
| + | With a few changes, chuck apps can interface with serialosc. | ||
| + | |||
| + | Chuck + serialosc is discussed in [[http://post.monome.org/comments.php?DiscussionID=14412| this forum thread]]. See in particular [[http://monome.org/community/discussion/comment/177277#Comment_177277 | migrating an application]] and [[http://monome.org/community/discussion/comment/189460#Comment_189460 | auto-discovery with serialosc 1.2]]. | ||