mirror of
				https://github.com/AquaMorph/Droplets.git
				synced 2025-10-31 08:23:18 +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_ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user