diff options
author | Graham Northup <grissess@nexusg.org> | 2018-12-03 03:34:43 -0500 |
---|---|---|
committer | Graham Northup <grissess@nexusg.org> | 2018-12-03 03:34:43 -0500 |
commit | fac3853e5f77fb0eb84c68f58a1adbf804debf73 (patch) | |
tree | 7da8904fbae6f9bb9bfad6cc401b53f50a280233 /packet.py | |
parent | 1a64df3ce3929739ddddff447933297dafae9aa9 (diff) |
Adding articulation parameters
Diffstat (limited to 'packet.py')
-rw-r--r-- | packet.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ class CMD: CAPS = 4 # ports, client type (1), user ident (2-7) PCM = 5 # 16 samples, encoded S16_LE PCMSYN = 6 # number of samples which should be buffered right now + ARTP = 7 # voice (or -1 = OBLIGATE_POLYPHONE for global), index, value(f32) class PLF: SAMEPHASE = 0x1 |