Posted July 3, 20159 yr Hi, How do I actually access tonality-names? (integer-to-pitch acoustic-scale) throws the following error: > Error: Unbound variable: acoustic-scale > While executing: ccl::cheap-eval-in-environment, in process Listener-1(8). I'm on OS 10.9.5 (Mavericks), Opusmodus 1.0.15921All the best,Erik
July 3, 20159 yr (expand-chord-name 'acoustic-scale :type :pitch) => (c4 d4 e4 fs4 g4 a4 bb4) (expand-chord-name 'acoustic-scale) => (0 2 4 6 7 9 10)In the Library 'Scales' you will find examples how to use and expand the tonality etc... names.
Create an account or sign in to comment