Forum Replies Created

Viewing 15 posts - 1 through 15 (of 206 total)
  • Author
    Posts
  • in reply to: Breakaway DJ to Breakaway one #14815
    Dj Buik
    Member

    BUMP.

    For the guys who are interested.

    Breakaway DJ still works on Windows 10 version 1803 (build 17134.285)

    in reply to: Test Audiostream with OtsAV & Breakaway One #14805
    Dj Buik
    Member

    Hi 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!


    Attachments:

    in reply to: BreakawayOne #14700
    Dj Buik
    Member

    WOW, 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.

    in reply to: Re: Breakaway live setup #14272
    Dj Buik
    Member

    I 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.

    in reply to: Volume API Breakaway Live #14266
    Dj Buik
    Member

    Ok 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:&nbsp; &nbsp; &nbsp; &nbsp; myName<br /><br /> Script Function:<br /> Template AutoIt script.<br /><br />#ce ----------------------------------------------------------------------------<br /><br />Opt(&quot;WinTitleMatchMode&quot;, 2) ;1=start, 2=subStr, 3=exact, 4=advanced, -1 to -4=Nocase<br />Opt(&quot;SendKeyDelay&quot;, 50) ;5 milliseconds<br />Opt(&quot;SendKeyDownDelay&quot;, 5) ;1 millisecond<br /><br />#include &lt;MsgBoxConstants.au3&gt;<br />#include &lt;SendMessage.au3&gt;<br />#include &lt;WinAPI.au3&gt;<br /><br />$hWndBa = _WinAPI_FindWindow( NULL, &quot;BreakawayLiveUtilityWindow_0xBA31337&quot; )<br />;_WinAPI_FindWindow ( $sClassName, $sWindowName )<br />MsgBox($MB_SYSTEMMODAL, &quot;$hWndBa: &quot;, $hWndBa)<br /><br />$msgGetVolume = _WinAPI_RegisterWindowMessage(&quot;BaGetVolume&quot;)<br />MsgBox($MB_SYSTEMMODAL, &quot;&quot;, $msgGetVolume)<br />$msgSetVolume = _WinAPI_RegisterWindowMessage(&quot;BaSetVolume&quot;)<br />MsgBox($MB_SYSTEMMODAL, &quot;&quot;, $msgSetVolume)<br />;_WinAPI_RegisterWindowMessage ( $sMessage )<br /><br />$vol_Step = 1<br /><br />HotKeySet(&quot;{VOLUME_MUTE}&quot;, &quot;HotKeyPressed&quot;)<br />HotKeySet(&quot;{VOLUME_DOWN}&quot;, &quot;HotKeyPressed&quot;)<br />HotKeySet(&quot;{VOLUME_UP}&quot;, &quot;HotKeyPressed&quot;)<br />HotKeySet(&quot;{ESC}&quot;, &quot;HotKeyPressed&quot;)<br /><br />While 1<br />&nbsp; &nbsp; Sleep(100)<br />WEnd<br /><br />Func HotKeyPressed()<br />&nbsp; Switch @HotKeyPressed ; The last hotkey pressed.<br /> &nbsp; Case &quot;{VOLUME_MUTE}&quot; ;<br /> MsgBox($MB_SYSTEMMODAL, &quot;&quot;, &quot;Volume Mute&quot;)<br /> &nbsp; Case &quot;{VOLUME_DOWN}&quot;<br /> ;MsgBox($MB_SYSTEMMODAL, &quot;&quot;, &quot;Volume Down&quot;)<br /> VolumeDown()<br /> &nbsp; Case &quot;{VOLUME_UP}&quot;<br /> ;MsgBox($MB_SYSTEMMODAL, &quot;&quot;, &quot;Volume Up&quot;)<br /> VolumeUp()<br /><br /> &nbsp; Case &quot;{ESC}&quot; ; String is the {ESC} hotkey.<br /> MsgBox($MB_SYSTEMMODAL, &quot;&quot;, &quot;Escape&quot;)<br /> Exit<br />&nbsp; &nbsp; EndSwitch<br />EndFunc&nbsp; ;==&gt;HotKeyPressed<br /><br />Func VolumeUp()<br />&nbsp; $volume = _SendMessage(hWndBa, $msgGetVolume, 0, 0)<br />&nbsp; $volume = $volume + $vol_Step<br />&nbsp; _SendMessage(hWndBa, $msgSetVolume, 0, $volume )<br />&nbsp; ;_SendMessage ( $hWnd, $iMsg [, $wParam = 0 [, $lParam = 0 [, $iReturn = 0 [, $wParamType = &quot;wparam&quot; [, $lParamType = &quot;lparam&quot; [, $sReturnType = &quot;lresult&quot;]]]]]] )<br />EndFunc<br /><br />func VolumeDown()<br />&nbsp; $volume = _SendMessage(hWndBa, $msgGetVolume, 0, 0)<br />&nbsp; $volume = $volume - $vol_Step<br />&nbsp; _SendMessage(hWndBa, $msgSetVolume, 0, $volume )<br />EndFunc<br />
    in reply to: Keith’s email! #14237
    Dj Buik
    Member

    lets hope that Leif can free some time to upgrade BDJ also.
    But i think BDJ is the least used version of All Breakaway flavors.

    in reply to: Install problem on new version #5664
    Dj Buik
    Member

    i'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.

    in reply to: Keith’s email! #14235
    Dj Buik
    Member

    Hi 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.

    in reply to: Install problem on new version #5662
    Dj Buik
    Member

    first 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.

    in reply to: Audio Enhancer vs Broadcast Processor #14230
    Dj Buik
    Member

    BAE is running solid on Windows 10 64bit with the latest windows fixes (1511).

    in reply to: PCIE x16 slot #14118
    Dj Buik
    Member

    i use this one:
    http://www.esi-audio.com/products/juliaxte/

    but it is way over 50 bucks

    in reply to: BBP Upgrades #14024
    Dj Buik
    Member

    [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

    Dj Buik
    Member

    How does the onboard sound card sound?
    Do you have the same issue?

    Dj Buik
    Member

    If 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.

    Dj Buik
    Member

    I 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.

Viewing 15 posts - 1 through 15 (of 206 total)