| Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
object --+
         |
        OscServer
An OSC server listens for incoming OSC messages.
The programmer must register callbacks in order to do something with the incoming data.
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from   | 
  |||
    
  | 
|||
| 
     Inherited from   | 
  |||
    
  | 
|||
  
 :param interval: duration in seconds to wait between each poll 
  | 
  
 Adds a callback for an OSC message. :param addr: URL-like OSC address/pattern :param type: string that enumerates the OSC types the method accepts :param callback: pointer to a python function or method :param args: List of any number of user data. What liblo does is to check for matching callbacks in the order they were registered, and when a match is found, the callback function is called immediately. This means that, if the fallback is to be called only when nothing else matches, it needs to be registered last.  | 
| Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 29 13:08:12 2009 | http://epydoc.sourceforge.net |