Previous Thread
Index
Next Thread
Print Thread
Go To
Page 2 of 3 1 2 3
Songwriting
Joined: Sep 2010
Posts: 7,533
Veteran
Offline
Veteran
Joined: Sep 2010
Posts: 7,533
Originally Posted By: David Snyder
You have just given me my new song man.

Be back in 18 hours.

18 hours? You're slowing down! wink


-- David Cuny
My virtual singer development blog

Vocal control, you say. Never heard of it. Is that some kind of ProTools thing?
dcuny #463186 03/20/18 11:30 AM
Songwriting
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
I might be able to make up circle chord input for BB with Lua script.
So it has the radial menu you pick > Scale type > Key > Chord

If you think it will be usable ??

You could also make a picker with All chords or Key.
You could just have arrows to move the BB cursor and a comma check box for chords on the next beat.

Attached Files (Click to download or enlarge) (Only available when you are logged in)
BB-chord_circle_picker.gif (106.46 KB, 259 downloads)
BB-chord_picker.gif (201.82 KB, 259 downloads)
Songwriting
Joined: Aug 2014
Posts: 8,327
Veteran
Offline
Veteran
Joined: Aug 2014
Posts: 8,327

Is the second screenshot something already in BIAB I have missed?

I can't tell if this is a joke or you pulled a magic trick, or if this already exists, but if it does not exist and you built it, it would be awesome.

So, don't laugh at me, but is the second screenshot something already in BIAB and if so where is it?

If it is not there, fire up some code man.

smile

Songwriting
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Quote:
is the second screenshot something already in BIAB and if so where is it?


No it's not in BB but should be that's why I thought about making one for it, something like RapidComposer so it won't take 18 hours.

Attached Files (Click to download or enlarge) (Only available when you are logged in)
RC-chord_circle_picker.gif (402.56 KB, 342 downloads)
Songwriting
Joined: Aug 2014
Posts: 8,327
Veteran
Offline
Veteran
Joined: Aug 2014
Posts: 8,327
Love it.

Songwriting
Joined: Aug 2014
Posts: 8,327
Veteran
Offline
Veteran
Joined: Aug 2014
Posts: 8,327
But isn't this new feature in 2018 very similar, just saw it..

Attached Files (Click to download or enlarge) (Only available when you are logged in)
Chord Entry.jpg (127.62 KB, 236 downloads)
Songwriting
Joined: Apr 2009
Posts: 10,283
Veteran
Offline
Veteran
Joined: Apr 2009
Posts: 10,283
I think you mean this:


Jim, Jack, George, Johnny, and Old Antique setting in a circle.....


You can find my music at:
www.herbhartley.com
Add nothing that adds nothing to the music.
You can make excuses or you can make progress but not both.

The magic you are looking for is in the work you are avoiding.
Songwriting
Joined: Aug 2014
Posts: 8,327
Veteran
Offline
Veteran
Joined: Aug 2014
Posts: 8,327
Exactly Herb.

See Songwriting Forum and my latest post of 15 minutes ago.

Herb, you kinda beat me to it thought wise, but I think music wise Tater Totts was hoping his new song Circle of Fifths would put an end to all this silly talk so people can just get back to writing themselves some great country hits.

Thanks to Two Socks, Mario, Dave Cuny, Herb Hartley, Pipleline and Floyd Jane for teaching me everything I know about the Circle of Fifths and writing a great country song.

http://www.pgmusic.com/forums/ubbthreads.php?ubb=showflat&Number=463325#Post463325

Songwriting
Joined: Jun 2000
Posts: 1,944
Jim Offline
Expert
Offline
Expert
Joined: Jun 2000
Posts: 1,944
For some this may be helpful.

Attached Files (Click to download or enlarge) (Only available when you are logged in)
CircleOf5thsForGuitar.gif (120.37 KB, 211 downloads)

Jim
†=☮&♥
Jim #463369 03/21/18 10:57 AM
Songwriting
Joined: Aug 2014
Posts: 8,327
Veteran
Offline
Veteran
Joined: Aug 2014
Posts: 8,327

Ha ha ha ha ha ha ha!

Man, that's what I'm taking about!!

smile

Songwriting
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Here's a beta version you can try, there might be some errors/typos, check the scales also, let me know what don't work.
https://www.dropbox.com/s/eb7ppu14po74ur0/Biab_Chord_Picker_beta_1.0.zip?dl=1

EDIT: fixed Play Generate Button >+

The chords are copied in order from the PG website, there are some duplicates.
The dim gives dim7.

Use the Bass, Drum, Piano.. buttons to set the instrument/s to play over a Rest, Shot or Hold
Use the < > to move or use the keyboard arrows.
Use - for a comma between chords.
Use / for slash chords.

It should just run standalone, any problems just install AutoHotKey
you can also right click > Properties > Compatibility > Run As Admin




Creating your own GUI:

I included the script, to edit it use SciTE4AutoHotKey or Notepad.
To create a GUI use SmartGUI then open in SciTE4AutoHotKey to add the the hotkeys.

So for each GUI Button you create e.g 13b5#9 put the code at the bottom,

this will send it to the Biab window, { } are used to send some special characters.

Code:
Button13b5#9:
winactivate,ahk_class TBandWindow
Send  13b5{#}9
Return


You can use the GUI to do any Biab function by adding a button to send the shortcut keys or keystrokes to access the menus etc...
If you have AutoHotKey installed just right click the script.ahk > Compile, this will create the GUI.exe



Attached Files (Click to download or enlarge) (Only available when you are logged in)
Biab-Chord-Picker-Tool.png (151.59 KB, 5825 downloads)
Last edited by Pipeline; 03/23/18 05:45 PM.
Songwriting
Joined: Aug 2014
Posts: 8,327
Veteran
Offline
Veteran
Joined: Aug 2014
Posts: 8,327

Pipeline,

I appreciate all of your hard work man, more than you will ever know, but I don't know anything about programming and I am terrified of testing executables that have not been tested for fear that they may cause something to crash, and I won't have any idea to fix it.

I would prefer to use this when someone else who is more computer literate than me has checked it out and verified that it is safe to download, install and run, because again I am a moron when it comes to this domain. Also, I am pretty sure my Norton config will delete this the moment it sees it. But again, I just don't know enough to say.

Thanks for all you do man!

Songwriting
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Just install AutoHotKey then double click on the Biab Chord Picker beta 1.0 script.ahk and it will run without having to use the exe.
If you open the Picker beta 1.0 script.ahk by dragging into Notepad you will send it is just simple text, OR instead of downloading you can copy the text below into Notepad then save as My Chord Tool.ahk and it will run when you double click it:

https://www.dropbox.com/s/br2rsun384q0qap/Biab%20Chord%20Picker%20beta%201.0.txt?dl=0


The top part creates the buttons and the bottom part sends those to Biab as keystrokes.

Here is just the text script https://www.dropbox.com/s/tz57jd1fz4ws5ab/Biab%20Chord%20Picker%20beta%201.0%20script.ahk?dl=1

View Full Screen


Songwriting
Joined: Aug 2014
Posts: 8,327
Veteran
Offline
Veteran
Joined: Aug 2014
Posts: 8,327

Hey Pipeline,

Thanks. I have limited technical knowledge of this sort and have no idea what any of this means.

I think I will wait until someone else on the forum who knows more than me has tested it out and can explain it to me so I don't fear clicking on anything.

My apologies but I am super sensitive to intrusions or anything that might harm my computer. I have no idea what you are talking about and do not speak this language.

I will let someone else beta test it and tell me when it is ready.

Thanks for all of your effort and hard work.

Songwriting
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
To use Biab you need to be switched on, so I would say you are already there !!! laugh
There's a song and lyrics right there, being brave to "Take the First Step".

You know life's not always easy
There's always a hard road ahead
But I'm gonna be brave
Yea I'm gonna be brave
To take the first step

I could create the chords up also with the chord picker if like.. smile

I would put a Hold just before "To take the first step", so hit the chord button then the Hold button, then bring in the guitar solo.

Last edited by Pipeline; 03/24/18 12:45 PM.
Songwriting
Joined: Dec 2013
Posts: 2,732
Veteran
Offline
Veteran
Joined: Dec 2013
Posts: 2,732
Cool stuff Pipeline. I used to use AutoHotKey on a server to have it launch an app and click on specific options on the app with programmed mouse clicks.




Steve

BIAB/RB 2022, Pro Tools 2020, Korg N5, JBL LSR 4328 Powered Monitors, AKG/Shure Mics.
PC: Win11 PRO, 4 TB M2 SSD, 2 TB HD, 128 GB Memory
Songwriting
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Yes there are so many ways to use it.

This is the easiest way:




Attached Files (Click to download or enlarge) (Only available when you are logged in)
AHK_Install.gif (994.93 KB, 2298 downloads)
Songwriting
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Here's a newer one with the chords in list order.
EDIT: Push buttons named
EDIT: Always On Top checkbox added
Exe and script
https://www.dropbox.com/s/ptxts5elvpo7xx4/Biab%20Chord%20Picker%20beta%201.c.zip?dl=1

Script only
https://www.dropbox.com/s/vmwy2ffpdqpllb3/Biab%20Chord%20Picker%20beta%201.c.ahk?dl=1


Attached Files (Click to download or enlarge) (Only available when you are logged in)
Biab_Chord_Picker_1c.png (88.14 KB, 972 downloads)
Last edited by Pipeline; 03/26/18 06:39 PM.
Songwriting
Joined: Dec 2007
Posts: 1,796
Expert
Offline
Expert
Joined: Dec 2007
Posts: 1,796
i'll give it a try, thnx, F

Songwriting
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
It would be good to get some feedback, the only feedback I've had is from funkycornwall here http://www.pgmusic.com/forums/ubbthreads.php?ubb=showflat&Number=464692#Post464692

Fixed m6 m7 Ma7, added View Mode button.

EDIT: Update,
Added Set existing Chord to Push 1/8 or 1/16
Added View Mode Normal/Compact
Added DAW Plug-in Mode (small)

EDIT: Update
Added Remove Push Shot Hold or Rest from Chord
Added GUI Color Picker
Added Move BB Window with cursor keys or mouse


Exe and script
https://www.dropbox.com/s/mifqr8ibtnk6f4h/Biab%20Chord%20Picker%20beta%201.f.zip?dl=1

Script only
https://www.dropbox.com/s/qluu9iv9plk3ndk/Biab%20Chord%20Picker%20beta%201.f.ahk?dl=1

Last edited by Pipeline; 03/29/18 07:24 PM.
Previous Thread
Next Thread
Go To
Page 2 of 3 1 2 3

Moderated by  Andrew - PG Music, PeterGannon 

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
Band-in-a-Box 2025 for Mac is Here!

Band-in-a-Box® 2025 for Mac is here, packed with major new features and an incredible collection of available new content! This includes 202 RealTracks (in Sets 449-467), plus 20 bonus Unreleased RealTracks in the 2025 49-PAK. There are new RealStyles, MIDI SuperTracks, Instrumental Studies, “Songs with Vocals” Artist Performance Sets, Playable RealTracks Set 4, two new sets of “RealDrums Stems,” XPro Styles PAK 8, Xtra Styles PAK 19, and more!

Special Offers
Upgrade to Band-in-a-Box® 2025 for Mac with savings of up to 50% on most upgrade packages during our special—available until July 31, 2025! Visit our Band-in-a-Box® packages page for all the purchase options available.

2025 Free Bonus PAK & 49-PAK Add-ons
We've packed our Free Bonus PAK & 49-PAK
with some incredible Add-ons! The Free Bonus PAK is automatically included with most Band-in-a-Box® for Mac 2025 packages, but for even more Add-ons (including 20 Unreleased RealTracks!) upgrade to the 2025 49-PAK for only $49. You can see the full lists of items in each package, and listen to demos here.

If you have any questions, feel free to connect with us directly—we’re here to help!

Band-in-a-Box 2025 Italian Version is Here!

Cari amici
È stata aggerate la versione in Italiano del programma più amato dagli appassionati di musica, il nostro Band-in-a-Box.
Questo è il link alla nuova versione 2025.

Di seguito i link per scaricare il pacchetti di lingua italiana aggiornati per Band-in-a-Box e RealBand, anche per chi avesse già comprato la nuova versione in inglese.

Band-in-a-Box 2025 - Italiano
RealBand 2025 - Italiano

Band-in-a-Box 2025 French Version is Here!

Bonjour à tous,

Band-in-a-Box® 2025 pour Windows est disponible en Français.
Le téléchargement se fait à partir du site PG Music

Pour ceux qui auraient déjà acheté la version 2025 de Band-in-a-Box (et qui donc ont une version anglaise), il est possible de "franciser" cette version avec les patchs suivants:

BIAB 2025 - francisation
RealBand 2025 - francisation

Voilà, enjoy!

Band-in-a-Box 2025 German Version is Here!

Band-in-a-Box 2025 für Windows Deutsch ist verfügbar!

Die deutsche Version Band-in-a-Box® 2025 für Windows ist ab sofort verfügbar!

Alle die bereits die englische Version von Band-in-a-Box und RealBand 2024 installiert haben, finden hier die Installationsdateien für das Sprachenupdate:

https://nn.pgmusic.com/pgfiles/languagesupport/deutsch2025.exe
https://nn.pgmusic.com/pgfiles/languagesupport/deutsch2025RB.exe

Update Your Band-in-a-Box® 2025 to Build 1128 for Windows Today!

Already using Band-in-a-Box 2025 for Windows®? Download Build 1128 now from our Support Page to enjoy the latest enhancements and improvements from our team.

Stay up to date—get the latest update now!

Update to RealBand® 2025 Build 5 Windows Today!

Already using RealBand® 2025 for Windows®? Download Build 5 now from our Support Page to ensure you have the latest enhancements and improvements from our team.

Get the latest update today!

PowerTracks Pro Audio 2025 for Windows is Here!

PowerTracks Pro Audio 2025 is here! This new version introduces many features, including VST3 support, the ability to load or import a .FLAC file, a reset option for track height in the Tracks window, a taller Timeline on the Notation window toolbar, new freeze buttons in the Tracks window, three toolbar modes (two rows, single row, and none), the improved Select Patch dialog with text-based search and numeric patch display, a new button in the DirectX/VST window to copy an effects group, and more!

First-time packages start at only $49. Already a PowerTracks Pro Audio user? Upgrade for as little as $29!

www.pgmusic.com/powertracks.htm

Forum Statistics
Forums58
Topics84,149
Posts775,771
Members39,586
Most Online25,754
Jan 24th, 2025
Newest Members
Asian Big Winner, jazziz_great, jnlortns01, CsLy@13, kmvertns01
39,585 Registered Users
Top Posters(30 Days)
MarioD 133
zedd 109
WaoBand 88
DC Ron 85
rsdean 79
Today's Birthdays
DaveStygall
Powered by UBB.threads™ PHP Forum Software 7.7.5