WTSynth files

This commit is contained in:
Vesa
2014-03-21 10:53:11 +02:00
parent 0fa2908f7f
commit 23b3179e1f
40 changed files with 1341 additions and 0 deletions

View File

@@ -608,6 +608,31 @@ sidInstrumentView knob {
qproperty-lineWidth: 2;
}
WTSynthView knob#aKnob {
color: rgb( 255, 255, 255 );
qproperty-outerColor: rgb( 255, 255, 255 );
qproperty-innerRadius: 1;
qproperty-outerRadius: 9;
qproperty-lineWidth: 2;
}
WTSynthView knob#bKnob {
color: rgb( 255, 255, 255 );
qproperty-outerColor: rgb( 255, 255, 255 );
qproperty-innerRadius: 1;
qproperty-outerRadius: 9;
qproperty-lineWidth: 2;
}
WTSynthView knob#mixKnob {
color: rgb( 255, 255, 255 );
qproperty-outerColor: rgb( 255, 255, 255 );
qproperty-innerRadius: 1;
qproperty-outerRadius: 15;
qproperty-lineWidth: 2;
}
/* palette information - each colour definition must be on a single line, and the line must begin with "palette:", with no leading whitespace
* colour codes MUST be of the form #RRGGBB */