Changeset ac00b1520a6c25470705023a35ea81e8aeb5f05a
- Timestamp:
- 06/04/10 19:43:45 (3 years ago)
- Author:
- Guillaume Pellerin <yomguy@…>
- Children:
- cf40cbed2b0b7a765375a8e6a8884cdd3abb346d
- Parents:
- b8048e2f8973fcb1cac10a71e11765d586267e7a
- git-committer:
- Guillaume Pellerin <yomguy@parisson.com> / 2010-06-04T17:43:45Z+0000
- Message:
-
ifix relay callback
- Location:
- tools
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rda00352
|
rac00b15
|
|
| 12 | 12 | |
| 13 | 13 | # send message "/foo/message1" with int, float and string arguments |
| 14 | | liblo.send(target, "/media/relay", 1) |
| | 14 | liblo.send(target, "/relay", 1) |
-
|
rb8048e2
|
rac00b15
|
|
| 172 | 172 | # OSC paths and callbacks |
| 173 | 173 | self.osc_controller.add_method('/media/next', 'i', self.media_next_callback) |
| 174 | | self.osc_controller.add_method('/media/relay', 'i', self.relay_callback) |
| | 174 | self.osc_controller.add_method('/relay', 'i', self.relay_callback) |
| 175 | 175 | self.osc_controller.add_method('/twitter', 'i', self.twitter_callback) |
| 176 | 176 | self.osc_controller.add_method('/jingles', 'i', self.jingles_callback) |