YuriSizov / gdsion

A software synthesizer library for Godot (GDExtension).
Other
116 stars 2 forks source link

Example project: For drumkits use actual instrument/voice names and notes instead of piano roll note names #8

Closed YuriSizov closed 4 months ago

YuriSizov commented 7 months ago

Drumkits are sets of preset instruments/voices with a predefined note. For simplicity these instruments are mapped to the piano roll keys (albeit the keys are displayed in a unique odd-even pattern in that case). However, we still use note names of the regular piano roll keys in the text rendered on top of them.

Instead, we should take the drumkit's information and display the name of the kit's instrument mapped to each key, and possibly the note of that instrument that is going to be played.