New NES instrument
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user