This commit is contained in:
Vesa
2014-03-21 21:37:18 +02:00
parent 89089886fa
commit 4924dadaa5
56 changed files with 45 additions and 45 deletions

View File

@@ -609,30 +609,30 @@ sidInstrumentView knob {
}
WTSynthView knob#aKnob {
color: rgb( 255, 255, 255 );
qproperty-outerColor: rgb( 255, 255, 255 );
color: #43b2ff;
qproperty-outerColor: #43b2ff;
qproperty-innerRadius: 1;
qproperty-outerRadius: 9;
qproperty-outerRadius: 8;
qproperty-centerPointX: 9.5;
qproperty-centerPointY: 9.5;
qproperty-lineWidth: 2;
}
WTSynthView knob#bKnob {
color: rgb( 255, 255, 255 );
qproperty-outerColor: rgb( 255, 255, 255 );
color: #fc5431;
qproperty-outerColor: #fc5431;
qproperty-innerRadius: 1;
qproperty-outerRadius: 9;
qproperty-outerRadius: 8;
qproperty-centerPointX: 9.5;
qproperty-centerPointY: 9.5;
qproperty-lineWidth: 2;
}
WTSynthView knob#mixKnob {
color: rgb( 255, 255, 255 );
qproperty-outerColor: rgb( 255, 255, 255 );
color: #43ff82;
qproperty-outerColor: #43ff82;
qproperty-innerRadius: 1;
qproperty-outerRadius: 15;
qproperty-outerRadius: 14;
qproperty-centerPointX: 15.5;
qproperty-centerPointY: 15.5;
qproperty-lineWidth: 2;

View File

@@ -567,10 +567,10 @@ WTSynthView::WTSynthView( Instrument * _instrument,
makeknob( b1_volKnob, 118, B1ROW, "Volume", "%", "bKnob" )
makeknob( b2_volKnob, 118, B2ROW, "Volume", "%", "bKnob" )
makeknob( a1_panKnob, 146, A1ROW, "Panning", "", "aKnob" )
makeknob( a2_panKnob, 146, A2ROW, "Panning", "", "aKnob" )
makeknob( b1_panKnob, 146, B1ROW, "Panning", "", "bKnob" )
makeknob( b2_panKnob, 146, B2ROW, "Panning", "", "bKnob" )
makeknob( a1_panKnob, 142, A1ROW, "Panning", "", "aKnob" )
makeknob( a2_panKnob, 142, A2ROW, "Panning", "", "aKnob" )
makeknob( b1_panKnob, 142, B1ROW, "Panning", "", "bKnob" )
makeknob( b2_panKnob, 142, B2ROW, "Panning", "", "bKnob" )
makeknob( a1_multKnob, 172, A1ROW, "Freq. multiplier", "/8", "aKnob" )
makeknob( a2_multKnob, 172, A2ROW, "Freq. multiplier", "/8", "aKnob" )
@@ -582,10 +582,10 @@ WTSynthView::WTSynthView( Instrument * _instrument,
makeknob( b1_ltuneKnob, 200, B1ROW, "Left detune", " cents", "bKnob" )
makeknob( b2_ltuneKnob, 200, B2ROW, "Left detune", " cents", "bKnob" )
makeknob( a1_rtuneKnob, 228, A1ROW, "Right detune", " cents", "aKnob" )
makeknob( a2_rtuneKnob, 228, A2ROW, "Right detune", " cents", "aKnob" )
makeknob( b1_rtuneKnob, 228, B1ROW, "Right detune", " cents", "bKnob" )
makeknob( b2_rtuneKnob, 228, B2ROW, "Right detune", " cents", "bKnob" )
makeknob( a1_rtuneKnob, 224, A1ROW, "Right detune", " cents", "aKnob" )
makeknob( a2_rtuneKnob, 224, A2ROW, "Right detune", " cents", "aKnob" )
makeknob( b1_rtuneKnob, 224, B1ROW, "Right detune", " cents", "bKnob" )
makeknob( b2_rtuneKnob, 224, B2ROW, "Right detune", " cents", "bKnob" )
makeknob( m_abmixKnob, 4, 4, "A-B Mix", "", "mixKnob" )
@@ -632,27 +632,27 @@ WTSynthView::WTSynthView( Instrument * _instrument,
// A-modulation button group
pixmapButton * amod_mixButton = new pixmapButton( this, NULL );
amod_mixButton -> move( 4, 40 );
amod_mixButton -> setActiveGraphic( PLUGIN_NAME::getIconPixmap( "mix_active" ) );
amod_mixButton -> setInactiveGraphic( PLUGIN_NAME::getIconPixmap( "mix_inactive" ) );
amod_mixButton -> move( 4, 50 );
amod_mixButton -> setActiveGraphic( PLUGIN_NAME::getIconPixmap( "amix_active" ) );
amod_mixButton -> setInactiveGraphic( PLUGIN_NAME::getIconPixmap( "amix_inactive" ) );
toolTip::add( amod_mixButton, tr( "Mix output of A2 to A1" ) );
pixmapButton * amod_amButton = new pixmapButton( this, NULL );
amod_amButton -> move( 4, 56 );
amod_amButton -> setActiveGraphic( PLUGIN_NAME::getIconPixmap( "am_active" ) );
amod_amButton -> setInactiveGraphic( PLUGIN_NAME::getIconPixmap( "am_inactive" ) );
amod_amButton -> move( 4, 66 );
amod_amButton -> setActiveGraphic( PLUGIN_NAME::getIconPixmap( "aam_active" ) );
amod_amButton -> setInactiveGraphic( PLUGIN_NAME::getIconPixmap( "aam_inactive" ) );
toolTip::add( amod_amButton, tr( "Modulate amplitude of A1 with output of A2" ) );
pixmapButton * amod_rmButton = new pixmapButton( this, NULL );
amod_rmButton -> move( 4, 72 );
amod_rmButton -> setActiveGraphic( PLUGIN_NAME::getIconPixmap( "rm_active" ) );
amod_rmButton -> setInactiveGraphic( PLUGIN_NAME::getIconPixmap( "rm_inactive" ) );
amod_rmButton -> move( 4, 82 );
amod_rmButton -> setActiveGraphic( PLUGIN_NAME::getIconPixmap( "arm_active" ) );
amod_rmButton -> setInactiveGraphic( PLUGIN_NAME::getIconPixmap( "arm_inactive" ) );
toolTip::add( amod_rmButton, tr( "Ring-modulate A1 and A2" ) );
pixmapButton * amod_pmButton = new pixmapButton( this, NULL );
amod_pmButton -> move( 4, 88 );
amod_pmButton -> setActiveGraphic( PLUGIN_NAME::getIconPixmap( "pm_active" ) );
amod_pmButton -> setInactiveGraphic( PLUGIN_NAME::getIconPixmap( "pm_inactive" ) );
amod_pmButton -> move( 4, 98 );
amod_pmButton -> setActiveGraphic( PLUGIN_NAME::getIconPixmap( "apm_active" ) );
amod_pmButton -> setInactiveGraphic( PLUGIN_NAME::getIconPixmap( "apm_inactive" ) );
toolTip::add( amod_pmButton, tr( "Modulate phase of A1 with output of A2" ) );
m_aModGroup = new automatableButtonGroup( this );
@@ -663,27 +663,27 @@ WTSynthView::WTSynthView( Instrument * _instrument,
// B-modulation button group
pixmapButton * bmod_mixButton = new pixmapButton( this, NULL );
bmod_mixButton -> move( 44, 40 );
bmod_mixButton -> setActiveGraphic( PLUGIN_NAME::getIconPixmap( "mix_active" ) );
bmod_mixButton -> setInactiveGraphic( PLUGIN_NAME::getIconPixmap( "mix_inactive" ) );
bmod_mixButton -> move( 44, 50 );
bmod_mixButton -> setActiveGraphic( PLUGIN_NAME::getIconPixmap( "bmix_active" ) );
bmod_mixButton -> setInactiveGraphic( PLUGIN_NAME::getIconPixmap( "bmix_inactive" ) );
toolTip::add( bmod_mixButton, tr( "Mix output of B2 to B1" ) );
pixmapButton * bmod_amButton = new pixmapButton( this, NULL );
bmod_amButton -> move( 44, 56 );
bmod_amButton -> setActiveGraphic( PLUGIN_NAME::getIconPixmap( "am_active" ) );
bmod_amButton -> setInactiveGraphic( PLUGIN_NAME::getIconPixmap( "am_inactive" ) );
bmod_amButton -> move( 44, 66 );
bmod_amButton -> setActiveGraphic( PLUGIN_NAME::getIconPixmap( "bam_active" ) );
bmod_amButton -> setInactiveGraphic( PLUGIN_NAME::getIconPixmap( "bam_inactive" ) );
toolTip::add( bmod_amButton, tr( "Modulate amplitude of B1 with output of B2" ) );
pixmapButton * bmod_rmButton = new pixmapButton( this, NULL );
bmod_rmButton -> move( 44, 72 );
bmod_rmButton -> setActiveGraphic( PLUGIN_NAME::getIconPixmap( "rm_active" ) );
bmod_rmButton -> setInactiveGraphic( PLUGIN_NAME::getIconPixmap( "rm_inactive" ) );
bmod_rmButton -> move( 44, 82 );
bmod_rmButton -> setActiveGraphic( PLUGIN_NAME::getIconPixmap( "brm_active" ) );
bmod_rmButton -> setInactiveGraphic( PLUGIN_NAME::getIconPixmap( "brm_inactive" ) );
toolTip::add( bmod_rmButton, tr( "Ring-modulate B1 and B2" ) );
pixmapButton * bmod_pmButton = new pixmapButton( this, NULL );
bmod_pmButton -> move( 44, 88 );
bmod_pmButton -> setActiveGraphic( PLUGIN_NAME::getIconPixmap( "pm_active" ) );
bmod_pmButton -> setInactiveGraphic( PLUGIN_NAME::getIconPixmap( "pm_inactive" ) );
bmod_pmButton -> move( 44, 98 );
bmod_pmButton -> setActiveGraphic( PLUGIN_NAME::getIconPixmap( "bpm_active" ) );
bmod_pmButton -> setInactiveGraphic( PLUGIN_NAME::getIconPixmap( "bpm_inactive" ) );
toolTip::add( bmod_pmButton, tr( "Modulate phase of B1 with output of B2" ) );
m_bModGroup = new automatableButtonGroup( this );
@@ -700,7 +700,7 @@ WTSynthView::WTSynthView( Instrument * _instrument,
a1_graph = new graph( this, graph::LinearStyle, 224, 105 );
a1_graph->move( 4, 141 );
a1_graph->setAutoFillBackground( true );
a1_graph->setGraphColor( QColor( 255, 255, 255 ) );
a1_graph->setGraphColor( QColor( 0x43, 0xb2, 0xff ) );
toolTip::add( a1_graph, tr ( "Draw your own waveform here by dragging your mouse on this graph." ) );
a1_graph->setPalette( pal );
@@ -708,7 +708,7 @@ WTSynthView::WTSynthView( Instrument * _instrument,
a2_graph = new graph( this, graph::LinearStyle, 224, 105 );
a2_graph->move( 4, 141 );
a2_graph->setAutoFillBackground( true );
a2_graph->setGraphColor( QColor( 255, 255, 255 ) );
a2_graph->setGraphColor( QColor( 0x43, 0xb2, 0xff ) );
toolTip::add( a2_graph, tr ( "Draw your own waveform here by dragging your mouse on this graph." ) );
a2_graph->setPalette( pal );
@@ -716,7 +716,7 @@ WTSynthView::WTSynthView( Instrument * _instrument,
b1_graph = new graph( this, graph::LinearStyle, 224, 105 );
b1_graph->move( 4, 141 );
b1_graph->setAutoFillBackground( true );
b1_graph->setGraphColor( QColor( 255, 255, 255 ) );
b1_graph->setGraphColor( QColor( 0xfc, 0x54, 0x31 ) );
toolTip::add( b1_graph, tr ( "Draw your own waveform here by dragging your mouse on this graph." ) );
b1_graph->setPalette( pal );
@@ -724,7 +724,7 @@ WTSynthView::WTSynthView( Instrument * _instrument,
b2_graph = new graph( this, graph::LinearStyle, 224, 105 );
b2_graph->move( 4, 141 );
b2_graph->setAutoFillBackground( true );
b2_graph->setGraphColor( QColor( 255, 255, 255 ) );
b2_graph->setGraphColor( QColor( 0xfc, 0x54, 0x31 ) );
toolTip::add( b2_graph, tr ( "Draw your own waveform here by dragging your mouse on this graph." ) );
b2_graph->setPalette( pal );

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 767 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 815 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 830 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1006 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 889 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 625 B

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 764 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 490 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 931 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

After

Width:  |  Height:  |  Size: 489 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 667 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

After

Width:  |  Height:  |  Size: 517 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 667 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

After

Width:  |  Height:  |  Size: 536 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 590 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

After

Width:  |  Height:  |  Size: 426 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 698 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

After

Width:  |  Height:  |  Size: 585 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

After

Width:  |  Height:  |  Size: 567 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

After

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

After

Width:  |  Height:  |  Size: 532 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 612 B