-
Oh, rereading the spec I see this is how they specify it. It seems pretty useless: in what scenario would you want to invoke a pattern-match of messages? Perhaps if you wish to send "all notes off" to every device or something, but this is of highly limited use. In realistic cases you want to send *specific* methods:
/sequencer/block1 play
/synth/note 64
/window/drawcircle x y r...
2009-02-01 23:36:20 UTC in LibLO
-
The handling of pattern methods appears to be broken:
* lo_server_add_method ignores requests to add pattern method handlers (server.c:961)
* lo_server_del_method deletes methods based on pattern match (server.c:1010)
* dispatch_method determines whether to match a pattern based on the _incoming_ path (server.c:705)
What seems much more useful:
* lo_server_add_method tags each method...
2008-11-09 23:47:54 UTC in LibLO
-
rpav committed patchset 80 of module SFW to the The Studio Framework CVS repository, changing 1 files.
2001-08-06 22:50:23 UTC in The Studio Framework
-
rpav committed patchset 78 of module SFW to the The Studio Framework CVS repository, changing 3 files.
2001-03-16 21:05:23 UTC in The Studio Framework
-
rpav committed patchset 77 of module SFW to the The Studio Framework CVS repository, changing 1 files.
2001-03-14 23:33:14 UTC in The Studio Framework
-
rpav committed patchset 76 of module SFW to the The Studio Framework CVS repository, changing 2 files.
2001-03-13 22:38:26 UTC in The Studio Framework
-
rpav committed patchset 3 of module TemplateFactory to the The Studio Framework CVS repository, changing 1 files.
2001-03-12 23:56:27 UTC in The Studio Framework
-
rpav committed patchset 75 of module SFW to the The Studio Framework CVS repository, changing 2 files.
2001-03-12 23:14:11 UTC in The Studio Framework
-
rpav committed patchset 74 of module SFW to the The Studio Framework CVS repository, changing 2 files.
2001-02-23 22:19:34 UTC in The Studio Framework
-
rpav committed patchset 73 of module SFW to the The Studio Framework CVS repository, changing 1 files.
2001-02-22 02:38:31 UTC in The Studio Framework