This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
AudibleInstruments
mirror of
https://github.com/VCVRack/AudibleInstruments.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Rename AudibleInstruments.hpp/cpp to plugin.hpp/cpp.
tags/v1.1.0
Andrew Belt
5 years ago
parent
2a0e9a9360
commit
c96d7a0812
19 changed files
with
18 additions
and
18 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Blinds.cpp
+1
-1
src/Braids.cpp
+1
-1
src/Branches.cpp
+1
-1
src/Clouds.cpp
+1
-1
src/Elements.cpp
+1
-1
src/Frames.cpp
+1
-1
src/Kinks.cpp
+1
-1
src/Links.cpp
+1
-1
src/Marbles.cpp
+1
-1
src/Plaits.cpp
+1
-1
src/Rings.cpp
+1
-1
src/Shades.cpp
+1
-1
src/Stages.cpp
+1
-1
src/Tides.cpp
+1
-1
src/Tides2.cpp
+1
-1
src/Veils.cpp
+1
-1
src/Warps.cpp
+1
-1
src/plugin.cpp
+0
-0
src/plugin.hpp
+ 1
- 1
src/Blinds.cpp
View File
@@ -1,4 +1,4 @@
#include "
AudibleInstruments
.hpp"
#include "
plugin
.hpp"
struct Blinds : Module {
+ 1
- 1
src/Braids.cpp
View File
@@ -1,4 +1,4 @@
#include "
AudibleInstruments
.hpp"
#include "
plugin
.hpp"
#include "braids/macro_oscillator.h"
#include "braids/vco_jitter_source.h"
#include "braids/signature_waveshaper.h"
+ 1
- 1
src/Branches.cpp
View File
@@ -1,4 +1,4 @@
#include "
AudibleInstruments
.hpp"
#include "
plugin
.hpp"
struct Branches : Module {
+ 1
- 1
src/Clouds.cpp
View File
@@ -1,4 +1,4 @@
#include "
AudibleInstruments
.hpp"
#include "
plugin
.hpp"
#include "clouds/dsp/granular_processor.h"
+ 1
- 1
src/Elements.cpp
View File
@@ -1,4 +1,4 @@
#include "
AudibleInstruments
.hpp"
#include "
plugin
.hpp"
#include "elements/dsp/part.h"
+ 1
- 1
src/Frames.cpp
View File
@@ -1,4 +1,4 @@
#include "
AudibleInstruments
.hpp"
#include "
plugin
.hpp"
#include "frames/keyframer.h"
#include "frames/poly_lfo.h"
+ 1
- 1
src/Kinks.cpp
View File
@@ -1,4 +1,4 @@
#include "
AudibleInstruments
.hpp"
#include "
plugin
.hpp"
struct Kinks : Module {
+ 1
- 1
src/Links.cpp
View File
@@ -1,4 +1,4 @@
#include "
AudibleInstruments
.hpp"
#include "
plugin
.hpp"
struct Links : Module {
+ 1
- 1
src/Marbles.cpp
View File
@@ -1,4 +1,4 @@
#include "
AudibleInstruments
.hpp"
#include "
plugin
.hpp"
#include "marbles/random/random_generator.h"
#include "marbles/random/random_stream.h"
#include "marbles/random/t_generator.h"
+ 1
- 1
src/Plaits.cpp
View File
@@ -1,4 +1,4 @@
#include "
AudibleInstruments
.hpp"
#include "
plugin
.hpp"
#pragma GCC diagnostic push
#ifndef __clang__
+ 1
- 1
src/Rings.cpp
View File
@@ -1,4 +1,4 @@
#include "
AudibleInstruments
.hpp"
#include "
plugin
.hpp"
#include "rings/dsp/part.h"
#include "rings/dsp/strummer.h"
#include "rings/dsp/string_synth_part.h"
+ 1
- 1
src/Shades.cpp
View File
@@ -1,4 +1,4 @@
#include "
AudibleInstruments
.hpp"
#include "
plugin
.hpp"
struct Shades : Module {
+ 1
- 1
src/Stages.cpp
View File
@@ -1,4 +1,4 @@
#include "
AudibleInstruments
.hpp"
#include "
plugin
.hpp"
#include "stages/segment_generator.h"
#include "stages/oscillator.h"
+ 1
- 1
src/Tides.cpp
View File
@@ -1,4 +1,4 @@
#include "
AudibleInstruments
.hpp"
#include "
plugin
.hpp"
#include "tides/generator.h"
+ 1
- 1
src/Tides2.cpp
View File
@@ -1,4 +1,4 @@
#include "
AudibleInstruments
.hpp"
#include "
plugin
.hpp"
#include "stmlib/dsp/hysteresis_quantizer.h"
#include "stmlib/dsp/units.h"
#include "tides2/poly_slope_generator.h"
+ 1
- 1
src/Veils.cpp
View File
@@ -1,4 +1,4 @@
#include "
AudibleInstruments
.hpp"
#include "
plugin
.hpp"
struct Veils : Module {
+ 1
- 1
src/Warps.cpp
View File
@@ -1,4 +1,4 @@
#include "
AudibleInstruments
.hpp"
#include "
plugin
.hpp"
#include "warps/dsp/modulator.h"
src/AudibleInstruments.cpp → src/plugin.cpp
View File
@@ -1,4 +1,4 @@
#include "
AudibleInstruments
.hpp"
#include "
plugin
.hpp"
Plugin *pluginInstance;
src/AudibleInstruments.hpp → src/plugin.hpp
View File
Write
Preview
Loading…
Cancel
Save