mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-09-13 21:40:31 +00:00
Renamed to Droplets
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef CASCADE_DROPLETS_AD_DROPLET_H_
|
||||
#define CASCADE_DROPLETS_AD_DROPLET_H_
|
||||
#ifndef DROPLETS_AD_DROPLET_H_
|
||||
#define DROPLETS_AD_DROPLET_H_
|
||||
|
||||
#include "daisysp.h"
|
||||
#include "daisy_patch.h"
|
||||
@@ -91,4 +91,4 @@ public:
|
||||
void UpdateStateCallback();
|
||||
};
|
||||
|
||||
#endif // CASCADE_DROPLETS_AD_DROPLET_H_
|
||||
#endif // DROPLETS_AD_DROPLET_H_
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef CASCADE_DROPLETS_DROPLET_MANAGER_H_
|
||||
#define CASCADE_DROPLETS_DROPLET_MANAGER_H_
|
||||
#ifndef DROPLETS_DROPLET_MANAGER_H_
|
||||
#define DROPLETS_DROPLET_MANAGER_H_
|
||||
|
||||
#include "droplet.h"
|
||||
|
||||
@@ -45,5 +45,5 @@ public:
|
||||
std::string OtherStateName(DropletState state);
|
||||
};
|
||||
|
||||
#endif // CASCADE_DROPLETS_DROPLET_MANAGER_H_
|
||||
#endif // DROPLETS_DROPLET_MANAGER_H_
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef CASCADE_DROPLETS_LFO_DROPLET_H_
|
||||
#define CASCADE_DROPLETS_LFO_DROPLET_H_
|
||||
#ifndef DROPLETS_LFO_DROPLET_H_
|
||||
#define DROPLETS_LFO_DROPLET_H_
|
||||
|
||||
#include "daisysp.h"
|
||||
#include "daisy_patch.h"
|
||||
@@ -84,4 +84,4 @@ public:
|
||||
void UpdateStateCallback();
|
||||
};
|
||||
|
||||
#endif // CASCADE_DROPLETS_LFO_DROPLET_H_
|
||||
#endif // DROPLETS_LFO_DROPLET_H_
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef CASCADE_DROPLETS_MIXER_DROPLET_H_
|
||||
#define CASCADE_DROPLETS_MIXER_DROPLET_H_
|
||||
#ifndef DROPLETS_MIXER_DROPLET_H_
|
||||
#define DROPLETS_MIXER_DROPLET_H_
|
||||
|
||||
#include "daisysp.h"
|
||||
#include "daisy_patch.h"
|
||||
@@ -58,4 +58,4 @@ public:
|
||||
void UpdateStateCallback();
|
||||
};
|
||||
|
||||
#endif // CASCADE_DROPLETS_VCA_DROPLET_H_
|
||||
#endif // DROPLETS_VCA_DROPLET_H_
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef CASCADE_DROPLETS_NOISE_DROPLET_H_
|
||||
#define CASCADE_DROPLETS_NOISE_DROPLET_H_
|
||||
#ifndef DROPLETS_NOISE_DROPLET_H_
|
||||
#define DROPLETS_NOISE_DROPLET_H_
|
||||
|
||||
#include "daisysp.h"
|
||||
#include "daisy_patch.h"
|
||||
@@ -48,4 +48,4 @@ public:
|
||||
void UpdateStateCallback();
|
||||
};
|
||||
|
||||
#endif // CASCADE_DROPLETS_NOISE_DROPLET_H_
|
||||
#endif // DROPLETS_NOISE_DROPLET_H_
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef CASCADE_DROPLETS_VCA_DROPLET_H_
|
||||
#define CASCADE_DROPLETS_VCA_DROPLET_H_
|
||||
#ifndef DROPLETS_VCA_DROPLET_H_
|
||||
#define DROPLETS_VCA_DROPLET_H_
|
||||
|
||||
#include "daisysp.h"
|
||||
#include "daisy_patch.h"
|
||||
@@ -58,4 +58,4 @@ public:
|
||||
void UpdateStateCallback();
|
||||
};
|
||||
|
||||
#endif // CASCADE_DROPLETS_VCA_DROPLET_H_
|
||||
#endif // DROPLETS_VCA_DROPLET_H_
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef CASCADE_DROPLETS_VCO_DROPLET_H_
|
||||
#define CASCADE_DROPLETS_VCO_DROPLET_H_
|
||||
#ifndef DROPLETS_VCO_DROPLET_H_
|
||||
#define DROPLETS_VCO_DROPLET_H_
|
||||
|
||||
#include <cmath>
|
||||
|
||||
@@ -89,4 +89,4 @@ public:
|
||||
void SetWaveShape(int ws);
|
||||
};
|
||||
|
||||
#endif // CASCADE_DROPLETS_VCO_DROPLET_H_
|
||||
#endif // DROPLETS_VCO_DROPLET_H_
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef CASCADE_MAIN_H_
|
||||
#define CASCADE_MAIN_H_
|
||||
#ifndef DROPLETS_MAIN_H_
|
||||
#define DROPLETS_MAIN_H_
|
||||
|
||||
#include "daisysp.h"
|
||||
#include "daisy_patch.h"
|
||||
@@ -63,4 +63,4 @@ static void AudioThrough(AudioHandle::InputBuffer in,
|
||||
*/
|
||||
Droplet* GetDroplet(DropletState state);
|
||||
|
||||
#endif // CASCADE_MAIN_H_
|
||||
#endif // DROPLETS_MAIN_H_
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef CASCADE_MENU_H_
|
||||
#define CASCADE_MENU_H_
|
||||
#ifndef DROPLETS_MENU_H_
|
||||
#define DROPLETS_MENU_H_
|
||||
|
||||
#include "daisy_patch.h"
|
||||
#include "menu_item.h"
|
||||
@@ -91,4 +91,4 @@ class Menu {
|
||||
void UpdateMenuState();
|
||||
};
|
||||
|
||||
#endif // CASCADE_MENU_H_
|
||||
#endif // DROPLETS_MENU_H_
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef CASCADE_MENU_ITEM_H_
|
||||
#define CASCADE_MENU_ITEM_H_
|
||||
#ifndef DROPLETS_MENU_ITEM_H_
|
||||
#define DROPLETS_MENU_ITEM_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -143,4 +143,4 @@ class MenuItem {
|
||||
void AddItemEnd(MenuItem* item);
|
||||
};
|
||||
|
||||
#endif // CASCADE_MENU_ITEM_H_
|
||||
#endif // DROPLETS_MENU_ITEM_H_
|
||||
|
Reference in New Issue
Block a user