Page 4 of 7

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

Posted: Thu May 04, 2006 9:11 pm
by traumatic
thefool wrote:hehe :P

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 better :) Done some ok stuff lately. Drums are still my major issue, along with mastering. But im getting better..
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! :)

Posted: Thu May 04, 2006 9:13 pm
by traumatic
V2, your work is just awesome! Very impressive!
Are you specialized in GUI design?

Posted: Thu May 04, 2006 9:28 pm
by va!n
@V2: traumatic was faster and already said what i wanted to say... very impressive great work! respect!

Posted: Thu May 04, 2006 9:30 pm
by thefool
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! :)
:)
How's the band?

Posted: Thu May 04, 2006 9:32 pm
by traumatic
thefool wrote:How's the band?
Let's not hijack this thread even more... :P

Posted: Thu May 04, 2006 9:33 pm
by thefool
hehe :D

Posted: Thu May 04, 2006 11:15 pm
by J. Baker
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?

Posted: Fri May 05, 2006 8:13 am
by V2
traumatic wrote:V2, your work is just awesome! Very impressive!
Are you specialized in GUI design?
Thanks a lot! :)
I'm not really specialized in UI design, but do it quite much (for industrial HMIs + Win/Web Apps).
I also try to make some music in my sparetime - that's why I think this project is quite interesting.
(If you're interested check: Arrival Song, Space Rider or Push Me - some are not ready yet or contain too much bass).

I'd like to make a test tune with the 8-bit machine too! :D

BTW: I noticed the layouts are quite dark - my TFT sucks badly... :(

Posted: Fri May 05, 2006 8:39 am
by benny
V2:

#1 - Excellent gui design. Respect :!:

#2 - Your tunes sounds nice. Especially I like the 2nd (Space Rider). With
which program did you make it :?: Is it a cover ? I think I know the melody
of this tune from somewhere :roll:

Posted: Fri May 05, 2006 8:53 am
by V2
benny wrote: #2 - Your tunes sounds nice. Especially I like the 2nd (Space Rider). With
which program did you make it :?: Is it a cover ? I think I know the melody
of this tune from somewhere :roll:
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".

Posted: Fri May 05, 2006 1:09 pm
by josku_x
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?
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.
And each VSt has it's own unique 4 characters ID. The ID of ReACTor is raco.

Posted: Fri May 05, 2006 2:37 pm
by J. Baker
josku_x wrote:
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?
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.
And each VSt has it's own unique 4 characters ID. The ID of ReACTor is raco.
That's what I thought. I'm downloading the SDK right now. If you could be any help on this, that would be great.

Posted: Fri May 05, 2006 3:18 pm
by josku_x
You mean that you're downloading the Steinberg VST SDK? That was my first ticket to VST development. So, if you know some C++, it wouldn't be hard for you to convert it to PB. However, it was for me so hard I had to ask many people on how to convert it to VB, and then I could convert that easily to PB.

I wonder if I still have the VB source..

Posted: Fri May 05, 2006 3:25 pm
by thefool
why did you want to convert it to VB first?