Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dev:chuck [2012/06/30 01:29]
95 updated with provisional SerialOSC guide
dev:chuck [2013/02/24 05:24] (current)
95 updated serialosc section with auto-discovery progress
Line 26: Line 26:
 ==== Chuck and SerialOSC ==== ==== Chuck and SerialOSC ====
  
-You can use old Chuck apps on newer devices with SerialOSC!  +Most Chuck apps that have been shared are written for the old protocol, monomeserial. 
  
-Connecting is not yet as simple as in Max apps, because devices aren't automatically discovered.  We want to fix that, and your help and input is welcome in the forum.+But you can use old Chuck apps on newer devices with serialosc!
  
-At the moment, there are two options:+There are two options:
  
-==Monomeserial bridge (easy)==+==Use the monomeserial bridge (easy)==
 Run the Max [[http://docs.monome.org/doku.php?id=app:serialosc:monomebridge | Monomeserial bridge]] alongside chuck.   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... Set the prefix in the bridge as needed by your app.  “/pong,” “/box”, etc...
  
-==Migrate the application (advanced)== +==Edit the application yourself (advanced)== 
-[[http://post.monome.org/comments.php?DiscussionID=14412| This forum thread]] has instructions (scroll to June 28 2012).  These instructions do not yet incorporate auto-discovery, but will let you use Chuck apps without Max.+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]].