aboutsummaryrefslogtreecommitdiff
path: root/src/adldata.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/adldata.hh')
-rw-r--r--src/adldata.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/adldata.hh b/src/adldata.hh
index 73c3d94..dc6a5f8 100644
--- a/src/adldata.hh
+++ b/src/adldata.hh
@@ -54,6 +54,7 @@ struct adlinsdata
uint8_t flags;
uint16_t ms_sound_kon; // Number of milliseconds it produces sound;
uint16_t ms_sound_koff;
+ int8_t midi_velocity_offset;
double voice2_fine_tune;
};
ADLDATA_BYTE_COMPARABLE(struct adlinsdata)