hlolli / csound-mode

Emacs major mode for coding in Csound
41 stars 14 forks source link

Fix ignoring file bit-value by csound-render #21

Closed sohet closed 1 year ago

sohet commented 1 year ago

csound-render can not change file bit-value by the interactive input because cl-case uses eql for matching. Comparing as number does.

hlolli commented 1 year ago

wow, thanks!