Previous Thread
Index
Next Thread
Print Thread
Go To
#648386 03/24/21 03:46 PM
Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Download BB_Quick_Menu_Mixer_AHK_Script.zip.mp4
Remove the .mp4 from BB_Quick_Menu_Mixer_AHK_Script.zip.mp4
and unzip
To run the script .ahk install https://www.autohotkey.com/ and set AutoHotKey.exe to Run As Administrator if you are running Biab As Administrator.

This is the easiest way to run functions in BB rather than having to go through menus.
You can add any function you like to any tab.
The script can be edited with Notepad.
There are two sections to the script
;BUTTONS ======
and
;FUNCTIONS ======
whatever is under
Gui, Tab, 1
will show on that Tab
To change the size of the gui change this line
Gui, Add, Tab, x2 y160 h20 w290 AltSubmit gTab vTab
160 = Height
290 = width
you can add more tabs with: , 1|2|3|4

This is the 3rd Button in Tab 1
Gui, Add, Text, x2 y50 cFuchsia gUnFold, Unfold
the x, y is the position
the gUnFold is the function name UnFold: under ;FUNCTIONS ======
UnFold:
WinMenuSelectItem, ahk_class TBandWindow, , Edit, Song Form, Unfold (convert to 1 BIG chorus)
return

so to add menu items use
WinMenuSelectItem, ahk_class TBandWindow, , Edit, Song Form, Unfold (convert to 1 BIG chorus)
Edit is the Main menu, Song Form is the Sub menu, and Unfold is the Function
So type the name identical to the menu name, like "Save Special.." with the dots

To run the script .ahk install https://www.autohotkey.com/ and set AutoHotKey.exe to Run As Administrator if you are running Biab As Administrator.

remove the .mp4 from BB_Quick_Menu_Mixer_AHK_Script.zip.mp4
and unzip
Download BB_Quick_Menu_Mixer_AHK_Script.zip.mp4

I will add a few examples here and post more, you can just paste them in the script in the any Tab under ;BUTTONS ======
and the function part under ;FUNCTIONS ======
Adjust the x,y position to suite
Code:

Gui, Add, Text, x2 y150 cBlue gFileOpen, Open

FileOpen:
  WinMenuSelectItem, ahk_class TBandWindow, , File, Open...
return
========
Gui, Add, Text, x2 y150 cBlue gAudioDriverSettings, Audio Driver Settings

AudioDriverSettings:
  WinMenuSelectItem, ahk_class TBandWindow, , Audio, Audio Driver/Settings...
return
========
Gui, Add, Text, x2 y150 cBlue gPlaySpecialFromBar, Play from Bar #

PlaySpecialFromBar:
  WinMenuSelectItem, ahk_class TBandWindow, , Play, Play Special, Play From Bar #... 
return
========


if you wanted to play from set bar # 13
Code:
PlaySpecialFromBar13:
  WinMenuSelectItem, ahk_class TBandWindow, , Play, Play Special, Play From Bar #... 
Winactivate, ahk_class TxForm
Send,  13
Send,  {Enter}
return


the Winactivate is the name of the current window or dialog you want to focus on, see pic below, you run the WindowSpy.ahk then click the window or dialog you want to send keys to and get it's ahk_class name.
Let me know any menu items or functions you need and I'll try to post them.

Attached Files (Click to download or enlarge) (Only available when you are logged in)
BB-Quick-Menu.png (4.15 KB, 443 downloads)
AHK-WinSpy.png (32.68 KB, 110 downloads)
Band-in-a-Box for Windows
Joined: Mar 2021
Posts: 20
Enthusiast
Offline
Enthusiast
Joined: Mar 2021
Posts: 20
Thank you very much for sharing an interesting way to interact with this great program.

Regards!


To the one who gets up early, nobody makes him breakfast.
Band-in-a-Box for Windows
Joined: May 2010
Posts: 249
Apprentice
Offline
Apprentice
Joined: May 2010
Posts: 249
Hey Pipeline,

I have heard of autoscript before, but that is really an amazing use case you shared with os.
Do you have more "enhancements" up your sleeve? :-)

Cheers
Stefan


DAW: Studio One 5.1 Pro
Interfaces: Steinberg UR22, Scarlett 8i6
Windows 10 64bit Home Edition
Microsoft Windows Version 2004 (Build 19041.685)
Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
It's just a little basic one, if you click the Biab Chord Picker Tool link below that is a more advance one.

Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
OP Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Here are some shortcut keys below you can add to Buttons.

If we want to create
ss2<Enter>
Opens the Recently Played Songs dialog.

Put it under the Tab number and adjust x2 y150 for position, cBlue = color of text

Gui, Add, Text, x2 y150 cBlue gRecentSongs, Recent Songs

then put the function under
;FUNCTIONS =================
RecentSongs:
Winactivate, ahk_class TBandWindow
Send, ss2 + {Enter}
return


If you want to send Ctrl + S
Send, ^s
or Alt + W
Send, !w
or Shift + F1
Send, +{F1}
or Ctrl+Shift+G
^+G
or Win Key
Send, #
See more https://www.autohotkey.com/docs/commands/Send.htm

========================================
SHORTCUT KEY LIST
========================================

Quick-Load Songs and Styles

ss<Enter>
Opens the SongPicker.

ss1<Enter>
Opens the SongPicker.

ss2<Enter>
Opens the Recently Played Songs dialog.

ss3<Enter>
Opens the Favorite Songs dialog.

ss4<Enter>
Opens a song from the disc.

ss5<Enter>
Opens the SongPicker.

ss6<Enter>
Opens the Favorite Folders dialog.

ss7<Enter>
Opens the previous song (alphabetical).

ss8<Enter>
Opens the next song (alphabetical).

ss9<Enter>
Opens a MIDI file.

ss10<Enter>
Opens an audio file.

ss11<Enter>
Opens the Find Song Files dialog.

ss12<Enter>
Opens the song demo for the current style.

ss13<Enter>
Opensa Karaoke file.

ss14<Enter>
Launches the Audio Chord Wizard.

s<Enter>
Opens the StylePicker.

s1<Enter>
Opens the StylePicker.

s2<Enter>
Shows the Best RealStyles list.

s3<Enter>
Opens the Song Titles Brower.

s4<Enter>
Opens the Recently Played Styles dialog.

s5<Enter>
Opens the Favorite Styles dialog.

s6<Enter>
Loads a style from the disc.

s7<Enter>
Loads the previous style (alphabetical).

s8<Enter>
Loads the next style (alphabetical).

s9<Enter>
Loads the song demo for the current style.

s10<Enter>
Plays the audio demo for the current style.


Quick-Open for RealTracks/RealDrums/Loops Dialogs

rt<Enter>
Opens the RealTracks Picker.

rt1<Enter>
Opens the RealTracks Picker.

rt2<Enter>
Opens the RealTracks Settings dialog.

rt3<Enter>
Opens the Select Best All RealTracks dialog.

rt4<Enter>
Opens the Select Best Chording RealTracks dialog.

rt5<Enter>
Opens the Select Best Soloist RealTracks dialog.

rd<Enter>
Opens the RealDrums Picker.

rd1<Enter>
Opens the RealDrums Picker.

rd2<Enter>
Opens the RealDrums Settings dialog.

rd3<Enter>
Opens the RealDrums QuickList dialog.

rl<Enter>
Opens the Pick a Loop dialog.


Muting Parts

Alt+2
Mutes all tracks

Alt+3
Mutes the Bass track

Alt+4
Mutes the Piano track

Alt+5
Mutes the Drums track

Alt+6
Mutes the Guitar track

Alt+7
Mutes the Strings track

Alt+8
Mutes the Melody track

Alt+9
Mutes the Soloist track

Alt+0
Mutes the Thru track


Selecting Parts

Ctrl+2
Selects the Master

Ctrl+3
Selects the Bass track

Ctrl+4
Selects the Piano track

Ctrl+5
Selects the Drums track

Ctrl+6
Selects the Guitar track

Ctrl+7
Selects the Strings track

Ctrl+8
Selects the Melody track

Ctrl+9
Selects the Soloist track

Ctrl+0
Selects the Thru track


Mixer Settings

Ctrl+Shift+Q / W
Decrease/increase current track’s volume by 5.

Ctrl+Shift+E / R
Decrease/increase current track’s panning by 5.

Ctrl+Shift+T / Y
Decrease/increase current track’s reverb by 5.

Ctrl+Alt+Shift+R
Set current track’s volume.

Ctrl+Alt+A
Decrease master volume by 5.

Ctrl+Alt+S
Increase master volume by 5.

Ctrl+Alt+D
Set master volume.

Ctrl+Alt+Shift+Q
Reduce all tracks’ volumes by 5.

Ctrl+Alt+Shift+W
Increase all tracks’ volumes by 5.

Ctrl+Alt+Shift+E
Set all tracks’ volumes.


Looping / Song Navigation Keystrokes

NUMPAD 1 Toggle looping on/off.

NUMPAD 2
Open Loop Section Settings dialog.

Ctrl+NUMPAD 1
Play with last chorus looped.

Ctrl+NUMPAD 2
Play with middle choruses looped.

Ctrl+NUMPAD 3
Play with middle and last choruses looped.

Ctrl+NUMPAD 4
Jump to last chorus.

Ctrl+NUMPAD 5
Jump to ending.

Ctrl+NUMPAD 7
Loop Notation screen.

NUMPAD [DEL]
Advances the notation, lead sheet, and guitar window by one chord (i.e. one group of notes at the same time).

NUMPAD [INS]
Backs up the notation, lead sheet, and guitar window by one chord.



Transpose Settings

Ctrl+Alt+1
Transpose Melody down one octave

Ctrl+Alt+2
Transpose Melody up one octave

Ctrl+Alt+3
Transpose Soloist down one octave

Ctrl+Alt+4
Transpose Soloist up one octave

Ctrl+Alt+5
Transpose down 1 semitone.

Ctrl+Alt+6
Transpose up 1 semitone.

Ctrl+Alt+7
Transpose setting dialog.


Windows

Ctrl+W
Toggle Notation and Chord Sheet windows.

Ctrl+O
Movable Notation window.

Alt+W
Lead Sheet window.

Ctrl+T
Put Notation/Chords at top of screen.

Ctrl+~
Conductor window.

Ctrl+Shift+A
Audio Edit window.

Ctrl+Shift+D
Drum Kit window.

Ctrl+Shift+G
Guitar window.

Ctrl+Shift+J
Ear training window.

Ctrl+Shift+L
Big Lyrics window.

Ctrl+Shift+N
Big Piano window.

Ctrl+Shift+S
Plug-in mode for DAW.

Alt+Shift+L
Practice window.

Ctrl+Alt+Shift+L
Lyric Document window


StyleMaker Hot Keys

F1, Shift+F1, Ctrl+F1
Help

F2
Save style

Alt+F2
Save style as ...

R or F3
Record pattern

<Spacebar> or F4
Play pattern

F8
Play pattern on chord

F10
Edit pattern options

F6 or Shift+F6
Change instrument

Cursor Keys
Move around screen

Alt+F4
Quit the StyleMaker


StyleMaker Drum Screen Hot Keys

F5
Drum alternate notes

Bottom row (ZXCVBNM,. /)
Drum note entry

F6
Time base

F10 or Alt+F4
Exit


More Hot Keys

/ <Enter>
Feature Browser

Spacebar twice or F4
Play song.

Spacebar or Esc
Stop playing song

F1
Help.

Ctrl+F1
Help – Topic Search.

Shift+F1
Help – How To.

Ctrl+R
Record (melody or pattern).

Ctrl+Alt+R
Record from any bar.

F8
Jukebox start/stop.

F2
Save song.

Alt+F2
Save song with patches.

F3 or s6<Enter>
Load song.

Shift+F3 or ss2<Enter>
Load song using favorite song list.

Ctrl+F3 or ss<Enter>
Load song using the Song Picker window.

Alt+F3
Load songs with melodies.

Alt+Shift+F3 or ss4<Enter>
Load song with standard dialog.

Shift+F8 or ss8<Enter>
Load next song (alphabetically by file name).

Ctrl+Shift+F8 or ss7<Enter>
Load previous song (alphabetically by file name).

Alt+Shift+F8 or s8<Enter>
Load next style (in alphabetical order).

Ctrl+Alt+Shift+F8 or s7<Enter>
Load previous style (in alphabetical order).

F7 or ss9<Enter>
Open MIDI file.

F9 or ss4<Enter>
Choose a user style.

Ctrl+F5
Notation – switch to next track

Ctrl+Shift+F5
Notation – switch to previous track

Ctrl+F9 or s<Enter>
Open StylePicker.

Shift+F9 or ss3<Enter>
Select favorite styles.

Alt+F9
Edit user style.

Ctrl+Shift+F9
Edit current style.

Shift+F7
Refresh Melodist or Soloist

Alt+F10
Select Melody Harmony

Ctrl+F10
Favorite Melody Harmonies

Shift+F10
Allow Melody Harmony

Alt+F11
Select Thru Harmony

Ctrl+F11
Favorite Thru Harmonies

Shift+F11
Allow Thru Harmony

Ctrl+Alt+E
Turn song Embellisher on/off.

Ctrl+Alt+I
Import chords from MIDI file.

Ctrl+Alt+Q
Send GM mode on message.

Ctrl+Alt+T
Set tempo.

Ctrl+E
Open the Preferences dialog.

Ctrl+N
Open the Song Settings dialog.

Ctrl+Shift+B
Launch Chord Builder.

Ctrl+Shift+F6
Enable/Disable RealDrums

F5
Edit current bar options.

F6
Save MIDI file.

Alt+C
Open the Copy Chords and/or Melody dialog.

Ctrl+Shift+V
Open the Paste text to Song(s) dialog.

Alt+Shift+T
Auto-generate a title.

Alt+Shift+F
Open the Favorite Folders dialog.

Alt+Shift+S
Save the song to a favorite folder.

Alt+F4
Quit the program.

Previous Thread
Next Thread
Go To

Link Copied to Clipboard
ChatPG

Ask sales and support questions about Band-in-a-Box using natural language.

ChatPG's knowledge base includes the full Band-in-a-Box User Manual and sales information from the website.

PG Music News
Update Your PowerTracks Pro Audio 2024 Today!

Add updated printing options, enhanced tracks settings, smoother use of MGU and SGU (BB files) within PowerTracks, and more with the latest PowerTracks Pro Audio 2024 update!

Learn more about this free update for PowerTracks Pro Audio & download it at www.pgmusic.com/support_windows_pt.htm#2024_5

The Newest RealBand 2024 Update is Here!

The newest RealBand 2024 Build 5 update is now available!

Download and install this to your RealBand 2024 for updated print options, streamlined loading and saving of .SGU & MGU (BB) files, and to add a number of program adjustments that address user-reported bugs and concerns.

This free update is available to all RealBand 2024 users. To learn more about this update and download it, head to www.pgmusic.com/support.realband.htm#20245

The Band-in-a-Box® Flash Drive Backup Option

Today (April 5) is National Flash Drive Day!

Did you know... not only can you download your Band-in-a-Box® Pro, MegaPAK, or PlusPAK purchase - you can also choose to add a flash drive backup copy with the installation files for only $15? It even comes with a Band-in-a-Box® keychain!

For the larger Band-in-a-Box® packages (UltraPAK, UltraPAK+, Audiophile Edition), the hard drive backup copy is available for only $25. This will include a preinstalled and ready to use program, along with your installation files.

Backup copies are offered during the checkout process on our website.

Already purchased your e-delivery version, and now you wish you had a backup copy? It's not too late! If your purchase was for the current version of Band-in-a-Box®, you can still reach out to our team directly to place your backup copy order!

Note: the Band-in-a-Box® keychain is only included with flash drive backup copies, and cannot be purchased separately.

Handy flash drive tip: Always try plugging in a USB device the wrong way first? If your flash drive (or other USB plug) doesn't have a symbol to indicate which way is up, look for the side with a seam on the metal connector (it only has a line across one side) - that's the side that either faces down or to the left, depending on your port placement.

Update your Band-in-a-Box® 2024 for Windows® Today!

Update your Band-in-a-Box® 2024 for Windows for free with build 1111!

With this update, there's more control when saving images from the Print Preview window, we've added defaults to the MultiPicker for sorting and font size, updated printing options, updated RealTracks and other content, and addressed user-reported issues with the StylePicker, MIDI Soloists, key signature changes, and more!

Learn more about this free update for Band-in-a-Box® 2024 for Windows at www.pgmusic.com/support_windowsupdates.htm#1111

Band-in-a-Box® 2024 Review: 4.75 out of 5 Stars!

If you're looking for a in-depth review of the newest Band-in-a-Box® 2024 for Windows version, you'll definitely find it with Sound-Guy's latest review, Band-in-a-Box® 2024 for Windows Review: Incredible new capabilities to experiment, compose, arrange and mix songs.

A few excerpts:
"The Tracks view is possibly the single most powerful addition in 2024 and opens up a new way to edit and generate accompaniments. Combined with the new MultiPicker Library Window, it makes BIAB nearly perfect as an 'intelligent' composer/arranger program."

"MIDI SuperTracks partial generation showing six variations – each time the section is generated it can be instantly auditioned, re-generated or backed out to a previous generation – and you can do this with any track type. This is MAJOR! This takes musical experimentation and honing an arrangement to a new level, and faster than ever."

"Band in a Box continues to be an expansive musical tool-set for both novice and experienced musicians to experiment, compose, arrange and mix songs, as well as an extensive educational resource. It is huge, with hundreds of functions, more than any one person is likely to ever use. Yet, so is any DAW that I have used. BIAB can do some things that no DAW does, and this year BIAB has more DAW-like functions than ever."

Convenient Ways to Listen to Band-in-a-Box® Songs Created by Program Users!

The User Showcase Forum is an excellent place to share your Band-in-a-Box® songs and listen to songs other program users are creating!

There are other places you can listen to these songs too! Visit our User Showcase page to sort by genre, artist (forum name), song title, and date - each listing will direct you to the forum post for that song.

If you'd rather listen to these songs in one place, head to our Band-in-a-Box® Radio, where you'll have the option to select the genre playlist for your listening pleasure. This page has SoundCloud built in, so it won't redirect you. We've also added the link to the Artists SoundCloud page here, and a link to their forum post.

We hope you find some inspiration from this amazing collection of User Showcase Songs!

Congratulations to the 2023 User Showcase Award Winners!

We've just announced the 2023 User Showcase Award Winners!

There are 45 winners, each receiving a Band-in-a-Box 2024 UltraPAK! Read the official announcement to see if you've won.

Our User Showcase Forum receives more than 50 posts per day, with people sharing their Band-in-a-Box songs and providing feedback for other songs posted.

Thank you to everyone who has contributed!

Forum Statistics
Forums66
Topics81,560
Posts734,422
Members38,492
Most Online2,537
Jan 19th, 2020
Newest Members
VIPBET사설토토, GlebeGreg, michel vermeulen, Mikanh132, ABE
38,491 Registered Users
Top Posters(30 Days)
MarioD 185
DC Ron 110
dcuny 98
Today's Birthdays
IAN WILLIAMS, larochep
Powered by UBB.threads™ PHP Forum Software 7.7.5