Plug-ins, Hosts, Apps,
Hardware, Soundware
Developers
(Brands)
Videos Groups
Whats's in?
Banks & Patches
Download & Upload
Music Search
KVR
   
KVR Forum » DSP and Plug-in Development
Thread Read
Delphi ASIO & VST sourceforge project
Goto page 1, 2, 3 ... 25, 26, 27  Next
Christian Budde
KVRAF
- profile
- e-mail
- www
PostPosted: Wed Oct 04, 2006 5:59 am reply with quote
Hello everyone,

just want to let you know, that I've created a sourceforge project of my Delphi ASIO & VST framework. There has been a lot of help of various persons throughout the years. With this step I hope we can work closer together now.

Here's the link: http://sourceforge.net/projects/delphiasiovst/

The project is very basic right now, but everything is included. Here's what you can expect:

    * ASIO Host component
    * VST Host component
    * VST Plugin Wizard
    * Several Examples (Sine Generator, Effect Plugins)
    * various DSP algorithms

Right now it compiles in Delphi 5-10 (aka Delphi 2006). Additionally most of it compiles in Lazarus as well (not everything works within this open-source environment due to bugs of the compiler and the IDE)

I'd like to add more, but I would appreciate it if I'm not the only developer. So please take part in this project to make it more complete.

Right now it's very stable and has been used though all my products. Anyway there are several things which need improvements (adding some more examples, documentation and resources). Also I'd like to make it completely lazarus comatible to be able to compile platform independent.

Cheers,

Christian
^ Joined: 14 May 2004  Member: #25572  Location: Europe
duncanparsons
KVRAF
- profile
- pm
- e-mail
- www
PostPosted: Wed Oct 04, 2006 6:35 am reply with quote
That's fab Christian. As and when I make any worthwhile changes, I'll upload them Smile

DSP
----
^ Joined: 11 Apr 2003  Member: #6706  Location: now on the flat
scuzzphut
KVRAF
- profile
- pm
- e-mail
PostPosted: Wed Oct 04, 2006 6:41 am reply with quote
A great initiative, CB !!! Thanks - I will try to contribute, too Smile
^ Joined: 16 Apr 2002  Member: #2508  Location: Scotland
Christian Budde
KVRAF
- profile
- e-mail
- www
PostPosted: Wed Oct 04, 2006 7:59 am reply with quote
I'm not yet sure if I add some graphical controls, but I already have some nice other surprises on my hard disk. Also I will make my old plugins open source as well (as examples)

Christian
^ Joined: 14 May 2004  Member: #25572  Location: Europe
imekon
KVRist
- profile
- pm
- www
PostPosted: Wed Oct 04, 2006 8:15 am reply with quote
Cool! I really ought to dig up my multihost app I was fooling around with based on these VST components.
----
Pete Goodwin
^ Joined: 09 Aug 2004  Member: #36456  Location: Ruislip, UK
Christian Budde
KVRAF
- profile
- e-mail
- www
PostPosted: Wed Oct 04, 2006 9:00 am reply with quote
I'll upload the latest version tonight. With this version you can easily compile your VST plugin as native WinAmp Plugin. Stay tuned,

Christian

P.S.: If you plan to donate some work, please register as developer for the project, so that we can easily stay in touch.
^ Joined: 14 May 2004  Member: #25572  Location: Europe
tobybear
KVRian
- profile
- pm
- e-mail
- www
PostPosted: Wed Oct 04, 2006 12:45 pm reply with quote
Yihaa!
Seems the time has finally come for me to dig up those old Delphi sources of mine and see what I can add to the project. Expect some neat additions in the next weeks Smile

Cheers

Toby

www.tobybear.de
^ Joined: 10 Jun 2001  Member: #629  Location: Munich, Germany
duncanparsons
KVRAF
- profile
- pm
- e-mail
- www
PostPosted: Wed Oct 04, 2006 3:47 pm reply with quote
I remember you saying you had like 60Mb worth! It'll be good if some of those see the light of day Smile

DSP
----
^ Joined: 11 Apr 2003  Member: #6706  Location: now on the flat
Christian Budde
KVRAF
- profile
- e-mail
- www
PostPosted: Thu Oct 05, 2006 7:41 am reply with quote
Ok, just want to let you know, that I've configured SVN. I will now upload some more stuff. Yet it will only be available within the SVN.

Let me know if you want write access,

Christian
^ Joined: 14 May 2004  Member: #25572  Location: Europe
Christian Budde
KVRAF
- profile
- e-mail
- www
PostPosted: Thu Oct 05, 2006 4:32 pm reply with quote
Just added another example: 'Graphic EQ', a simple stereo graphic EQ.
It should compile as VST & Winamp plugin directly out of the box.

Christian

P.S.: Only available through SVN and still buggy.
^ Joined: 14 May 2004  Member: #25572  Location: Europe
laserbeak
KVRian
- profile
- pm
- e-mail
- www
PostPosted: Thu Oct 05, 2006 7:16 pm reply with quote
cool
any idea if this stuff will work in kylix? i'm running version3 in linux.
^ Joined: 10 Mar 2001  Member: #334  Location: nyc
Norbert Stellberg
KVRist
- profile
- pm
PostPosted: Fri Oct 06, 2006 1:29 am reply with quote
Hi Toby,
you wrote, MiniHostCore are in the ZIP file.
Sorry, I cannot find it. Sad

with best regards
Norbert
^ Joined: 15 Aug 2004  Member: #37198  
Christian Budde
KVRAF
- profile
- e-mail
- www
PostPosted: Fri Oct 06, 2006 2:23 am reply with quote
It supposed to be in the 'examples' folder. But I'm not sure if it's already in the zip. Try browsing the SVN, you should find it there.

Christian
^ Joined: 14 May 2004  Member: #25572  Location: Europe
Norbert Stellberg
KVRist
- profile
- pm
PostPosted: Fri Oct 06, 2006 5:39 am reply with quote
Hi Christian,
thanks for support.
MiniHost is not in the folder example.
I have download step by step with browsing the SVN.
I can compilate this tool, when I use the
old VST files:
ASIOList.pas
DAEffect.pas
DAEffectX.pas
DAudioEffect.pas
DAudioEffectX.pas
DDspUtils.pas
DVstUtils.pas
MIDI.pas
MIDIFile.pas
WaveIOX.pas

But I cannot start it.
There is allways an unknown exception.

Is this tool compatible with the new ASIO and VST version ??????

with best regards
Norbert
^ Joined: 15 Aug 2004  Member: #37198  
Christian Budde
KVRAF
- profile
- e-mail
- www
PostPosted: Fri Oct 06, 2006 12:49 pm reply with quote
Have you looked here: http://svn.sourceforge.net/viewvc/delphiasiovst/Examples/Min iHost%20Core/ ?
^ Joined: 14 May 2004  Member: #25572  Location: Europe
All times are GMT - 8 Hours

Printable version
Page 1 of 27
Goto page 1, 2, 3 ... 25, 26, 27  Next
Display posts from previous:   
ReplyNew TopicPrevious TopicNext Topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Username: Password:  
KVR Developer Challenge 2012