Posted: Thu May 04, 2006 9:03 pm
Yeah shh.. i wont tell himjosku_x wrote:(But this is a secret between us, thefool.. Hopely I can trust you.)

http://www.purebasic.com
https://www.purebasic.fr/english/
Yeah shh.. i wont tell himjosku_x wrote:(But this is a secret between us, thefool.. Hopely I can trust you.)
Glad to hear you're still at it and making progress.thefool wrote:hehe
traumatic, yah music is going ok atm. I still have some production issues but getting the tones from my head -> computer seems to get better and betterDone some ok stuff lately. Drums are still my major issue, along with mastering. But im getting better..
traumatic wrote: Glad to hear you're still at it and making progress.
I didn't mean to say anything that could be rated as arrogant or against
your skills - hope you didn't get my remark that way! I was just trying
to be funny.
Music is a gift - take good care of it!
Let's not hijack this thread even more...thefool wrote:How's the band?
Thanks a lot!traumatic wrote:V2, your work is just awesome! Very impressive!
Are you specialized in GUI design?
I used Cubase with a couple of synths - it's not a cover - but it also reminded me somehow of the "Silver Surfer"... therefore the name "Space Rider".benny wrote: #2 - Your tunes sounds nice. Especially I like the 2nd (Space Rider). With
which program did you make itIs it a cover ? I think I know the melody
of this tune from somewhere :roll:
You are correct. A VST is just a DLL with the function main() which exports the Digital Signal Processing (DSP). It can also export Fast Fourier Transforms, but I think that was used for effect DLLs.J. Baker wrote:Isn't a VST basically a shared DLL with a procedure name "main()", with a unique ID that's seperates it from other VST's, and code that generates noise?
That's what I thought. I'm downloading the SDK right now. If you could be any help on this, that would be great.josku_x wrote:You are correct. A VST is just a DLL with the function main() which exports the Digital Signal Processing (DSP). It can also export Fast Fourier Transforms, but I think that was used for effect DLLs.J. Baker wrote:Isn't a VST basically a shared DLL with a procedure name "main()", with a unique ID that's seperates it from other VST's, and code that generates noise?
And each VSt has it's own unique 4 characters ID. The ID of ReACTor is raco.