denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Articulations


From: Richard Shann
Subject: Re: [Denemo-devel] Articulations
Date: Wed, 21 Dec 2011 09:02:47 +0000

On Tue, 2011-12-20 at 13:02 -0600, Jeremiah Benham wrote:
> 
> I changed this and will push it when I get the bandwidth. 
Jeremiah - a point of style:

+            (if (equal? override #t)

this can be replaced here with
+           (if override

where override is the value DENEMO_ALT_OVERRIDE passed in.

that is, in scheme everything except #f is true. It was me that lead us
astray here, not reading enough before starting to write scheme. So in
this case you would pass in the override to be used, or omit it, and the
procedure just checks (if override ... and uses it otherwise does
nothing.

Richard





reply via email to

[Prev in Thread] Current Thread [Next in Thread]