tfadeyi / midi-instruments

Small golang library containing interface and implementations of different midi instruments.
MIT License
0 stars 0 forks source link

Implement logic to handle Chords in akai lpk25 #10

Open tfadeyi opened 3 years ago

tfadeyi commented 3 years ago

Currently, the implementation only handles notes and not the chords. A chord listener has the following preflix when registered chord:, to register a listener for a C major chord we would have chord:c_major. This is to keep it similar to the prefix used for notes note:.