oMBRa Posted November 4, 2008 Share Posted November 4, 2008 This is absolutely beyond godlike, I never thought Autoit can even do these amazing effect with gd+... amazing Link to comment Share on other sites More sharing options...
TehWhale Posted November 4, 2008 Share Posted November 4, 2008 When using the .wma bass plugin that plays both .mp3 and .wma and others, why does the song/artist return 0? Link to comment Share on other sites More sharing options...
monoceres Posted November 4, 2008 Author Share Posted November 4, 2008 When using the .wma bass plugin that plays both .mp3 and .wma and others, why does the song/artist return 0?WMA saves the tags in some unknown format that the script is not designed to read. Broken link? PM me and I'll send you the file! Link to comment Share on other sites More sharing options...
TehWhale Posted November 4, 2008 Share Posted November 4, 2008 (edited) WMA saves the tags in some unknown format that the script is not designed to read.Fixed it. Did a check to see if it returned 0 and if it did, then it would use a alternative feature.EDIT: Why does the on the speaker visual it leaves a faint off-black of where all the other lines were? Edited November 4, 2008 by TehWhale Link to comment Share on other sites More sharing options...
monoceres Posted November 4, 2008 Author Share Posted November 4, 2008 EDIT: Why does the on the speaker visual it leaves a faint off-black of where all the other lines were?It's a side effect of that cool fading effect, all logic says that it should disappear, but it don't Broken link? PM me and I'll send you the file! Link to comment Share on other sites More sharing options...
TehWhale Posted November 4, 2008 Share Posted November 4, 2008 It's a side effect of that cool fading effect, all logic says that it should disappear, but it don't Yeah I saw where you commented out a line that clears it, but then it doesn't fade. I want the fading, but I can't see any reason why it wont clear to black after fading. Link to comment Share on other sites More sharing options...
ludocus Posted November 10, 2008 Share Posted November 10, 2008 this is... unbelieveble!!!... great!!... For me impossible to create.. Could I use it in my media player? (I will credit you!!) Link to comment Share on other sites More sharing options...
monoceres Posted November 10, 2008 Author Share Posted November 10, 2008 this is... unbelieveble!!!...great!!...For me impossible to create..Could I use it in my media player? (I will credit you!!)Sure, but I think you can do it yourself, at least try Broken link? PM me and I'll send you the file! Link to comment Share on other sites More sharing options...
ludocus Posted November 10, 2008 Share Posted November 10, 2008 cool!!, Thnx.. I will try.. Link to comment Share on other sites More sharing options...
Influx Posted December 18, 2008 Share Posted December 18, 2008 Hello, I have been experimenting around with this and i have edited it to play music from a folder, and added a skip to next hotkey. The problem i have noticed is that ti uses 33 percent CPU is this normal, or is it because of my 20 lines of code (with 3 if statements) inside the loop and changing the sleep to 5 or one or both? Any advice on how to lower this number? Thanks, Influx. Link to comment Share on other sites More sharing options...
monoceres Posted December 18, 2008 Author Share Posted December 18, 2008 Hello, I have been experimenting around with this and i have edited it to play music from a folder, and added a skip to next hotkey.The problem i have noticed is that ti uses 33 percent CPU is this normal, or is it because of my 20 lines of code (with 3 if statements) inside the loop and changing the sleep to 5 or one or both? Any advice on how to lower this number?Thanks,Influx.It's probably the sleep. Sleep(5) is way too little if you want to keep the CPU usage low.Another thing to consider is to make the GUI smaller and turn of anti-aliasing, it will contribute to better fps/lower CPU usage. Broken link? PM me and I'll send you the file! Link to comment Share on other sites More sharing options...
Influx Posted December 19, 2008 Share Posted December 19, 2008 I have attempted a sleep of 500 and 1000 with no noticeable changes. how would i turn off anti-aliasing? Also with the following system config i get a error with bass.dll saying it needs 2.3 but everything still works fine. Environment(Language:0409 Keyboard:00000409 OS:WIN_XP/Service Pack 2 CPU:X86 ANSI) Is there anyway to suppress the error? Link to comment Share on other sites More sharing options...
rasim Posted December 19, 2008 Share Posted December 19, 2008 monoceresNext nice job, my friend! Link to comment Share on other sites More sharing options...
Influx Posted December 19, 2008 Share Posted December 19, 2008 i turned of anti-aliasing and it actually increased CPU usage to 50%. Any info on supressing the error and on how else to reduce cpu usage? Also you may want to try the Au3Irrlicht 3d engine on these forums instead of GDI, it seems that it would preform better, and with far far more options. I would attempt to change it over to that method, but seeing as how the mathematics involved are far more complicated than i can begin to understand..... I wold really like to see someone change this over to direct3d or opengl with the Au3Irrlicht engine and it embeded in a GUI. Link to comment Share on other sites More sharing options...
monoceres Posted May 25, 2009 Author Share Posted May 25, 2009 Added two presets and fixed some errors for latest version. Enjoy! Broken link? PM me and I'll send you the file! Link to comment Share on other sites More sharing options...
UEZ Posted May 25, 2009 Share Posted May 25, 2009 (edited) Got an error during playback when it switches to 4th visualization:"Line 680 (File "...\Visualization.au3"):_GDIPlus_BrushDefCreate($hBrush)^ERRORError: Unknown function name."_GDIPlus_BrushDefCreate() and _GDIPlus_BrushDefDispose() are not available!SORRY SEEMS TO BE A PROBLEM WITH THE BETA VERSION! Properly working with version 3.3.0.0!Nice job!UEZ Edited May 25, 2009 by UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
Randeniya Posted July 14, 2009 Share Posted July 14, 2009 WOw Wow excellent ! Link to comment Share on other sites More sharing options...
VAG Posted October 2, 2009 Share Posted October 2, 2009 Hi Monoceres, I would like to know is it possible to do FFT from the sound card Line-In source instead of a audio file? I am creating a little program with AutoIt to read out the frequency value from a Sine tone supply to my sound card line-in. But so far, I find no FFT UDF in the forum. Is it that I need to use Bass as an engine like what you did in this player?Thanks in Advance. Link to comment Share on other sites More sharing options...
UEZ Posted October 2, 2009 Share Posted October 2, 2009 (edited) I tried in "Visualizer_Analog Meter - Special" to display line-in. It is in experimental phase... Maybe it will help you. It is in the download archive -> http://www.4shared.com/file/91735747/7afe6e92/Visualizer_Analog_Meter.htmlUEZ Edited October 2, 2009 by UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
ptrex Posted October 8, 2009 Share Posted October 8, 2009 (edited) @UEZ This "Visualizer_Analog Meter - Special" is realy freaking nice !! Rgds, ptrex Edited October 8, 2009 by ptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New 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