<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.1.92">
</HEAD>
<BODY>
Hi the list,<BR>
<BR>
been a while.<BR>
<BR>
I 'm planning to control fluxus by Osc but encounting a limitation in the conception.<BR>
I have to use a lot of different osc paths and the named buffer exctarction with "osc-msg" is not very handy for that.<BR>
Indeed, it means I have to check all osc paths for detect the osc event and get the values.<BR>
<BR>
So, I have thinking if it would be hard to implement a system more like midi note and cc events.<BR>
A list of path and values and types would be return in case of an incoming osc message, and #f despite.<BR>
Another way would be to just raise a #t with (osc-msg) with no parameter,<BR>
and add a (osc-path) function to get the linked path to the (osc n) function.<BR>
I hope I'm clear enough.<BR>
<BR>
What do you think about it?<BR>
<BR>
Thanks in advance.<BR>
<BR>
Ted
</BODY>
</HTML>