rasim Posted August 26, 2008 Share Posted August 26, 2008 (edited) Hi everyone! I know, i'm not a first, but examples which i saw on this forum contains only few functions. This UDF contains all functions of the BASSMOD.DLL And i hope this UDF be useful for your nice projects. The BASSMOD library is free for non-money making use... if you are not charging for the software, then you can use BASS in it for free. A mention in the credits would be nice though! This software is provided "as is", without warranty of ANY KIND, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose. The author shall NOT be held liable for ANY damage to you, your computer, or to anyone or anything else, that may result from its use, or misuse. Basically, you use it at YOUR OWN RISK. Usage of BASSMOD indicates that you agree to the above conditions. You may freely distribute the BASSMOD package as long as NO FEE is charged and all the files remain INTACT AND UNMODIFIED. All trademarks and other registered names contained in the BASSMOD package are the property of their respective owners.HomepageHere you found more mod tracksBassMod_UDF Edited January 9, 2009 by rasim Link to comment Share on other sites More sharing options...
jvanegmond Posted August 26, 2008 Share Posted August 26, 2008 BASS is an audio library for use in Windows and Mac OSX software. Its purpose is to provide developers with powerful and efficient sample, stream (MP3, MP2, MP1, OGG, WAV, AIFF, custom generated, and more via add-ons), MOD music (XM, IT, S3M, MOD, MTM, UMX), MO3 music (MP3/OGG compressed MODs), and recording functions. All in a tiny DLL, under 100KB* in size.On Windows, BASS requires DirectX 3 or above for output, and takes advantage of DirectSound and DirectSound3D hardware accelerated drivers, when available. On OSX, BASS uses CoreAudio for output, and OSX 10.3 or above is recommended. Both PowerPC and Intel Macs are supported.C/C++, Delphi, Visual Basic, and MASM APIs are provided, with several examples to get you started. .Net and other APIs are also available. github.com/jvanegmond Link to comment Share on other sites More sharing options...
Achilles Posted August 26, 2008 Share Posted August 26, 2008 This looks pretty awesome. When I get around to it (may not be for awhile) I'll try changing my media player to use this. My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list] Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted August 26, 2008 Share Posted August 26, 2008 Do anyone get what Manadar means with posting what BASS is? Afaik BASS and BASSMOD are two different things. Although it would be cool to use BASS too, maybe that could be your next challenge Rasim? .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
HeffeD Posted August 26, 2008 Share Posted August 26, 2008 Afaik BASS and BASSMOD are two different things. BASS can do all kinds of things... Including MOD... Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted August 26, 2008 Share Posted August 26, 2008 BASS can do all kinds of things... Including MOD...Yes, but this thread is about BASSMOD and Manadar posted an explanation of what BASS is, am I the only one that see that? .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
Smiley357 Posted August 26, 2008 Share Posted August 26, 2008 If you go the homepage link he just copied and pasted what is there to give others some insite to what this is. I didnt know what bass or bassmod was until I read the post. Would be my guess. But only he can truly answer your question. Link to comment Share on other sites More sharing options...
jvanegmond Posted August 26, 2008 Share Posted August 26, 2008 BASSMOD is a MOD only (XM, IT, S3M, MOD, MTM, UMX) version of BASS; useful for demos, or anything else where you want to play some MOD music. >_> github.com/jvanegmond Link to comment Share on other sites More sharing options...
BrettF Posted August 27, 2008 Share Posted August 27, 2008 I've started on using using Bass.dll. Created 1/2 of the UDF, and still needs heaps of work... Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
rasim Posted August 27, 2008 Author Share Posted August 27, 2008 AdmiralAlkexAfaik BASS and BASSMOD are two different thingsYes, you are right.maybe that could be your next challenge Rasim?Yes, i think about this, if i found free time... Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted August 31, 2008 Share Posted August 31, 2008 @Rasim Is it possible to get the song length in ms or seconds? I tried _BASSMOD_MusicGetLength() but it returns 30 or 0 on the song in your .zip but I don't understand what those represent? .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
rasim Posted September 1, 2008 Author Share Posted September 1, 2008 AdmiralAlkexIs it possible to get the song length in ms or seconds? I tried _BASSMOD_MusicGetLength() but it returns 30 or 0 on the song in your .zip but I don't understand what those represent?Fixed, now return music length in milliseconds. Updated first post Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted September 1, 2008 Share Posted September 1, 2008 (edited) AdmiralAlkexFixed, now return music length in milliseconds. Updated first post Thanks for fixing it, but the site seems to be down Can you fix it or perhaps upload somewhere else??Could not locate remote server Edited September 1, 2008 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
rasim Posted September 2, 2008 Author Share Posted September 2, 2008 Thanks for fixing it, but the site seems to be down Can you fix it or perhaps upload somewhere else??Hmm... strange. Try from this server. Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted September 2, 2008 Share Posted September 2, 2008 Hmm... strange. Try from this server.I got it to work now, thank you rasim!! I will add this to EMP very soon! .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
rasim Posted September 2, 2008 Author Share Posted September 2, 2008 AdmiralAlkexGlad to help my friend Link to comment Share on other sites More sharing options...
jeantje Posted January 8, 2009 Share Posted January 8, 2009 The last link is either down can u reupload it please Link to comment Share on other sites More sharing options...
rasim Posted January 9, 2009 Author Share Posted January 9, 2009 The last link is either down can u reupload it pleaseFixed, updated first post Link to comment Share on other sites More sharing options...
ynbIpb Posted March 2, 2009 Share Posted March 2, 2009 Maybe I am a bit off topic, but if you can tell me: how to make bassmod.dll and the sound file was compiled within the script? Is this possible?sorry for bad English thanks...-------on russian:rasim, вижу, что вы из СНГ, и наверное говорите по русски.Может я немного не по теме, но если можно скажите: как сделать чтоб bassmod.dll и звуковой файл находился внутри скомпилированного скрипта?Возможно ли это?Спасибо. Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted March 2, 2009 Share Posted March 2, 2009 @ynbIpb Hi and welcome to the forum. Sounds like you need FileInstall(), check it in the helpfile. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
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