]> git.sesse.net Git - nageru/blobdiff - nageru/midi_mapper.h
Add infrastructure for MIDI lights that are controllers instead of notes.
[nageru] / nageru / midi_mapper.h
index 3ecdee263afe9e8935b1f85ee7b08ff6f89afd74..9630780dfaee51c3e63759daeb7d7c4e79666c85 100644 (file)
@@ -109,7 +109,7 @@ private:
        void update_highlights();
 
        void update_lights_lock_held();
-       void activate_lights_all_buses(int field_number, std::map<unsigned, uint8_t> *active_lights);
+       void activate_lights_all_buses(int field_number, std::map<MIDIDevice::LightKey, uint8_t> *active_lights);
 
        std::atomic<bool> should_quit{false};
        int should_quit_fd;