mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
refine lua-script documentation
This commit is contained in:
parent
7745a37394
commit
4bb54f4128
4 changed files with 35 additions and 16 deletions
|
|
@ -25,7 +25,7 @@ function factory ()
|
|||
mb:silence (n_samples, 0); -- clear existing buffer
|
||||
|
||||
for _,e in pairs (events) do
|
||||
-- e is an http://ardourman/lua-scripting/class_reference/#Evoral:MidiEvent
|
||||
-- e is-a http://manual.ardour.org/lua-scripting/class_reference/#Evoral:MidiEvent
|
||||
e:set_channel (2)
|
||||
mb:push_event (e)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue