Csound Csound-dev Csound-tekno Search About

Re: b (ignore first)

Date1999-01-18 02:38
FromMichael Gogins
SubjectRe: b (ignore first)
Yes, I mean C language macros, not score macros.

-----Original Message-----
From: Gabriel Maldonado 
To: Michael Gogins 
Cc: Csound Mailing List 
Date: Sunday, January 17, 1999 4:29 AM
Subject: Re: b (ignore first)


>For what reason we have not to use score macros? I find them very useful in
score file.
>Pheraps are you referring to C language macros?
>
>Michael Gogins wrote:
>>
>> Please guys, don't use macros if at all possible. Use functions, use
enums,
>> don't use macros except to keep you from #including the same header file
>> twice.