Alignement with fx2

pull/409/head
abscisys 2 years ago
parent 926ba5339e
commit c19be7f571
  1. 2
      src/fx_components.h
  2. 2
      src/test/test_cpp.cpp
  3. 1
      src/test/test_framework.cpp
  4. 7
      src/test/test_fx_components.cpp
  5. 1
      src/test/test_fx_helper.h
  6. 3
      src/test/test_fx_plate_reverb.cpp
  7. 2
      src/test/test_fx_rack.cpp

@ -311,7 +311,7 @@ private:
}; };
typedef ComplexLFO LFO; typedef InterpolatedSineOscillator LFO;
class JitterGenerator : public FXBase class JitterGenerator : public FXBase

@ -1,8 +1,6 @@
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include "../fx_components.h" #include "../fx_components.h"
#include <chrono>
#include <fstream>
int nb = 0; int nb = 0;

@ -1,7 +1,6 @@
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include "test_fx_helper.h" #include "test_fx_helper.h"
#include "wave.h"
#include "../debug.hpp" #include "../debug.hpp"
#include "../fx_base.h" #include "../fx_base.h"

@ -2,13 +2,6 @@
#include <iomanip> #include <iomanip>
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <sstream>
#include <string>
#include <locale>
#include <ctime>
#include <cmath>
#include <random>
#include "wave.h"
#include "test_fx_helper.h" #include "test_fx_helper.h"

@ -4,6 +4,7 @@
#include <string> #include <string>
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include "wave.h"
#include "../fx.h" #include "../fx.h"
#define AUDIO_SOURCE_FILE "test.wav" #define AUDIO_SOURCE_FILE "test.wav"

@ -1,11 +1,10 @@
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include "test_fx_helper.h" #include "test_fx_helper.h"
#include "wave.h"
#include "../effect_platervbstereo.h" #include "../effect_platervbstereo.h"
TEST(FXElement, PlateReverbMigration) TEST(FXPlateReverb, Migration)
{ {
const testing::TestInfo* test_info = testing::UnitTest::GetInstance()->current_test_info(); const testing::TestInfo* test_info = testing::UnitTest::GetInstance()->current_test_info();
std::string full_test_name = test_info->test_case_name(); std::string full_test_name = test_info->test_case_name();

@ -2,10 +2,8 @@
#include <cmath> #include <cmath>
#include "test_fx_helper.h" #include "test_fx_helper.h"
#include "wave.h"
#include "../fx_rack.h" #include "../fx_rack.h"
#include "../effect_platervbstereo.h"
using namespace std; using namespace std;

Loading…
Cancel
Save