Show Posts
|
|
Pages: [1]
|
|
1
|
Development Topics / Plugin Development / Re: Loading Plug-in in Mac OS/X?
|
on: November 10, 2009, 14:17:05
|
|
thanks for support and suggestions. I had already tried the vamp plugin test tool, and this is when i was told the architecture of my plug-in was incorrect, with no further detail. any idea what is meant by or expected in architecture?
in the meantime i will work on other proposal, many thanks
|
|
|
|
|
2
|
Development Topics / Plugin Development / Loading Plug-in in Mac OS/X?
|
on: November 06, 2009, 12:18:41
|
|
hello,
I have created a dynlib plug-in under Max Xcode 3.2 with following: - Amplitude tracker source code example + plugin.ccp - change plug-in name, identifier and author string to see if it loads well in SV - respected the relation between plug-in name and lib name etc. - created the .cat file... - export symbol as advide from ".list" file etc. - copied the plug-in the plug-in folder (lib/audio/vamp etc.) where other working plugings provided on vamp web site are.
....but when i start SV, my plug-in does not load at all thought everything looks ok. I used the source code provided in vamp dowload...so little space for my own mistakes.
So obviously the application does not recognize it as a plug-in.
What is wrong?
I would really appreciate your support as i am very keen on developing plug-in but final phase not working...
thanks!
|
|
|
|
|