Add crosstalk knob, some code changes

This commit is contained in:
Vesa
2014-03-24 02:01:16 +02:00
parent e38ef81e03
commit 7f98215c29
4 changed files with 168 additions and 154 deletions

View File

@@ -648,6 +648,16 @@ WTSynthView knob#mixenvKnob {
qproperty-lineWidth: 2;
}
WTSynthView knob#xtalkKnob {
color: #fb50fb;
qproperty-outerColor: #fb50fb;
qproperty-innerRadius: 1;
qproperty-outerRadius: 7;
qproperty-centerPointX: 9.5;
qproperty-centerPointY: 9.5;
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 */