]> git.sesse.net Git - nageru/blobdiff - nageru/midi_mapper.h
Move controller_spin_box.h to shared, so that the upcoming Futatabi MIDI editor can...
[nageru] / nageru / midi_mapper.h
index 3ecdee263afe9e8935b1f85ee7b08ff6f89afd74..dd5c7ab33a7bf957adf3da5d12264f0a4f11c39b 100644 (file)
@@ -109,10 +109,9 @@ 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;
 
        std::atomic<bool> has_peaked[MAX_BUSES] {{ false }};