Forum Replies Created
-
AuthorPosts
-
Dj BuikMember
BUMP.
For the guys who are interested.
Breakaway DJ still works on Windows 10 version 1803 (build 17134.285)
Dj BuikMemberHi Jesse,
I used the default BAO ones and the other are downloaded from this link:
http://www.forumclaessonedwards.com/forum/index.php/topic,5381.0.html
AACPLUS v2 encoder (winamp 5.57) v8.0.3
LAME 64bits v3.99.5
OGG v2.88 (aoTuVb6.03_2015)If you have link(s) with better encoders, please advise.
Thanks!
Dj BuikMemberWOW, at last, a nice xmas present 🙂
Thank you very much, and when you're one day back in the Netherlands, i'll buy you a Grolsch.
Dj BuikMemberI have an 6i6 too, and i made an SPDIF loopback cable to route the audio thru Breakaway Live and the Scarlett Interface via the MixControl. I use it with OtsAV Playout system.
See my PDF on my Dropbox account.
It has several screenshots about the setup.https://dl.dropboxusercontent.com/u/76718268/Focusrite%206i6%20-%20BAL.pdf
Select in the Out SPDIF tab which inputs you want to route thru Breakaway.
In your case select the Mic or Line input from the 6i6.BTW: I use multiple Breakaway instances, but you can also use an single instance setup.
Good luck.
Dj BuikMemberOk here is the (stripped) code. It is coded in AutoIt script language.
(https://www.autoitscript.com)It does not find the BreakawayLiveUtilityWindow_0xBA31337 window.
It returns a zero (0) handle.code :<br />#cs ----------------------------------------------------------------------------<br /><br /> AutoIt Version: 3.3.14.2<br /> Author: myName<br /><br /> Script Function:<br /> Template AutoIt script.<br /><br />#ce ----------------------------------------------------------------------------<br /><br />Opt("WinTitleMatchMode", 2) ;1=start, 2=subStr, 3=exact, 4=advanced, -1 to -4=Nocase<br />Opt("SendKeyDelay", 50) ;5 milliseconds<br />Opt("SendKeyDownDelay", 5) ;1 millisecond<br /><br />#include <MsgBoxConstants.au3><br />#include <SendMessage.au3><br />#include <WinAPI.au3><br /><br />$hWndBa = _WinAPI_FindWindow( NULL, "BreakawayLiveUtilityWindow_0xBA31337" )<br />;_WinAPI_FindWindow ( $sClassName, $sWindowName )<br />MsgBox($MB_SYSTEMMODAL, "$hWndBa: ", $hWndBa)<br /><br />$msgGetVolume = _WinAPI_RegisterWindowMessage("BaGetVolume")<br />MsgBox($MB_SYSTEMMODAL, "", $msgGetVolume)<br />$msgSetVolume = _WinAPI_RegisterWindowMessage("BaSetVolume")<br />MsgBox($MB_SYSTEMMODAL, "", $msgSetVolume)<br />;_WinAPI_RegisterWindowMessage ( $sMessage )<br /><br />$vol_Step = 1<br /><br />HotKeySet("{VOLUME_MUTE}", "HotKeyPressed")<br />HotKeySet("{VOLUME_DOWN}", "HotKeyPressed")<br />HotKeySet("{VOLUME_UP}", "HotKeyPressed")<br />HotKeySet("{ESC}", "HotKeyPressed")<br /><br />While 1<br /> Sleep(100)<br />WEnd<br /><br />Func HotKeyPressed()<br /> Switch @HotKeyPressed ; The last hotkey pressed.<br /> Case "{VOLUME_MUTE}" ;<br /> MsgBox($MB_SYSTEMMODAL, "", "Volume Mute")<br /> Case "{VOLUME_DOWN}"<br /> ;MsgBox($MB_SYSTEMMODAL, "", "Volume Down")<br /> VolumeDown()<br /> Case "{VOLUME_UP}"<br /> ;MsgBox($MB_SYSTEMMODAL, "", "Volume Up")<br /> VolumeUp()<br /><br /> Case "{ESC}" ; String is the {ESC} hotkey.<br /> MsgBox($MB_SYSTEMMODAL, "", "Escape")<br /> Exit<br /> EndSwitch<br />EndFunc ;==>HotKeyPressed<br /><br />Func VolumeUp()<br /> $volume = _SendMessage(hWndBa, $msgGetVolume, 0, 0)<br /> $volume = $volume + $vol_Step<br /> _SendMessage(hWndBa, $msgSetVolume, 0, $volume )<br /> ;_SendMessage ( $hWnd, $iMsg [, $wParam = 0 [, $lParam = 0 [, $iReturn = 0 [, $wParamType = "wparam" [, $lParamType = "lparam" [, $sReturnType = "lresult"]]]]]] )<br />EndFunc<br /><br />func VolumeDown()<br /> $volume = _SendMessage(hWndBa, $msgGetVolume, 0, 0)<br /> $volume = $volume - $vol_Step<br /> _SendMessage(hWndBa, $msgSetVolume, 0, $volume )<br />EndFunc<br />
Dj BuikMemberlets hope that Leif can free some time to upgrade BDJ also.
But i think BDJ is the least used version of All Breakaway flavors.Dj BuikMemberi'm not sure if i booted the second time.
Did you upgrade windows 10 to the latest build?
That is 1511. this build solved some audio issues.Dj BuikMemberHi Milky,
I have BDJ running under Windows 10 with no problem.
BDJ use the ASIO pipeline and not the standard Audio pipeline.
I think the ASIO pipeline is not affected within Windows 10.Dj BuikMemberfirst deinstall old Breakaway version. reboot pc and then install new version.
I think the old virtual cable (pipeline) must be completely gone, before the new can be installed.
Dj BuikMemberBAE is running solid on Windows 10 64bit with the latest windows fixes (1511).
Dj BuikMemberi use this one:
http://www.esi-audio.com/products/juliaxte/but it is way over 50 bucks
Dj BuikMember[quote author=Milky link=topic=4977.msg18132#msg18132 date=1423725204]
It's been lonely in here deleting all the porn links.[/quote]LOL, leave them in here, it will pull some more people in here ;D
December 11, 2014 at 8:18 pm in reply to: Noise when i go to the internet and when i scroll trough a window folder #13996Dj BuikMemberHow does the onboard sound card sound?
Do you have the same issue?December 9, 2014 at 7:30 pm in reply to: Noise when i go to the internet and when i scroll trough a window folder #13991Dj BuikMemberIf you mean that you hear static noise when you move for example a window, that is mostly because of a cheap internal onboard soundchip.
I had this one time with an onboard realtek soundchip.If you buy a good USB or PCI(e) soundcard then the problem disappeared.
December 8, 2014 at 9:51 pm in reply to: This is the third year in a row Leif promised us a new version of Breakaway… #13985Dj BuikMemberI like that saying, says it all. Here in the Netherlands we also have one:
All good things come slowly. (Like good wine 😉On the OtsAV forum we have these same discussion(s) also. Everybody is waiting for a new release.
But i still use OtsAV as much as i do Breakaway.Both are outdated i agree, but they do the job.
And they are both very stable, they never let me down on a gig.And you must admit, there aren't many good software audio processors around.
-
AuthorPosts