diff --git a/data/themes/default/style.css b/data/themes/default/style.css index 52a97aaa9..d5c973e87 100644 --- a/data/themes/default/style.css +++ b/data/themes/default/style.css @@ -696,6 +696,16 @@ MonstroView knob { qproperty-lineWidth: 2.5; } +NesInstrumentView knob { + color: #e7231b; + qproperty-outerColor: #fff; + qproperty-outerRadius: 11.0; + qproperty-innerRadius: 8.0; + qproperty-centerPointX: 14.5; + qproperty-centerPointY: 14.5; + qproperty-lineWidth: 2; +} + /* palette information */ LmmsPalette { diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index f61906e67..d275b4f65 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -13,6 +13,7 @@ ADD_SUBDIRECTORY(lb302) #ADD_SUBDIRECTORY(lb303) ADD_SUBDIRECTORY(midi_import) ADD_SUBDIRECTORY(monstro) +ADD_SUBDIRECTORY(nes) IF(NOT LMMS_BUILD_APPLE) ADD_SUBDIRECTORY(opl2) ENDIF()