haschdl / pLaunchController

A JAVA wrapper for the Novation Launch Controller aimed at using the MIDI pads and knobs as input for Processing sketches.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redundant code after introducing support to Launch Control XL

haschdl opened this issue · comments

After introducing support to Launch Control XL , lots of code are duplicated between LaunchControl.java and LaunchControlXL.java.
A possible refactoring is to introduce a superclass containing the common functionality and code.