aboutsummaryrefslogtreecommitdiff
path: root/Plugins/README.txt
diff options
context:
space:
mode:
authorJuha Vehviläinen <jusu@users.sourceforge.net>2002-07-06 17:50:18 +0000
committerJuha Vehviläinen <jusu@users.sourceforge.net>2002-07-06 17:50:18 +0000
commit4d64e4cd434426234a5c313c151cd79b6afc299e (patch)
tree5c23dd6acc65b869741d3bb9d33912d74bb7407d /Plugins/README.txt
*** empty log message ***svn2git-root
svn path=/trunk/Framestein/; revision=27
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.