Jump to content

problem using library


Recommended Posts

Hello

I try to use the library by trying to retrieve a scale

(setf row (integer-to-pitch (apply-eval (library 'modes 'iran 'dastgah-mahur))))

but i can't access it , i gat a message saying

Error: Undefined function scale1 called with arguments (dastgah-mahur) .
> While executing: ccl::toplevel-eval, in process Listener-1(8).
> Type cmd-/ to continue, cmd-. to abort, cmd-\ for a list of available restarts.
> If continued: Retry applying scale1 to (dastgah-mahur).
> Type :? for other options.


Mystery  ...  could you help thanks.

Patrick

Link to comment
Share on other sites

Please read the posts, I have already showed you how to use the library before.

(expand-chord-name (library 'modes 'iran 'dastgah-mahur) :type :pitch)

This can be found in the Modes Library:

;;;---------------------------------------------------------
;;; EXAMPLES
;;;---------------------------------------------------------

;; With Plist
(library 'modes 'acoustic 'modus-conjunctus)

;; With in OMN (no quotes) list.
(library modes acoustic modus-conjunctus)

;; Expand librery
(expand-libraries '(library modes acoustic modus-conjunctus))

;; Random selection and expand
(expand-chord-name (library 'modes 'acoustic nil :random 2) :type :pitch)
Edited by opmo
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy