Skip to content

Commit

Permalink
manual updated
Browse files Browse the repository at this point in the history
  • Loading branch information
samba committed Jul 16, 2024
1 parent ff510d1 commit 6b280dd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
15 changes: 14 additions & 1 deletion manual.in.md
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,20 @@ This table contains all input events.

-- a table of byte values (excluding F0 and F7)
-- only relevant if type is "sysex"
sysexData = { byte values }
sysexData = { byte values },

-- some information about the related instrument
instrument = {
name = string,
pan = 0..100,
volume = 0..100,
midiChannel = 0..15, -- optional
midiLsb = 0..127, -- optional
midiMsb = 0..127, -- optional
midiPc = 0..127, -- optional
children: {} -- further instrument children see instrumentSection (https://www.werckme.org/manual#instrumentsection)
}

}
...
}
Expand Down
15 changes: 14 additions & 1 deletion manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,20 @@ This table contains all input events.

-- a table of byte values (excluding F0 and F7)
-- only relevant if type is "sysex"
sysexData = { byte values }
sysexData = { byte values },

-- some information about the related instrument
instrument = {
name = string,
pan = 0..100,
volume = 0..100,
midiChannel = 0..15, -- optional
midiLsb = 0..127, -- optional
midiMsb = 0..127, -- optional
midiPc = 0..127, -- optional
children: {} -- further instrument children see instrumentSection (https://www.werckme.org/manual#instrumentsection)
}

}
...
}
Expand Down

0 comments on commit 6b280dd

Please sign in to comment.