On Monday 29 May 2006 20:46, matt ingalls wrote: > well if you are that concerned about conflicts > maybe using the "magic number" would be better > then using a $ anyway? > > let's just keep my code as is and devote > time to something less trivial. I did not replace your code yet: the other version is #ifdef-ed out at this time. However, as you are already using $ for invalue, removing any $ from the orchestra specified channel name is needed because otherwise memory corruption would occur when the host tries to write a string when in fact the orchestra expects a MYFLT. I only suggested using the $ for outvalue as well for consistency, and having the string value after the '\0' character of the channel name is easier to parse, at least in C/C++, and slightly less confusing to old hosts that are not aware of string values. However, I am fine with keeping your original implementation. _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net