Hi all, 1st of all, a happy new year to you all! But now to my question: I want to write a small softsynth in Delphi, but i don't really know how to set up the...
get the tonsynth source at www.torry.net -> vcl -> sound ... From: "Simon Ley" <redlabs@...> To: <delphigames@yahoogroups.com> Sent: Wednesday, January 01,...
Do you mean "Tonegen" ? My purpose is not to get some routines to create sound, I just want a simple routine to create sound dynamically and on the fly,...
Hi Simon, what function of a softsync is it that you are trying to create / need help with? Is it the keyboard input, the wave-generation, or getting the ...
Dominik Kroell
dominik@...
Jan 2, 2003 8:55 pm
6726
I am wondering if we can use Delphi to write a program to make a videogame on Gamecube? I am kind of new on this. Reid ********************************* Get...
VERY new apparently... Delphi only generates programs for PCs - It's cousin Kylix generates programs for Linux. Gamecube programming requires a lot different...
Hi Domonik, maybe i should improve my english :) but let's be serious, you were right when saying that all i need is a function that plays my buffer. I thought...
Hi everybody, I'm still working on my Delphi-DirectX game engine (called FlegelX) and I'm now in the test-phase. I've built the graphics, sound, input part ...
Oops, Something went wrong while attaching my demo to the mail (about 450 kB). Anyway, if someone has a minute time and wants to test it, please just mail...
I don't think you can attach files to mails in this mailinglist... not sure though :( ... -- Visit the Lion Productions website at: http://lionprod.myweb.nl...
go on then i'll have look - ive got 2 pcs (win98 r2/win2k - latest drivers etc) im interested to see wots possible - coz im mainly a database programmer but i...
Right, I know this has been mentioned some time ago, but I've just joined. I have seen Hexmap12, and Hexgrid components. Are there any more, or are they still...
I've an article and a code sample both dealing with hex-maps on my website. The sample is a very basic map-editor build around a component (TGameboard) that...
Hi all, Can someone help me with making space environment in glscene? I want to create a starfield, but I don't know how? I want to be able to assign a texture...
... For simple or twinkling stars, you can use directly the 'Stars' property of the SkyDome (like in the meshes/terrain demo, hit 'N' when the demo is running...
Thank you Eric for the reply. "Fight code entropy" ... _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and...
Hi guys, I hope that together we will have fun and faster development. To now I use Delphi 3 (it works fine for everithing), but I think to move to Delphi 6. ...
Hi guys, I hope that together we will have fun and faster development. To now I use Delphi 3 (it works fine for everithing), but I think to move to Delphi 6. ...
Some advantages of Delphi6 better than Delphi3 that I know: - Better VCL - Better support of MMX assembler instructions - Better compatibilty with D4-7 - ?... ...
Hi, Sorry for the late in reply. I tried the library SMEPG at SDL, but it's not what i want. I want a component that will enable me to access .avi and .mpeg...
OK, I've been writing business related software for so long, I can't seem to remember how to do this I'm drawing a triangle with the following points (50, 0),...
So you rotate the triangle around it's center counterclockwise? Then the resulting points you give aren't correct.... (100, 50) schould be (116, 66) and so on....
... Why? If you use a graphics library such as OpenGL or Direct3D, you can just use a command such as glRotatef and pass the angle you want to rotate your ...
I'd really like to help you with that but now I'm a bit confused... ... given this proc I'm not sure about around wich point you want to rotate. you could just...
I got russian font =] ... From: <andyswr@...> To: <delphigames@yahoogroups.com> Sent: Saturday, January 25, 2003 12:39 PM Subject: [DelphiGames]...
Daniel Frimerman
TByteSoft@...
Jan 25, 2003 12:52 pm
6749
Hi i am new to Delphi and when i tried to compile pythian to see if i had every thing set up right i get these errors ... Build [Hint] PythianUtils.pas(463):...
create a class that decends from TThread type TMyThread = class(TThread) the only method you have to worry about is Execute protected procedure Execute;...