This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Befaco
mirror of
https://github.com/VCVRack/Befaco.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Rename Befaco.* to plugin.*
tags/v1.1.0
Andrew Belt
7 years ago
parent
209dff689b
commit
897db6c2ea
9 changed files
with
8 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/ABC.cpp
+1
-1
src/DualAtenuverter.cpp
+1
-1
src/EvenVCO.cpp
+1
-1
src/Mixer.cpp
+1
-1
src/Rampage.cpp
+1
-1
src/SlewLimiter.cpp
+1
-1
src/SpringReverb.cpp
+1
-1
src/plugin.cpp
+0
-0
src/plugin.hpp
+ 1
- 1
src/ABC.cpp
View File
@@ -1,4 +1,4 @@
#include "
Befaco
.hpp"
#include "
plugin
.hpp"
+ 1
- 1
src/DualAtenuverter.cpp
View File
@@ -1,4 +1,4 @@
#include "
Befaco
.hpp"
#include "
plugin
.hpp"
struct DualAtenuverter : Module {
+ 1
- 1
src/EvenVCO.cpp
View File
@@ -1,4 +1,4 @@
#include "
Befaco
.hpp"
#include "
plugin
.hpp"
struct EvenVCO : Module {
+ 1
- 1
src/Mixer.cpp
View File
@@ -1,4 +1,4 @@
#include "
Befaco
.hpp"
#include "
plugin
.hpp"
struct Mixer : Module {
+ 1
- 1
src/Rampage.cpp
View File
@@ -1,4 +1,4 @@
#include "
Befaco
.hpp"
#include "
plugin
.hpp"
static float shapeDelta(float delta, float tau, float shape) {
+ 1
- 1
src/SlewLimiter.cpp
View File
@@ -1,4 +1,4 @@
#include "
Befaco
.hpp"
#include "
plugin
.hpp"
struct SlewLimiter : Module {
+ 1
- 1
src/SpringReverb.cpp
View File
@@ -1,5 +1,5 @@
#include <string.h>
#include "
Befaco
.hpp"
#include "
plugin
.hpp"
#include "pffft.h"
src/Befaco.cpp → src/plugin.cpp
View File
@@ -1,4 +1,4 @@
#include "
Befaco
.hpp"
#include "
plugin
.hpp"
Plugin *pluginInstance;
src/Befaco.hpp → src/plugin.hpp
View File
Write
Preview
Loading…
Cancel
Save