mirror of
				https://github.com/AquaMorph/Droplets.git
				synced 2025-10-31 08:23:18 +00:00 
			
		
		
		
	Cleaned code
This commit is contained in:
		| @@ -56,7 +56,6 @@ void VCODroplet::Draw() { | ||||
|   if(NeedUpdate()) { | ||||
|     wave->AdjustXShift(1); | ||||
|   } | ||||
|   //testWave->DrawTile(*Patch(), 0, GetTitleHeight(), 60, GetTitleHeight()+testH); | ||||
|   DrawName("VCO"); | ||||
|   AnimationInc(); | ||||
| } | ||||
|   | ||||
| @@ -22,10 +22,7 @@ private: | ||||
|   std::string WaveToString(uint8_t); | ||||
|   void SetWaveState(uint8_t); | ||||
|   const double pi = std::acos(-1); | ||||
|   int sine_width = 21; | ||||
|   Wave* wave = new Wave(WaveShape::kTriangle, sine_width, GetTitleHeight()); | ||||
|   int testH = 20; | ||||
|   //Wave* testWave = new Wave(WaveShape::kSaw, 30, testH); | ||||
|   Wave* wave = new Wave(WaveShape::kTriangle, 21, GetTitleHeight()); | ||||
| public: | ||||
|   VCODroplet(DaisyPatch*, DropletState, float); | ||||
|   ~VCODroplet(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user