[pluggo] vst plugin with mxj class
Christian Veit
c.veit at inode.at
Sun Oct 21 06:35:23 MDT 2007
- Previous message: [pluggo] Re: finnicky metro
- Next message: [pluggo] Re: vst plugin with mxj class
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
i am trying to write my first plugin which should send midi data from ableton live to my max/msp patch. i am using this simple patch: max v2; #N vpatcher 295 113 895 513; #P window setfont "Sans Serif" 9.; #P window linecount 1; #P newex 132 93 218 9109513 mxj net.udp.send @address 127.0.0.1 @port 7000; #P newex 93 128 55 9109513 plugmidiout; #N plugconfig; #C useviews 1 1 1 1; #C numprograms 64; #C preempt 1; #C sigvschange 1; #C sigvsdefault 32; #C autosize; #C defaultview Interface 0 0 0; #C dragscroll 1; #C noinfo; #C package ????; #C uniqueid 192 200 225; #C initialpgm 1; #P newobj 349 61 51 9109513 plugconfig; #P newex 132 63 49 9109513 plugmidiin; #P fasten 0 0 2 0 137 88 98 88; #P connect 0 0 3 0; #P pop; if i try to copy my dll to my vst Folder: c:\Programme\Cycling '74\vstplugins ableton live is stopping to load when trying to load my plugin. so i 've searched the forum about some related issues and found out that i have to copy my java class files to my plugin folder.. i've tried to do that but now the behavior is that when loading my plugin dll ableton live is shutting down. i am using ableton live 6.0.10, max/msp 4.6.3, jitter 1.6.3, pluggo runtime 3.6.1, jre 1.6.0_03 on win xp home SP2... hope anyone can help me.. c.
- Previous message: [pluggo] Re: finnicky metro
- Next message: [pluggo] Re: vst plugin with mxj class
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
