mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:02:44 +00:00 
			
		
		
		
	 a749b16674
			
		
	
	
		a749b16674
		
	
	
	
	
		
			
			LibDSP is a library for digital signal processing, and is primarily intended to support the future DAW version of Piano.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			121 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			121 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Clip.cpp
 | |
|     Track.cpp
 | |
|     Effects.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibDSP dsp)
 | |
| target_link_libraries(LibDSP LibCore)
 |