Merge pull request #153 from wongcc966422/sfxr

LMMS port of sfxr
This commit is contained in:
Tobias Doerffel
2014-01-25 11:30:16 -08:00
26 changed files with 1535 additions and 0 deletions

View File

@@ -481,6 +481,14 @@ sf2InstrumentView knob {
qproperty-lineWidth: 2;
}
sfxrInstrumentView knob {
color: #b06319;
qproperty-outerColor: rgb(194, 177, 145);
qproperty-innerRadius: 2;
qproperty-outerRadius: 10;
qproperty-lineWidth: 2;
}
opl2instrumentView knob {
color: rgb(128,128,128);
qproperty-outerColor: rgb(255,255,255);