midi.tuning
apply tuning to midi messages
available since version: 0.9.1
arguments:
- DEV
if symbol - set named temperament deviations, valid names are: "eq", "just",
"ganassi", "meantone", "kirnberger3", "pythagorean", "rameau", "valotti" or
"zarlino". If list: set deviation in cents per pitch
type: list
properties:
-
@base
Get/set base pitch (C: 0, A: 9, etc..)
type: int
range: 0..11
default: 9
-
@dev
Get/set list of deviations in cents
type: list
default: 0 0 0 0 0 0 0 0 0 0 0 0
inlets:
- NOTE VELOCITY pair expected
type: control
outlets:
- note velocity pair
type: control
keywords:
midi
tuning
Authors: Serge Poltavsky
License: GPL3 or later