AnalogTapeModel

Physical modelling signal processing for analog tape recording
Log | Files | Refs | Submodules | README | LICENSE

Benchmarks.h (367B)


      1 #ifndef BENCHMARKS_H_INCLUDED
      2 #define BENCHMARKS_H_INCLUDED
      3 
      4 #include <JuceHeader.h>
      5 
      6 class Benchmarks : public ConsoleApplication::Command
      7 {
      8 public:
      9     Benchmarks();
     10 
     11 private:
     12     /** Run benchmarks for ChowTape */
     13     void runBenchmarks (const ArgumentList& args);
     14 
     15     JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (Benchmarks)
     16 };
     17 
     18 #endif // BENCHMARKS_H_INCLUDED