Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: remove-midi-controller , Previous: remove-dsp , Up: R , Home: Overview

Clamps Dictionary

remove-midi-cc-fns

Function

(remove-midi-cc-fns channel ccnum &optional (midi-port *default-midi-port*))

Remove all functions from *​midi-cc-fns​* for channel and ccnum.

Arguments

channel Integer in the range [1..16] denoting the MIDI channel.
ccnum Integer in the range [1..128] denoting the MIDI Controller number.

Example

(remove-midi-cc-fns 1 1) ; => nil

Author: Orm Finnendahl

Created: 2025-06-08 So 16:56

Validate