mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Update Lua script descriptions, rename some scripts
This commit is contained in:
parent
fcf4e3e9eb
commit
f72b05d3a5
25 changed files with 24 additions and 29 deletions
|
|
@ -4,7 +4,7 @@ ardour {
|
|||
category = "Utility",
|
||||
license = "MIT",
|
||||
author = "Alby Musaelian",
|
||||
description = [[Map arbitrary MIDI notes to others. Affects Note On/Off and polyphonic key pressure. Note that if a single note is mapped multiple times, the last mapping wins -- MIDI events are never duplicated.]]
|
||||
description = [[Map arbitrary MIDI notes to others. Affects Note On/Off and polyphonic key pressure. Note that if a single note is mapped multiple times, the last mapping wins (MIDI events are never duplicated).]]
|
||||
}
|
||||
|
||||
-- The number of remapping pairs to allow. Increasing this (at least in theory)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue