tagor Posted February 12, 2009 Share Posted February 12, 2009 Sorry my english is bad. How to input music in Borland Delhpi 7??? Please Tell Me??? Link to comment
hanjian Posted February 12, 2009 Share Posted February 12, 2009 Hehehe....i think is very...very simple in IDE delphi....N basic Programming for Delphi. Search in Google."Hanjian" Link to comment
agoes_doubleb Posted February 13, 2009 Share Posted February 13, 2009 I'm sorry i'm not using delphi..... but i will thanks if there id a share about that... Link to comment
0xFF Posted February 13, 2009 Share Posted February 13, 2009 You could play it using sndPlaySound API, add MMSystem to the uses list and check MSDN for more info about that function. Link to comment
MB! Posted February 20, 2009 Share Posted February 20, 2009 You can use ufmod related source code.. Link to comment
Merkage Posted June 30, 2009 Share Posted June 30, 2009 You can use the media player component in the system tab Link to comment
Sub Xero Posted July 1, 2009 Share Posted July 1, 2009 If your trying to play chiptunes (XM, IT, S3M, MOD, MTM, UMX), I'd recommend BASSMOD. It's very easy to implement as well.Sub Xero Link to comment
NewHitman Posted July 5, 2009 Share Posted July 5, 2009 Well mmsystem works only with wave file and it is easy add mmsystem to uses then add this line to where you wantPlaysound('//sound name or location.wav',0,snd_sync);or you can use Ufmod but before use Eff to ripper the XmUfmod_Playsonf(@xm,length(xm),xm_memory);and for BassMod yoy must include Bass.dll Link to comment
Sub Xero Posted July 6, 2009 Share Posted July 6, 2009 You do need the BASSMOD.dll file, but it can be stored inside the .exe and extracted to memory when the application is run.Sub Xero Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now