Function: calc-midi

calc-midi is an autoloaded, interactive and byte-compiled function defined in calc-units.el.gz.

Signature

(calc-midi ARG)

Documentation

Return the MIDI number corresponding to the expression on the stack.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-units.el.gz
(defun calc-midi (arg)
  "Return the MIDI number corresponding to the expression on the stack."
  (interactive "P")
  (calc-slow-wrapper
   (calc-unary-op "midi" 'calcFunc-midi arg)))