mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 04:22:45 +00:00 
			
		
		
		
	 3ca059da2d
			
		
	
	
		3ca059da2d
		
	
	
	
	
		
			
			The Classic synthesizer is a replication of Piano's old synthesizer engine that is removed in the next commit.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			142 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			142 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Clip.cpp
 | |
|     Track.cpp
 | |
|     Effects.cpp
 | |
|     Synthesizers.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibDSP dsp)
 | |
| target_link_libraries(LibDSP LibCore)
 |