Skip to content

Commit

Permalink
Release 2.0.1b alpha test for V2.0 finally (#118)
Browse files Browse the repository at this point in the history
Only been compiled on ubuntu
  • Loading branch information
curlymorphic authored Dec 29, 2022
1 parent 117995d commit c3749d4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"slug": "StudioSixPlusOne",
"name": "Studio Six Plus One",

"version": "2.0.1",
"version": "2.0.1b",

"license": "GPL-3.0-or-later",
"brand": "Studio Six Plus One",
Expand Down
2 changes: 1 addition & 1 deletion src/dsp/AudioMath.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "simd/functions.hpp"
#include "simd/sse_mathfun.h"
#include "simd/sse_mathfun_extension.h"
#include "simd/vector.hpp"
//#include "simd/vector.hpp"

//#include "LookupTable.h"
//#include "lookupTables/SineTable.h"
Expand Down
2 changes: 1 addition & 1 deletion src/dsp/LookupTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "simd/functions.hpp"
#include "simd/sse_mathfun.h"
#include "simd/sse_mathfun_extension.h"
#include "simd/vector.hpp"
//#include "simd/vector.hpp"

using float_4 = ::rack::simd::float_4;

Expand Down
2 changes: 1 addition & 1 deletion src/dsp/SynthFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <functional>
#include "AudioMath.h"
#include "UtilityFilters.h"
#include "simd/vector.hpp"
//#include "simd/vector.hpp"
#include "simd/functions.hpp"
#include "simd/sse_mathfun.h"
#include "simd/sse_mathfun_extension.h"
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ void init (::rack::Plugin* p)
p->addModel (modelIversonJr);
p->addModel (modelZilah);
p->addModel (modelHula);
p->addModel (modelAmburgh);
// p->addModel (modelAmburgh);
}
2 changes: 1 addition & 1 deletion src/plugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ extern Model* modelIverson;
extern Model* modelIversonJr;
extern Model* modelZilah;
extern Model* modelHula;
extern Model* modelAmburgh;
//extern Model* modelAmburgh;


0 comments on commit c3749d4

Please sign in to comment.