NeuralPi

Raspberry Pi guitar pedal using neural networks to emulate real amps and effects
Log | Files | Refs | Submodules | README

CMakeLists.txt (288B)


      1 #add_subdirectory(headless)
      2 
      3 target_sources(NeuralPi PRIVATE
      4         AmpOSCReceiver.h
      5         Delay.h
      6 	Eq4Band.cpp
      7 	Eq4Band.h
      8 	PluginEditor.cpp
      9 	PluginEditor.h
     10 	PluginProcessor.cpp
     11 	PluginProcessor.h
     12 	RTNeuralLSTM.cpp
     13 	RTNeuralLSTM.h
     14 )
     15 
     16 #target_precompile_headers(NeuralPi PRIVATE pch.h)