blob: f5842a3238e7292b4d97032654976634fa563a3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
vst~ - VST plugin external for PD
based on the work of Jarno Seppänen and Mark Williamson
Copyright (c)2003 Thomas Grill (xovo@gmx.net)
For information on usage and redistribution, and for a DISCLAIMER OF ALL
WARRANTIES, see the file, "license.txt," in this distribution.
Donations for further development of the package are highly appreciated.
Visit https://www.paypal.com/xclick/business=t.grill%40gmx.net&item_name=vst&no_note=1&tax=0¤cy_code=EUR
----------------------------------------------------------------------------
You will need the flext C++ layer for PD and Max/MSP externals to compile this.
see http://www.parasitaere-kapazitaeten.net/ext
----------------------------------------------------------------------------
BUILDING:
=========
pd - Windows:
-------------
o Microsoft Visual C++ 6: edit the project file "vst.dsp" & build
NOT YET:
pd - darwin (MacOSX):
---------------------
o GCC: edit "config-pd-darwin.txt" & run "sh build-pd-darwin.sh"
Max/MSP - MacOS9/X:
-------------------
o CodeWarrior: edit "vst.cw" and build
----------------------------------------------------------------------------
Version history:
0.1.0:
- fixed crash when there's no "VST_PATH" environment string found
- included pd path into VST search path
- made thread of editor window low priority
- introduced A LOT of attributes to get info about the plugin
- make editor window closable by patch
- plugin can be changed with plug attribute
- fixed crash on destroying vst~ with open editor window
0.0.0:
- version of mark@junklight.com
---------------------------------------------------------------------------
features:
- allow various window styles and window moving & titling
- include necessary Steinberg license stuff
BUGS:
- strange: GRM reson stutters when GUI is edited with the mouse (mousedown)
-> plug sends (a lot of) idle messages
-> no stuttering when a message is posted to the console... ähem
|