Previous Thread
Index
Next Thread
Print Thread
Go To
Band-in-a-Box Wishlist
Joined: Jun 2012
Posts: 3,558
J
Veteran
OP Offline
Veteran
J
Joined: Jun 2012
Posts: 3,558
It would be very cool to have a feature to import chord progressions from a text file! This would provide a really quick and easy way to enter a song into BIAB. I was thinking of a format something like this,

C/Dm/ F//G7 Am/G/ F///
Em/// F/// Em/// F///
C/// //// FCGC /F/C

and when the text file imports it would just set up a new BIAB file with the correct number of bars and the chords already in the right places.

Band-in-a-Box Wishlist
Joined: Jul 2018
Posts: 2
R
Newbie
Offline
Newbie
R
Joined: Jul 2018
Posts: 2
Hi there,
Was there any progress on this issue?

I also think its a very important feature that will make BiaB a much more dominant app.

Band-in-a-Box Wishlist
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
You can import ABC into Biab so you can just format the text to ABC by using find replace in a text editor.

If you copy the text below and save it as Song.abc then Biab > File > Open Special > ABC Notation.

Code:
L:1/8
X:1
T:Demo
L:1/8
K:C  
Q:1/4=120
R:Song Name
M:4/4
| "C" z8 | z8 | z8 | "G" z8 |
| "G" z8 | z8 | z8 | "C" z8 |
| "Am" z8 | z8 | "Dm" z8 | z8 |
| "E7" z8 | z8 | "Am" z8 | z8 |
| "C" z8 | z8 | z8 | "G" z8 |
| "G" z8 | z8 | z8 | "C" z8 |



Last edited by Pipeline; 07/30/18 12:30 PM.
Band-in-a-Box Wishlist
Joined: Jun 2012
Posts: 3,558
J
Veteran
OP Offline
Veteran
J
Joined: Jun 2012
Posts: 3,558
Originally Posted By: Pipeline
You can import ABC into Biab so you can just format the text to ABC by using find replace in a text editor.

If you copy the text below and save it as Song.abc then Biab > File > Open Special > ABC Notation.

Code:
L:1/8
X:1
T:Demo
L:1/8
K:C  
Q:1/4=120
R:Song Name
M:4/4
| "C" z8 | z8 | z8 | "G" z8 |
| "G" z8 | z8 | z8 | "C" z8 |
| "Am" z8 | z8 | "Dm" z8 | z8 |
| "E7" z8 | z8 | "Am" z8 | z8 |
| "C" z8 | z8 | z8 | "G" z8 |
| "G" z8 | z8 | z8 | "C" z8 |




Didn't work for me. When I tried the import I got a cryptic BIAB error message. "There are no valid ABC format files in Song.abc"

Last edited by JohnJohnJohn; 07/30/18 12:37 PM.
Band-in-a-Box Wishlist
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Sorry try it again I left some lines out:


L:1/8
X:1
T:Demo
L:1/8
K:C
Q:1/4=120
R:Song Name
M:4/4
| "C" z8 | z8 | z8 | "G" z8 |
| "G" z8 | z8 | z8 | "C" z8 |
| "Am" z8 | z8 | "Dm" z8 | z8 |
| "E7" z8 | z8 | "Am" z8 | z8 |
| "C" z8 | z8 | z8 | "G" z8 |
| "G" z8 | z8 | z8 | "C" z8 |

Band-in-a-Box Wishlist
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
So from what I can see L: in the length 1/8

z8 bar
z2 beat
z4 2 beats

| "C" z2 "Am" z2 "G" z4 | "Am" z8 | z8 | "G" z8 |
| "G" z4 "C" z4 | z8 | "G" z8 | z8 |

so bar 1 is C beat 1 Am beat 2 G beat 3 for 2 beats

bar 5 G beat 1 for 2 beats C beat 3 for 2 beats

Band-in-a-Box Wishlist
Joined: May 2001
Posts: 2,218
L
Veteran
Offline
Veteran
L
Joined: May 2001
Posts: 2,218
JJJ:

What would be the advantage of a text file over (say) just entering those chords
into a grid sheet and saving it as (say) "myTemplate01".

You would have to go find the text file anyway, to import it.
Might as well just go find the template?

Am I missing something?

LLOYD S

Band-in-a-Box Wishlist
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
I just thought users wanted to import song text chords off the internet without having to type them all in ?

Band-in-a-Box Wishlist
Joined: Jun 2012
Posts: 3,558
J
Veteran
OP Offline
Veteran
J
Joined: Jun 2012
Posts: 3,558
Originally Posted By: Lloyd S
JJJ:

What would be the advantage of a text file over (say) just entering those chords
into a grid sheet and saving it as (say) "myTemplate01".

You would have to go find the text file anyway, to import it.
Might as well just go find the template?

Am I missing something?

LLOYD S

It is a lot faster to just type in a text editor than to load BIAB and type everything in.

Band-in-a-Box Wishlist
Joined: Jun 2012
Posts: 3,558
J
Veteran
OP Offline
Veteran
J
Joined: Jun 2012
Posts: 3,558
Originally Posted By: Pipeline
I just thought users wanted to import song text chords off the internet without having to type them all in ?

This is another benefit to this feature.

Band-in-a-Box Wishlist
Joined: Jun 2012
Posts: 3,558
J
Veteran
OP Offline
Veteran
J
Joined: Jun 2012
Posts: 3,558
Originally Posted By: Pipeline
Sorry try it again I left some lines out:


L:1/8
X:1
T:Demo
L:1/8
K:C
Q:1/4=120
R:Song Name
M:4/4
| "C" z8 | z8 | z8 | "G" z8 |
| "G" z8 | z8 | z8 | "C" z8 |
| "Am" z8 | z8 | "Dm" z8 | z8 |
| "E7" z8 | z8 | "Am" z8 | z8 |
| "C" z8 | z8 | z8 | "G" z8 |
| "G" z8 | z8 | z8 | "C" z8 |

Thanks! That worked!

Band-in-a-Box Wishlist
Joined: May 2001
Posts: 2,218
L
Veteran
Offline
Veteran
L
Joined: May 2001
Posts: 2,218
I concede that it would be a lot faster to type in the chords to a word processor (or glean them from the 'net) and then import them into BIAB,
than to type the chords into the BIAB chord grid.

But what happens when you want that same chord sequence to be in a different key?
Then you have to re-type, re-import, rather than use the BIAB transpose button.

Just sayin'

LLOYD S

Band-in-a-Box Wishlist
Joined: Jun 2012
Posts: 3,558
J
Veteran
OP Offline
Veteran
J
Joined: Jun 2012
Posts: 3,558
Originally Posted By: Lloyd S
I concede that it would be a lot faster to type in the chords to a word processor (or glean them from the 'net) and then import them into BIAB,
than to type the chords into the BIAB chord grid.

But what happens when you want that same chord sequence to be in a different key?
Then you have to re-type, re-import, rather than use the BIAB transpose button.

Just sayin'

LLOYD S

Once you import you can just use BIAB's transpose function, right? Why would you need to type any chords and import again?

Last edited by JohnJohnJohn; 07/31/18 10:14 AM.
Band-in-a-Box Wishlist
Joined: May 2001
Posts: 2,218
L
Veteran
Offline
Veteran
L
Joined: May 2001
Posts: 2,218
Aaahhh, of course!

Band-in-a-Box Wishlist
Joined: Nov 2012
Posts: 4,775
Veteran
Offline
Veteran
Joined: Nov 2012
Posts: 4,775
+1 for the initial request - and even more so if it could decipher pdf score sheets in the same manner!


Thank goodness words aren't knives.
----------------------------------------------------------------------
BBox 2022 Audiophile, Mac Pro Intel, OSX 10.6.8, 800x600 (TV VGA)
Band-in-a-Box Wishlist
Joined: Oct 2015
Posts: 1,143
Expert
Offline
Expert
Joined: Oct 2015
Posts: 1,143
Originally Posted By: Icelander
+1 for the initial request - and even more so if it could decipher pdf score sheets in the same manner!

+1


Forever Grateful, BUT, sometimes pissed of. wink
Trygve "Leo" Larsen
BiaB 2020, Windows 8.1, Intel Core i5 CPU, 270GHz, 32 Gb RAM
My OLD tracks on Soundcloud; https://soundcloud.com/trygve-larsen My NEW is unpublished
The Universe = Uni-verse ie one song.
Band-in-a-Box Wishlist
Joined: Aug 2011
Posts: 287
Apprentice
Offline
Apprentice
Joined: Aug 2011
Posts: 287
Originally Posted By: Icelander
+1 for the initial request - and even more so if it could decipher pdf score sheets in the same manner!


+1 for both in that.

Cheers.
Mike.


Mike.

SongBrain - AI Generator
Shiny Emeralds - Latest Single

Win 10 Home 64bit - Ryzen7 3700x / 32Gb
BIAB / RB 2024 For Windows
EWQL Composer Cloud X
Band-in-a-Box Wishlist
Joined: Jul 2000
Posts: 25,797
Veteran
Online Content
Veteran
Joined: Jul 2000
Posts: 25,797
Even the paid programs that attempt to read chord symbols from PDF files don't always get it right. That would be an incredible leap forward for BIAB to offer it.


BIAB 2024 Win Audiophile. Software: Studio One 6.5 Pro, Swam horns, Acoustica-7, Notion 6; Win 11 Home. Hardware: Intel i9, 32 Gb; Roland Integra-7, Presonus Studio 192, Presonus Faderport 8, Royer 121, Adam Sub8 & Neumann 120 monitors
Band-in-a-Box Wishlist
Joined: May 2000
Posts: 225
J
Apprentice
Offline
Apprentice
J
Joined: May 2000
Posts: 225
I agree. Since it already exports into chordpro format, I would recommend refining this feature and then making import from that format a breeze too.


Jim Lucas - 2023 BiaB (1006) Ultra+ PAK
Audacity and Reaper
Laptop: Samsung U2BB94DJ i7 64bit Win 10 build 19041, 8GB ram 225GB HDD
Band-in-a-Box Wishlist
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Biab Text Chord Import

Here's some ABC Chord Import info to allow text chord import:

ABC Notation Header Info

So G=1bar Em=1bar F=1/2bar G=1/2bar F=1/4bar Em=1/4bar G=1/bar F=1/4bar....
So if you save that in Notepad to Pop Song.abc it will import into BB > Open Special ABC Notation..
(BB2019 has an ABC Import bug at the moment and should be fixed soon but earlier versions work)

See also OpenSong and OpenSong Import v1.3

If you have text chords you can copy & paste bar, half bar, quarter bar, start or end in the space between the text chords
eg.
G Em F G F Em G F
G
G Em F C
......

4/4
1bar >" z8 | "
1/2bar >" z4 | "
1/4bar >" z2 | "
empty bar > z8 |
start >|: "
End > :|
Code:
X:1
T:PopSong
L:1/8
K:G  
Q:1/4=120
R:Rhythm
M:4/4
|: "G" z8 | "Em" z8 | "F" z4 "G" z4 | "F" z2 "Em" z2 "G" z2 "F" z2 |
| "G" z8 | z8 | z8 | z8 |
| "G" z8 | "Em" z8 | "F" z8 | "C" z8 |
| "G" z4 "D" z4 | "Em" z8 | "D" z4 "Bm" z4 | "C" z4 "D" z4 |
| "G" z8 | "FMaj7" z8 | "C" z8 | "C" z8 |
| "G" z8 | "FMaj7" z8 | "C" z8 | "G" z8 |
| "G" z8 | "Em" z8 | "F" z8 | "C" z8 |
| "G" z8 | "FMaj7" z8 | "C" z4 "Am" z4 | "G" z8 :|


3/4
1bar >" z6 | "
2/3bar >" z4 | "
1/3bar >" z2 | "
empty bar > z6 |
start >|: "
End > :|
Code:
X:1
T:PopSong2
L:1/8
K:D  
Q:1/4=120
R:Rhythm
M:3/4
|: "D" z6 | z6 | "A" z6 | z6 |
| "A" z6 | z6 | "D" z6 | z6 |
| "D" z6 | z6 | "A" z6 | z6 |
| "A" z6 | z6 | "D" z6 | z6 |
| "G" z6 | z6 | "D" z6 | z6 |
| "Bm" z6 | "A" z6 | "D" z6 | z6 |
| "G" z6 | z6 | "D" z6 | z6 |
| "Em" z6 | "A" z6 | "D" z6 | z6 :|

You could even create an AutoHotKey script to paste them in with shortcut keys on your keyboard or create a AutoHotKey GUI like the Chord Picker Tool to add them with the click of a button.

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

Video: Volume Automation in Band-in-a-Box® 2024 for Windows®

We've created a video to help you learn more about the Volume Automation options in Band-in-a-Box® 2024 for Windows.

Band-in-a-Box® 2024: Volume Automation

www.pgmusic.com/manuals/bbw2024full/chapter11.htm#volume-automation

Video: Audio Input Monitoring with Band-in-a-Box® 2024 for Windows®

We've created this short video to explain Audio Input Monitoring within Band-in-a-Box® 2024, and included some tips & troubleshooting details too!

Band-in-a-Box® 2024: Audio Input Monitoring

3:17: Tips
5:10: Troubleshooting

www.pgmusic.com/manuals/bbw2024full/chapter11.htm#audio-input-monitoring

Video: Enhanced Melodists in Band-in-a-Box® 2024 for Windows®!

We've enhanced the Melodists feature included in Band-in-a-Box® 2024 for Windows!

Access the Melodist feature by pressing F7 in the program to open the new MultiPicker Library and locate the [Melodist] tab.

You can now generate a melody on any track in the program - very handy! Plus, you select how much of the melody you want generated - specify a range, or apply it to the whole track.

See the Melodist in action with our video, Band-in-a-Box® 2024: The Melodist Window.

Learn even more about the enhancements to the Melodist feature in Band-in-a-Box® 2024 for Windows at www.pgmusic.com/manuals/bbw2024upgrade/chapter3.htm#enhanced-melodist

Band-in-a-Box® 2024 DAW Plugin Version 6: New Features Specifically for Reaper®

New with the DAW Plugin Version 6.0, released with Band-in-a-Box® 2024 for Windows: the Reaper® Panel!

This new panel offers built-in specific support for the Reaper® DAW API allowing direct transfer of Band-in-a-Box® files to/from Reaper® tracks!

When you run the Plugin from Reaper®, there is a panel to set the following options:
-BB Track(s) to send: This allows you to select the Plugin tracks that will be sent Reaper.
-Destination Reaper Track: This lets you select the destination Reaper track to receive media content from the Plugin.
-At Bar: You can select a bar in Reaper where the Plugin tracks should be placed.
-Start Below Selected Track: This allows you to place the Plugin tracks below the destination Reaper track.
-Overwrite Reaper Track: You can overwrite previous content on the destination Reaper track.
-Move to Project Folder: With this option, you can move the Plugin tracks to the Reaper project folder.
-Send Reaper Instructions Enable this option to send the Reaper Instructions instead of rendering audio tracks, which is faster.
-Render Audio & Instructions: Enable this option to generate audio files and the Reaper instructions.
-Send Tracks After Generating: This allows the Plugin to automatically send tracks to Reaper after generating.
-Send Audio for MIDI Track: Enable this option to send rendered audio for MIDI tracks.
-Send RealCharts with Audio: If this option is enabled, Enable this option to send RealCharts with audio.

Check out this video highlighting the new Reaper®-specific features: Band-in-a-Box® DAW Plugin Version 6: New Features Specifically for Reaper®

Band-in-a-Box® 2024 DAW Plugin Version 6: New Features Video

The new Band-in-a-Box VST DAW Plugin Verion 6 adds over 20 new features!

Watch the new features video to learn more: Video: Band-in-a-Box® 2024 - DAW Plugin Version 6 New Features

We also list these new features at www.pgmusic.com/bbwin.plugin.htm.

Forum Statistics
Forums66
Topics81,390
Posts732,456
Members38,441
Most Online2,537
Jan 19th, 2020
Newest Members
Ernest J, ingridguerci94, Izzy, BenChaz, Csofi
38,440 Registered Users
Top Posters(30 Days)
MarioD 195
Al-David 124
DC Ron 113
dcuny 87
rsdean 83
Today's Birthdays
CeeDee, SethMould
Powered by UBB.threads™ PHP Forum Software 7.7.5