EAIP Posted July 3, 2015 Posted July 3, 2015 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 Quote
opmo Posted July 3, 2015 Posted July 3, 2015 (edited) (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. Edited July 24, 2015 by opmo Quote
EAIP Posted July 3, 2015 Author Posted July 3, 2015 Hi,Thanks for the quick reply.All the best,Erik Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.