aboutsummaryrefslogtreecommitdiff
path: root/Plugins/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/README.txt')
-rw-r--r--Plugins/README.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Plugins/README.txt b/Plugins/README.txt
new file mode 100644
index 0000000..893a4ad
--- /dev/null
+++ b/Plugins/README.txt
@@ -0,0 +1,12 @@
+Put your dlls with proper exported perform-functions here, and Framestein
+will load them on startup.
+
+Read plugin.h and noize.c and try example-plugins.pd for the whole story.
+Pixels.h and green.cpp or tile.cpp demonstrate the easy-to-use pixels-class.
+
+If you write plugins please contribute them to the Framestein distribution.
+
+(type "make" to build plugins in this directory with MS Visual C++.)
+
+NOTE: I'm distributing my Plugins-directory as-is, some of them are
+feature-incomplete.