Forum Replies Created

Viewing 15 posts - 91 through 105 (of 227 total)
  • Author
    Posts
  • in reply to: Using BreakawayOne in Music Composing #16700
    MrKlorox
    Participant

    For the BA1 HD core, things are limited to 24-bit 48khz. I’d love to know as well if it’s possible to go higher. Perhaps in a patch. I know the FM cores can output at 192khz, but I think that’s multiplexing (mpx) a 48khz signal. And I’m pretty sure the processing bit depth is 32-bit, but I could have sworn I read the pipelines only make use of 24 bits when sending audio. This was in the old forums.

    These limitations are there because BA1 was meant to be for streaming and broadcasting audio, where 24 bits is plenty of headroom, and sample rates don’t need to go above 48 when streaming. I wonder if a studio/daw-friendly core/version of BreakawayOne would ever exist. Something like OmniaTOOLS (a file-based processor) for Breakaway would be great.

    • This reply was modified 2 years, 10 months ago by MrKlorox.
    • This reply was modified 2 years, 10 months ago by MrKlorox.
    in reply to: Using BreakawayOne in Music Composing #16695
    MrKlorox
    Participant

    By lack of file based option, I don’t mean recording to file. I mean like using it on a file to add the effects similar to WatchCat or OmniaTools. Similar to a VST plugin, except as an application.

    in reply to: Using BreakawayOne in Music Composing #16694
    MrKlorox
    Participant

    BAE can output to a recordable source? I’ve never been able to pull this off. In fact this is the main reason I chose to invest in BAOne in the end. Maybe I didn’t know enough about doing it correctly, but I was attempting to output to a virtual audio device then record in a DAW. This is absolutely doable in BA One…

    in reply to: Using BreakawayOne in Music Composing #16689
    MrKlorox
    Participant

    I don’t know about the terms of service, but it’s very common to run mostly finalized and mastered music through a hardware processor before publishing. It’s possible to do this using Breakaway One if you set it up to output to a virtual device, which you could then record from. Sadly there’s no file-based option for Breakaway processing yet. Do experiment and leave your findings for the community, please!

    I’ve seen this used and referenced in multiple places; mostly in rap production circles.
    https://www.empiricallabs.com/distressor/

    • This reply was modified 2 years, 10 months ago by MrKlorox.
    • This reply was modified 2 years, 10 months ago by MrKlorox.
    MrKlorox
    Participant

    Yes. this is not the intended behavior for Breakaway Audio Enhancer. The only thing I could think of would be what Milky already suggested: somehow you’ve got your mic routing into your Breakaway Line 1. Could Windows be detecting the mic suddenly being activated and switching that somewhere to some semi-default? I’m just spitballing here.

    in reply to: Bypass Status #16665
    MrKlorox
    Participant

    No problem! One of my favorite switches is this one here:

    wheel_adjust=x Use mouse wheel to adjust sliders (rather than change page). x=gear ratio, for example wheel_adjust=1

    in reply to: Bypass Status #16662
    MrKlorox
    Participant

    Hi. I wanna say I came across some BaRemote command line parameters that might help you. Look in your “Users\USERNAME\AppData\Local\BaRemote\BaRemote.txt” file. Let’s see if the code tag works for me.

    ------------------------------------------------------------------------------
                                     BaRemote help
    ------------------------------------------------------------------------------
    
    BaRemote is an application and setup program in one.
    
    If executed inside the Local Application Data folder (for example C:\Users\User Name\AppData\Local\),
    BaRemote launches as a regular application. If executed elsewhere, it launches as an installer.
    
    When using the connection list, you can reset saved settings by holding the LEFT SHIFT key as you connect.
    
    The following command line parameters are available:
    
    run			Force BaRemote to run as a normal application, not an installer
    key=name			Use an alternate data key for remembering connections.
    			Data is normally stored in HKEY_CURRENT_USER\Software\BaRemote\Data
    			key=fm_stations will instead store the data key in:
    			HKEY_CURRENT_USER\Software\BaRemote\Data_fm_stations
    
    If you want to bypass the menu and connect directly, the following parameters are also available:
    
    host=xx			hostname (or ip)
    password=****	password (not necessary for localhost connections)
    port=xx			port number (optional, defaults to 8200 if omitted)
    retry			retry connection indefinitely without ever displaying retry/cancel dialog. will also reconnect after connection lost.
    retry=x			retry for x seconds then display retry/cancel dialog. if connection lost, will display retry/cancel dialog.
    
    force_bw=xxxx	disables bandwidth detection, specified in BYTES per second (not bits). Saves bandwidth and speeds up handshaking.
    				Example:
    				force_bw=125000 means 976 kbps
    				force_bw=2500000 means 19.1 mbps
    
    touch			to run in touch screen mode
    touchsim		to test the touch screen layout, but with a mouse
    preso			to run in touch screen presentation mode
    
    AspectRatio_16by=x		anamorphic rendering.
    				For a 16:9 display using a 4:3 resolution, use AspectRatio_16by=9
    				For a 21:9 display using a 16:9 resolution, also use AspectRatio_16by=9
    
    vorbis			Force using Vorbis audio streaming, to save bandwidth
    nicam			Force using NICAM (PCM) audio streaming, even if there does not
    				appear to be enough bandwidth. Be very careful with this one.
    noaudio			Force no audio streaming. This means no oscilloscope, no RTA, no FFT, and no client audio.
    			
    dpi=x			Force a rendering DPI (small or large fonts). Normally auto-configured from windows font-size setting.
    				Valid values: 96, 120, 144, 192
    
    no_taskbar_button		Create window without a taskbar button
    
    displays_only		Starts up in "Displays Only" mode. Clicking on any display takes you back to normal mode.
    
    ini_file=xxxx		Specify a full path and filename to save the session gui settings
    
    max_displays=xx		Specify the maximum number of displays (for graphs/instrumentation). Default is 8.
    
    hover_delay=xxxx	Number of milliseconds to delay before tooltip opens. 0 to disable completely
    
    show_logo			Always show product logo (even at the expense of shortcut controls).
    
    all_levels			Show Basic/Intermediate/Expert levels simultaneously. Useful if running two copies of BaRemote,
    					to see which expert controls are modified under the hood when a basic control is adjusted.
    					Only applicable to products that have adjustment levels. 
    			
    no_reconnect		Do not ask to reconnect, just close when connection lost
    
    multi=xx			Multiple BaRemote windows with one connection. Saves bandwidth. NOT compatible with front panel or ini_file options.
    			
    			
    For use on the front panel of a hardware unit:
    
    fp						Front panel mode. Starts by asking for password, no exit in the menu, no client audio, and many other subtle changes.
    no_lock_on_startup		Starts unlocked on power-up. For secure facilities only.
    
    menu					Use the menu-style user interface (arrows + knob, no touch, no mouse).
    						Similar to the front panel of certain products.
    						When combined with the 'fp' option, it reads the mouse-wheel and five mouse buttons as follows:
    						Wheel = Adjust (shuttle/rotary encoder/knob)
    						Left mouse button = LEFT
    						Middle mouse button = UP
    						Right mouse button = DOWN
    						Fifth mouse button = RIGHT
    						
    						If combined with the 'spin_message' option:						
    						Sixth mouse button = Enter. This is optional -- Enter is not required for navigation, because RIGHT = Enter. Four arrow keys is enough to control the entire menu UI.
    						
    spin_message=x			For use with 4-way + push joystick control, when there is no visual indication on the front panel that the joystick is four-way -- it looks like just a knob you can turn.
    						If the user spins the knob on the main menu or lock screen (which does not navigate, navigation is done with the arrow keys), a message is displayed directing the user to
    						navigate by pushing the knob the way you want to go.
    						
    						spinmessage=1			Default message, for 16:9 format screens
    						spinmessage=2			For small screens like Crystalfontz
    						spinmessage=3			For even smaller screens
    						
    						
    posx=x					Sets the front panel window size. Example: PosX=0 PosY=8 SizeX=319 SizeY=231
    posy=y
    sizex=x
    sizey=y
    
    wheel_adjust=x			Use mouse wheel to adjust sliders (rather than change page). x=gear ratio, for example wheel_adjust=1
    
    always_on_top=x			Force window "on top" for x seconds on startup. Useful to force placement above the task bar.
    
    file_recorders=x		Lets you specify the number of client file recorders. Default is usually 3.
    in reply to: Bypass Status #16643
    MrKlorox
    Participant

    I think you would want to somehow read the status of “/hd1/proc/bypass_proxy=” 1 for bypass enabled. I think Milky might be able to help you nail down how to do this a little better than I could. Best of luck!

    in reply to: HTTP move a BA1 slider #16640
    MrKlorox
    Participant

    Thank you for documenting your research and experimentation! I’m certain this will come in handy for somebody.

    in reply to: new version? #16636
    MrKlorox
    Participant

    Yeah, that’s a timing/attention pattern I’ve noticed regarding Xmas stuff. BA1 has a Holiday themed registration reminder jingle or two that appear around that season when in trial mode.

    We’re definitely interested in these rad little projects that could become awesome huge projects, or remain niche. I saw a video on YT from an account I suspect is Leif’s that has something like 30 RGB bulbs synchronizing to what looked like the BA1 or Omnia interface or something. None of the other current methods I’ve come across for music sync for my Hue were nearly that good.

    in reply to: Breakaway Audio Pipeline Not Appearing #16609
    MrKlorox
    Participant

    Hi. I believe the Breakaway Pipelines and tools it uses are from Virtual Audio Cable. I recommend trying the VAC website and seeing if there’s a new version you can try. Regardless, I don’t think Leif is responsible for the lack of recognition from Radio Boss to virtual cables.

    https://vac.muzychenko.net/en/

    • This reply was modified 3 years, 2 months ago by MrKlorox.
    in reply to: Getting BAE to work with Reaper DAW? #16604
    MrKlorox
    Participant

    Yeah, that seems to work as well. https://varietyofsound.wordpress.com/downloads/ is the link if you had trouble finding it as I did.

    in reply to: Getting BAE to work with Reaper DAW? #16596
    MrKlorox
    Participant

    The screenshot looks like you missed an ‘l’ at the end of the .dll (edit nevermind, it’s the image compression)

    One handy trick I found is to navigate to where it’s located in the Windows file explorer, copying the DLL, then pasting it in the address bar of the explorer window. This will put the path to the DLL there, including the filename. And all you have to do is copy it again, paste in BA1, and remoe the ” marks.

    Also keep in mind that sometimes Breakaway can only see plugins in certain places. The default install of that plugin is “C:\Program Files (x86)\VSTPlugIns\MeldaProduction\Delay”

    edit: Also the ReaDelay in ReaPlugs should do the trick if the Melda one will not.

    • This reply was modified 3 years, 2 months ago by MrKlorox.
    • This reply was modified 3 years, 2 months ago by MrKlorox.
    in reply to: Getting BAE to work with Reaper DAW? #16592
    MrKlorox
    Participant

    Yep, those two work fine and so do the bypasses. Make sure you use the right version, is all.

    in reply to: Getting BAE to work with Reaper DAW? #16590
    MrKlorox
    Participant

    That’s correct. The ReaPlugs plugin pack has VSTs that work in BA1’s host. However I tried pulling the ReaVerb plugin from the 32-bit Reaper installer, and it wouldn’t work in BA1. But the delay one certainly does.

Viewing 15 posts - 91 through 105 (of 227 total)