Skip to content

Commit

Permalink
New color scheme for Dragonfly Room
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwillis committed May 15, 2019
1 parent 2f8abcc commit ee15458
Show file tree
Hide file tree
Showing 9 changed files with 3,137 additions and 3,137 deletions.
6,268 changes: 3,134 additions & 3,134 deletions plugins/dragonfly-room-reverb/DragonflyReverbArtwork.cpp

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions plugins/dragonfly-room-reverb/DragonflyReverbUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ void DragonflyReverbUI::onDisplay()
fNanoText.endFrame();

//draw faders
r = 82.0f/255.f;
g = 148.0f/255.f;
b = 88.0f/255.f;
r = 98.0f/255.f;
g = 130.0f/255.f;
b = 161.0f/255.f;
glColor4f ( r, g, b, 1.0f );
uint dry = ( float ( fSliderDry_level->getValue() ) / 100.0 ) * 160.0 + 1.0f;
uint early = ( float ( fSliderEarly_level->getValue() ) / 100.0 ) * 160.0 + 1.0f;
Expand Down
Binary file modified plugins/dragonfly-room-reverb/artwork/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/dragonfly-room-reverb/artwork/background.xcf
Binary file not shown.
Binary file modified plugins/dragonfly-room-reverb/artwork/knob.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/dragonfly-room-reverb/artwork/question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/dragonfly-room-reverb/artwork/slider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/dragonfly-room-reverb/artwork/tab_off.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/dragonfly-room-reverb/artwork/tab_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee15458

Please sign in to comment.