Skip to content

Commit

Permalink
Dark and Light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Sosnowski authored and Tomasz Sosnowski committed Mar 21, 2018
1 parent ce65cb9 commit 6cbb4f9
Show file tree
Hide file tree
Showing 13 changed files with 2,201 additions and 3,525 deletions.
Binary file modified KoralfxVCV_Plugins.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SLUG = KoralfxVCV

# Must follow the format in the Versioning section of https://vcvrack.com/manual/PluginDevelopmentTutorial.html
VERSION = 0.5.6
VERSION = 0.5.7

# FLAGS will be passed to both the C and C++ compiler
FLAGS +=
Expand Down
476 changes: 312 additions & 164 deletions res/Mixovnik.svg → res/Mixovnik-Dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,041 changes: 1,041 additions & 0 deletions res/Mixovnik-Light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,121 changes: 0 additions & 2,121 deletions res/Mixovnik.ai

This file was deleted.

282 changes: 282 additions & 0 deletions res/Quantovnik-Dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
278 changes: 278 additions & 0 deletions res/Quantovnik-Light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,031 changes: 0 additions & 1,031 deletions res/Quantovnik.ai

This file was deleted.

188 changes: 0 additions & 188 deletions res/Quantovnik.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/Koralfx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void init(rack::Plugin *p) {
//p->slug = TOSTRING(SLUG);
//p->version = TOSTRING(VERSION);
p->slug = "KoralfxVCV";
p->version = "0.5.6";
p->version = "0.5.7";
p->website = "https://github.com/koralfx/KoralfxVCV";
p->manual = "https://github.com/koralfx/KoralfxVCV/blob/master/README.md";

Expand Down
4 changes: 3 additions & 1 deletion src/Koralfx.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "rack.hpp"


using namespace rack;


Expand All @@ -12,16 +11,19 @@ extern Plugin *plugin;

struct QuantovnikWidget : ModuleWidget {
QuantovnikWidget();
Menu* createContextMenu() override;
};

struct MixovnikWidget : ModuleWidget {
MixovnikWidget();
Menu* createContextMenu() override;
};


//////////////////////////////////////
//MODULE COMPONENTS
/////////////////////////////////////

struct Koralfx_SliderPot : SVGSlider {
Koralfx_SliderPot() {
Vec margin = Vec(4, 4);
Expand Down
Loading

0 comments on commit 6cbb4f9

Please sign in to comment.