hydrogen-music / hydrogen

The advanced drum machine for Linux, macOS, and Windows
http://www.hydrogen-music.org
GNU General Public License v2.0
1.04k stars 173 forks source link

Fix (Instrument/Drumkit)Component design #1901

Closed theGreatWhiteShark closed 3 weeks ago

theGreatWhiteShark commented 10 months ago

The current design of the components is quite rough and the way the user can them is quite limited. Frankly, I think the only reason we do not have a couple of open issues related to this topic is because no one is actually using this feature.

If an instrument of one drumkit is loaded (by click-dragging) into another one, all instrument components with different name not present as component names in the drumkit will be added. This by itself is more or less fine. But UX is awful and one can't really use it.

I'm afraid to properly support components in Hydrogen we have to redesign a couple of GUI elements. Especially the InstrumentEditor. (See #1213)