Add missing sendpop to UnitTypes.

This commit is contained in:
Veikko Sariola
2020-11-10 00:20:57 +02:00
parent ae334a5dfe
commit 788b3721fd

View File

@ -198,6 +198,7 @@ var UnitTypes = []UnitType{
{Name: "voice", MinValue: -1, MaxValue: 31, CanSet: true, CanModulate: false}, {Name: "voice", MinValue: -1, MaxValue: 31, CanSet: true, CanModulate: false},
{Name: "unit", MinValue: 0, MaxValue: 63, CanSet: true, CanModulate: false}, {Name: "unit", MinValue: 0, MaxValue: 63, CanSet: true, CanModulate: false},
{Name: "port", MinValue: 0, MaxValue: 7, CanSet: true, CanModulate: false}, {Name: "port", MinValue: 0, MaxValue: 7, CanSet: true, CanModulate: false},
{Name: "sendpop", MinValue: 0, MaxValue: 1, CanSet: true, CanModulate: false},
}}, }},
{ {
Name: "envelope", Name: "envelope",