Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

BASS Library - extreme AHK multimedia power!


  • Please log in to reply
102 replies to this topic
Lemo
  • Members
  • 14 posts
  • Last active: Aug 25 2011 02:15 PM
  • Joined: 23 May 2011
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:\Program Files\Gramp\Tests\test.mid
BASS_MIDI_StreamCreateFile: 0
BASS_ErrorGetCode: 0
BASS_ChannelPlay: 0



emmanuel d
  • Members
  • 519 posts
  • Last active: Jul 15 2017 12:04 PM
  • Joined: 29 Jan 2009
i was just doing that :lol:
link

Stopwatch emdkplayer
the code i post falls under the: WTFYW-WTFPL license

http://www.ahkscript.org/ the new forum


Lemo
  • Members
  • 14 posts
  • Last active: Aug 25 2011 02:15 PM
  • Joined: 23 May 2011
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^^

emmanuel d
  • Members
  • 519 posts
  • Last active: Jul 15 2017 12:04 PM
  • Joined: 29 Jan 2009

Can you send me a 7zip of your windows install too? :lol:
...or if you prefer just tell me what version you have^^

i was thinking about that too
you must be on vista or win7
i am on win XP SP3

Stopwatch emdkplayer
the code i post falls under the: WTFYW-WTFPL license

http://www.ahkscript.org/ the new forum


Lemo
  • Members
  • 14 posts
  • Last active: Aug 25 2011 02:15 PM
  • Joined: 23 May 2011
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...

Lemo
  • Members
  • 14 posts
  • Last active: Aug 25 2011 02:15 PM
  • Joined: 23 May 2011
I sent a PM to fincs about his OS

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

fincs
  • Moderators
  • 1662 posts
  • Last active:
  • Joined: 05 May 2007
At the time I wrote that post, I was using Windows Vista SP1 32-bit.

Lemo
  • Members
  • 14 posts
  • Last active: Aug 25 2011 02:15 PM
  • Joined: 23 May 2011
Oaky thx !

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

Lemo
  • Members
  • 14 posts
  • Last active: Aug 25 2011 02:15 PM
  • Joined: 23 May 2011
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, then why does bass mp3 playback works fine directly with .ahk ?

emmanuel d
  • Members
  • 519 posts
  • Last active: Jul 15 2017 12:04 PM
  • Joined: 29 Jan 2009
looks like i did not get mail for replies to this thread

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

yes and it worked.

how come this one doesn't work with the .ahk

so you are saying that it doesn't work if not compiled?

mostly my player script is automaticaly compiled:
MainIcon=%A_ScriptDir%\Player.ico ;comment out if no icon.
if !A_IsCompiled	; Autocompiling
	{
	SplitPath, A_ScriptFullPath, , OutDir, , OutName
	Icon:= MainIcon ? "/icon """ MainIcon """ " : ""
	Process,Close, %OutName%.exe
	Process,WaitClose, %OutName%.exe
	RunWait, "%A_AhkPath%\..\Compiler\Ahk2Exe.exe" /in "%A_ScriptFullPath%" %Icon%/out "%OutDir%\%OutName%.exe"
	Run, %OutDir%\%OutName%.exe	; run the compiled version
	ExitApp
	}

Stopwatch emdkplayer
the code i post falls under the: WTFYW-WTFPL license

http://www.ahkscript.org/ the new forum


Lemo
  • Members
  • 14 posts
  • Last active: Aug 25 2011 02:15 PM
  • Joined: 23 May 2011

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 :]

HighRiseWriter
  • Members
  • 36 posts
  • Last active: Jun 29 2015 06:40 AM
  • Joined: 15 Jan 2011
Has this been abandoned? The site <!-- m -->http://bass.eat.at<!-- m --> is not available. Plus where do I find the bass.ahk script?

closed
  • Members
  • 509 posts
  • Last active: Jan 14 2012 06:14 PM
  • Joined: 07 Feb 2008
The ahk wrapper is from Toralf (if that is what your are looking for?)

<!-- m -->http://www.autohotke...topic55454.html<!-- m -->