diff --git a/plugins/audio_file_processor/artwork.png b/plugins/audio_file_processor/artwork.png index 475db07bf..4b0bbe4fb 100644 Binary files a/plugins/audio_file_processor/artwork.png and b/plugins/audio_file_processor/artwork.png differ diff --git a/plugins/audio_file_processor/audio_file_processor.cpp b/plugins/audio_file_processor/audio_file_processor.cpp index 8d49f182c..2a3669753 100644 --- a/plugins/audio_file_processor/audio_file_processor.cpp +++ b/plugins/audio_file_processor/audio_file_processor.cpp @@ -406,7 +406,7 @@ AudioFileProcessorView::AudioFileProcessorView( Instrument * _instrument, "playback to the start of the sample, insert a note at the bottom " "of the keyboard (< 20 Hz)") ); - m_ampKnob = new knob( knobStyled, this ); + m_ampKnob = new knob( knobBright_26, this ); m_ampKnob->setVolumeKnob( TRUE ); m_ampKnob->move( 17, 108 ); m_ampKnob->setFixedSize( 37, 47 ); @@ -762,7 +762,7 @@ void AudioFileProcessorWaveView::paintEvent( QPaintEvent * _pe ) p.drawPixmap( s_padding, s_padding, m_graph ); - p.setPen( QColor( 0xFF, 0xFF, 0x00 ) ); + p.setPen( QColor( 0xFF, 0xFF, 0xFF ) ); const QRect graph_rect( s_padding, s_padding, width() - 2 * s_padding, height() - 2 * s_padding ); const f_cnt_t frames = m_sampleBuffer.frames(); m_startFrameX = graph_rect.x() + ( m_sampleBuffer.startFrame() ) * @@ -784,7 +784,7 @@ void AudioFileProcessorWaveView::paintEvent( QPaintEvent * _pe ) graph_rect.y(), m_endFrameX - m_startFrameX - 1, graph_rect.height() + graph_rect.y(), - QColor( 255, 255, 0, 70 ) + QColor( 95, 195, 255, 70 ) ); if( m_framesPlayed && m_animation) @@ -804,7 +804,7 @@ void AudioFileProcessorWaveView::paintEvent( QPaintEvent * _pe ) graph_rect.height() + graph_rect.y(), g ); - p.setPen( QColor( 0, 255, 255 ) ); + p.setPen( QColor( 255, 255, 255 ) ); p.drawLine( m_startFrameX + 1 + played_width_px, graph_rect.y(), @@ -816,13 +816,13 @@ void AudioFileProcessorWaveView::paintEvent( QPaintEvent * _pe ) } QLinearGradient g( 0, 0, width() * 0.7, 0 ); - const QColor c( 0, 0, 150, 180 ); + const QColor c( 16, 111, 170, 180 ); g.setColorAt( 0, c ); g.setColorAt( 0.4, c ); g.setColorAt( 1, Qt::transparent ); p.fillRect( s_padding, s_padding, m_graph.width(), 14, g ); - p.setPen( QColor( 255, 255, 20 ) ); + p.setPen( QColor( 255, 255, 255 ) ); p.setFont( pointSize<8>( font() ) ); QString length_text; @@ -883,7 +883,7 @@ void AudioFileProcessorWaveView::updateGraph() m_graph.fill( Qt::transparent ); QPainter p( &m_graph ); - p.setPen( QColor( 64, 255, 160 ) ); + p.setPen( QColor( 255, 255, 255 ) ); m_sampleBuffer.visualize( p, QRect( 0, 0, m_graph.width(), m_graph.height() ), diff --git a/plugins/audio_file_processor/audio_file_processor.h b/plugins/audio_file_processor/audio_file_processor.h index 77b7535e4..1543eab33 100644 --- a/plugins/audio_file_processor/audio_file_processor.h +++ b/plugins/audio_file_processor/audio_file_processor.h @@ -172,7 +172,7 @@ public: public: afpKnob( QWidget * _parent ) : - ::knob( knobStyled, _parent ), + ::knob( knobBright_26, _parent ), m_waveView( 0 ), m_relatedKnob( 0 ) { diff --git a/plugins/audio_file_processor/logo.png b/plugins/audio_file_processor/logo.png index b42b7388e..270530425 100644 Binary files a/plugins/audio_file_processor/logo.png and b/plugins/audio_file_processor/logo.png differ diff --git a/plugins/audio_file_processor/loop_off.png b/plugins/audio_file_processor/loop_off.png index 36bb2149c..99097e843 100644 Binary files a/plugins/audio_file_processor/loop_off.png and b/plugins/audio_file_processor/loop_off.png differ diff --git a/plugins/audio_file_processor/loop_on.png b/plugins/audio_file_processor/loop_on.png index 816e5479b..43d73223d 100644 Binary files a/plugins/audio_file_processor/loop_on.png and b/plugins/audio_file_processor/loop_on.png differ diff --git a/plugins/audio_file_processor/reverse_off.png b/plugins/audio_file_processor/reverse_off.png index 02c31cdc2..5d3aec188 100644 Binary files a/plugins/audio_file_processor/reverse_off.png and b/plugins/audio_file_processor/reverse_off.png differ diff --git a/plugins/audio_file_processor/reverse_on.png b/plugins/audio_file_processor/reverse_on.png index c2916ed58..1b2b057d9 100644 Binary files a/plugins/audio_file_processor/reverse_on.png and b/plugins/audio_file_processor/reverse_on.png differ diff --git a/plugins/audio_file_processor/select_file.png b/plugins/audio_file_processor/select_file.png index e86ebf4c7..6d57617ec 100644 Binary files a/plugins/audio_file_processor/select_file.png and b/plugins/audio_file_processor/select_file.png differ diff --git a/plugins/audio_file_processor/stutter_off.png b/plugins/audio_file_processor/stutter_off.png index 8a24d2ada..80aafcd07 100644 Binary files a/plugins/audio_file_processor/stutter_off.png and b/plugins/audio_file_processor/stutter_off.png differ diff --git a/plugins/audio_file_processor/stutter_on.png b/plugins/audio_file_processor/stutter_on.png index 8fb9a1575..e30895e96 100644 Binary files a/plugins/audio_file_processor/stutter_on.png and b/plugins/audio_file_processor/stutter_on.png differ diff --git a/plugins/zynaddsubfx/artwork.png b/plugins/zynaddsubfx/artwork.png index 2ef0b5705..7ad63c359 100644 Binary files a/plugins/zynaddsubfx/artwork.png and b/plugins/zynaddsubfx/artwork.png differ