Skip to content

Add repeater and simplex whiskers

This implements two whisker types from the spec - repeater and simplex.

It seemed like every whisker was unique with regard to constructors and public fields so I just did what seemed reasonable. Also, there is room to add enums for modulation and PL tone, but the other whiskers didn't expose enums for tables, so I just left the raw value exposed.

Merge request reports