Changeset ac00b1520a6c25470705023a35ea81e8aeb5f05a

Show
Ignore:
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:
2 modified

Legend:

Unmodified
Added
Removed
  • tools/osc_relay_start.py

    rda00352 rac00b15  
    1212 
    1313# send message "/foo/message1" with int, float and string arguments 
    14 liblo.send(target, "/media/relay", 1) 
     14liblo.send(target, "/relay", 1) 
  • tools/station.py

    rb8048e2 rac00b15  
    172172                # OSC paths and callbacks 
    173173                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) 
    175175                self.osc_controller.add_method('/twitter', 'i', self.twitter_callback) 
    176176                self.osc_controller.add_method('/jingles', 'i', self.jingles_callback)