AutoHotkey Community

It is currently May 22nd, 2012, 2:11 pm

All times are UTC [ DST ]


Search found 16 matches
Search these results:

Author Message

 Forum: Scripts   Topic: BASS Library - extreme AHK multimedia power!

Posted: July 6th, 2011, 2:39 am 

Replies: 102
Views: 23725


so you are saying that it doesn't work if not compiled? exactly. I searched the forum about that, but apparently the opposite is way more likely to happen... so I have no idea what's going on here. That's seems to be a quite useful autocompiling script you got there! I'll surely give that a try :]

 Forum: Scripts   Topic: BASS Library - extreme AHK multimedia power!

Posted: June 30th, 2011, 2:26 am 

Replies: 102
Views: 23725


OMG Just randomly tried to compile it And it works :shock: Actually most my previous test scripts work too haha XD@!# How it that possible?! Even if I generally end up compiling my finished scripts in the end, how come this one doesn't work with the .ahk version o_O ? And if bassmidi doesn't work, t...

 Forum: Scripts   Topic: BASS Library - extreme AHK multimedia power!

Posted: June 27th, 2011, 9:35 pm 

Replies: 102
Views: 23725


Oaky thx !

I'll ask the BASS devs if there's something related to OS differences

 Forum: Scripts   Topic: BASS Library - extreme AHK multimedia power!

Posted: June 27th, 2011, 7:28 pm 

Replies: 102
Views: 23725


I sent a PM to fincs about his OS

Did you try with Trout player also, now that you have the soundfont working?

 Forum: Scripts   Topic: BASS Library - extreme AHK multimedia power!

Posted: June 26th, 2011, 10:18 pm 

Replies: 102
Views: 23725


i am on win XP SP3 too

...and out of ideas lol

Edit: wait no, SP2 !
Weird thing is that the Miditest.exe included with bassmidi works fine
SP3 seems rather annoying to install also...

 Forum: Scripts   Topic: BASS Library - extreme AHK multimedia power!

Posted: June 26th, 2011, 10:14 pm 

Replies: 102
Views: 23725


Thanks!

...Well it doesn't work :? still the same error, elise won't load either
Can you send me a 7zip of your windows install too? :lol:
...or if you prefer just tell me what version you have^^

 Forum: Scripts   Topic: BASS Library - extreme AHK multimedia power!

Posted: June 26th, 2011, 10:08 pm 

Replies: 102
Views: 23725


Can you post your version of the dlls and eventually the soundfont too? Maybe I have a different version or something o_O Here is the output I got with your script, dunno why it fails to load that file BASS_DLLCALL: 14876672 BASS_MIDI_DLLCALL: 15335424 BASS_Init: 1 BASS_MIDI_HANDLE: 15335424 File: C...

 Forum: Scripts   Topic: BASS Library - extreme AHK multimedia power!

Posted: June 26th, 2011, 9:57 pm 

Replies: 102
Views: 23725


Yeah I have that soundfont there for weeks already With your last example, I'm still getting fail to load, even with ahk_basic File :=A_ScriptDir "\test.mid" and test.mid and dlls are in that same folder Glad you have it working :shock: , you mean you can hear sound and all?

 Forum: Scripts   Topic: BASS Library - extreme AHK multimedia power!

Posted: June 26th, 2011, 9:36 pm 

Replies: 102
Views: 23725


Did you try a BASS_ErrorGetCode check after each command? Sometimes even if the other ones return error 0, I'm often getting an error 5 (aka BASS_ERROR_HANDLE) for BASS_ChannelPlay About Trout player, I've seen at least one example of success If a single person can play it, there is hope! :p Thx for...

 Forum: Scripts   Topic: Trout - A BASS-driven audio player written in AHK

Posted: June 23rd, 2011, 3:40 am 

Replies: 193
Views: 27410


Hey skwire We're having some issues with MIDI on the BASS Library thread (from p.6 mostly) There has been no sign of success with MIDI files in the 6 pages of that topic ... and I can't figure it out either on BASS forums Also I can't use any MIDI files on your player, even with CT4MGM.SF2 in c:\win...

 Forum: Scripts   Topic: BASS Library - extreme AHK multimedia power!

Posted: June 23rd, 2011, 3:29 am 

Replies: 102
Views: 23725


Well with the basic AHK, I'm getting no error from GetErrorCode
But still your "Failed to load" stuff
Apparently you did that before, but I'll try again to get in touch with skwire from Trout player :roll:

 Forum: Scripts   Topic: BASS Library - extreme AHK multimedia power!

Posted: June 18th, 2011, 1:57 am 

Replies: 102
Views: 23725


Yeah my locations are fine, bass.ahk says everything's in the script folder. Also my test.mid is in there too so File=test.mid should be right I suppose The full path gives me the same thing (and BASS_ErrorGetCode:2) Did you see the last post on BASS forums? Actually I don't have that BASS_ERROR_FIL...

 Forum: Scripts   Topic: BASS Library - extreme AHK multimedia power!

Posted: June 17th, 2011, 10:22 pm 

Replies: 102
Views: 23725


hey emmanuel thx for posting wow you're doing the dll calls directly without bass.ahk that's neat when I change it to my File=test.mid, I have your Failed to load:"" error and of course no sound indeed :P did you try some BASS_ErrorGetCode before? on the thread I told you about on BASS for...

 Forum: Scripts   Topic: BASS Library - extreme AHK multimedia power!

Posted: June 15th, 2011, 3:49 am 

Replies: 102
Views: 23725


Mp3 working version (slightly modified from here ) #SingleInstance Force #Persistent SetBatchLines,-1 Thread, NoTimers onexit, exit #include bass.ahk ; Caller must ensure sufficient space at DestPtr. CopyAnsiToUnicode(Source, DestPtr, Len) { ; Not sure how well this works on 9x/ME: retu...

 Forum: Scripts   Topic: BASS Library - extreme AHK multimedia power!

Posted: May 19th, 2011, 6:41 am 

Replies: 102
Views: 23725


Btw I did the same test as Emmanuel
Code:
#include bass.ahk
#include bassmidi.ahk

BASS_Load()
BInit:=BASS_Init()
BInitM:=BASS_MIDI_Init()

msgbox,BInit: %BInit%`nBInitM: %BInitM%

BInit ->1
BIinitM -> returns nothing ?
Sort by:  
Page 1 of 2 [ Search found 16 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group