New NES instrument

This commit is contained in:
Vesa
2014-05-26 03:24:36 +03:00
parent 00e7fe236c
commit 592b4aeb1a
2 changed files with 11 additions and 0 deletions

View File

@@ -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 {

View File

@@ -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()