|
|
@@ -5,8 +5,8 @@ namespace rack { |
|
|
|
|
|
|
|
std::string gApplicationName = "VCV Rack"; |
|
|
|
std::string gApplicationVersion = TOSTRING(VERSION); |
|
|
|
// std::string gApiHost = "https://api.vcvrack.com"; |
|
|
|
std::string gApiHost = "http://localhost:8081"; |
|
|
|
std::string gApiHost = "https://api.vcvrack.com"; |
|
|
|
// std::string gApiHost = "http://localhost:8081"; |
|
|
|
|
|
|
|
RackWidget *gRackWidget = NULL; |
|
|
|
Toolbar *gToolbar = NULL; |
|
|
|