Previous Thread
Index
Next Thread
Print Thread
Go To
Band-in-a-Box Wishlist
Joined: Jun 2012
Posts: 3,597
J
Veteran
OP Offline
Veteran
J
Joined: Jun 2012
Posts: 3,597
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,597
J
Veteran
OP Offline
Veteran
J
Joined: Jun 2012
Posts: 3,597
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,220
L
Veteran
Offline
Veteran
L
Joined: May 2001
Posts: 2,220
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,597
J
Veteran
OP Offline
Veteran
J
Joined: Jun 2012
Posts: 3,597
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,597
J
Veteran
OP Offline
Veteran
J
Joined: Jun 2012
Posts: 3,597
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,597
J
Veteran
OP Offline
Veteran
J
Joined: Jun 2012
Posts: 3,597
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,220
L
Veteran
Offline
Veteran
L
Joined: May 2001
Posts: 2,220
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,597
J
Veteran
OP Offline
Veteran
J
Joined: Jun 2012
Posts: 3,597
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,220
L
Veteran
Offline
Veteran
L
Joined: May 2001
Posts: 2,220
Aaahhh, of course!

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


There's only one thing to do in crisis like this - Sleep on it!
----------------------------------------------------------------------
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: 288
Apprentice
Offline
Apprentice
Joined: Aug 2011
Posts: 288
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,954
Veteran
Offline
Veteran
Joined: Jul 2000
Posts: 25,954
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
Band-in-a-Box User Video Tutorials!

If you've reviewed our Support page, you've probably noticed the Videos page, which separates our Band-in-a-Box® tutorial videos by category: Overview, VST DAW Plugin, Setup, Beginner, Intermediate, Advanced, and there's even an Archive category to go down memory lane... (You'll also find these videos on our YouTube Channel.)

It's always great to hear how other Band-in-a-Box® users create their songs, especially when they explain in detail what they're doing. Like Henry Clarke's YouTube Channel, Henry Clarke - Senior Musicians Unite! There you'll find his ALL Band-in-a-Box Tutorials playlist with over 50 videos! His top-three most watched videos include "How to Get Started with Band-in-a-Box," "How I use the Audio Chord Wizard in Band-in-a-Box," and "How to Create An Effective Solo Using Band-in-a-Box" - however he touches on many other topics and also demonstrates his own Band-in-a-Box® songs in the Band-in-a-Box Created Songs playlist!

You're guaranteed to find some helpful videos when you visit Henry Clarke's channel!

Band-in-a-Box® 2024 Italian for Windows is Here!

Ci siamo dati da fare e abbiamo aggiunto oltre 50 nuove funzionalità e una straordinaria raccolta di nuovi contenuti, tra cui 222 RealTracks, nuovi RealStyles, MIDI SuperTracks, Instrumental Studies, "Songs with Vocals" Artist Performance Sets, Playable RealTracks Set 3, Playable RealDrums Set 2, due nuovi set di "RealDrums Stems", XPro Styles PAK 6, Xtra Styles PAK 17 e altro ancora!

Tutti Pacchetti | Nuove Caratteristiche

Band-in-a-Box® 2024 French for Windows is Here!


Band-in-a-Box® 2024 apporte plus de 50 fonctions nouvelles ainsi qu'une importante de contenus nouveaux à savoir : 222 RealTracks, des RealStyles nouveaux, des SuperTracks MIDI, des Etudes d'Instruments, des Prestations d'Artistes, des "Morceaux avec Choeurs", un Set 3 de Tracks Jouables, un Set 2 de RealDrums Jouables, deux nouveaux Sets de "RealDrums Stems", des Styles XPro PAK 6, des Xtra Styles PAK 17 et bien plus encore!

Tous Packages | Nouvelles Fonctionnalités

Video: Making a Song with Band-in-a-Box®, ChatGPT, and Synth V

Take your Band-in-a-Box® project to a whole new level when you incorporate ChatGPT and Synth V to add lyrics and vocals to your song!

We wanted to demonstrate how this is done with our video, where we show you how to go from nothing to a finished "radio ready" modern pop song by combining the features of Band-in-a-Box®, ChatGPT, and Synth V!

Listen to the finished song, so you get a listen to the finished product: https://demos.pgmusic.com/misc/behindthefame.m4a

If you like it, watch the video. Either way, let's hear your comments!

Henry Clarke: Revolutionize Your Band-in-Box® Tracks with Regenerating Function

One of the new features added with Band-in-Box® 2024 is the Tracks Window, which will look familiar if you've worked with other DAWs.

Henry Clarke explains why he loves the Re-generation function within the Tracks Window in their video Revolutionize Your Band-in-Box® Tracks with Regenerating Function.

Watch video.

Learn even more about what the Tracks Window can do with our video Band-in-a-Box® 2024: The Tracks Window.

User Video: Next-Level AI Music Editing with ACE Studio and Band-in-a-Box®

The Bob Doyle Media YouTube channel is known for demonstrating how you can creatively incorporate AI into your projects - from your song projects to avatar building to face swapping, and more!

His latest video, Next-Level AI Music Editing with ACE Studio and Band-in-a-Box, he explains in detail how you can use the Melodist feature in Band-in-a-Box with ACE Studio. Follow along as he goes from "nothing" to "something" with his Band-in-a-Box MIDI Melodist track, using ACE Studio to turn it into a vocal track (or tracks, you'll see) by adding lyrics for those notes that will trigger some amazing AI vocals!

Watch: Next-Level AI Music Editing with ACE Studio and Band-in-a-Box


Band-in-a-Box® 2024 German for Windows is Here!

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

Wir waren fleißig und haben über 50 neue Funktionen und eine erstaunliche Sammlung neuer Inhalte hinzugefügt, darunter 222 RealTracks, neue RealStyles, MIDI SuperTracks, Instrumental Studies, "Songs with Vocals" Artist Performance Sets, abspielbare RealTracks Set 3, abspielbare RealDrums Set 2, zwei neue Sets von "RealDrums Stems", XPro Styles PAK 6, Xtra Styles PAK 17 und mehr!

Paket | Was ist Neu

Forum Statistics
Forums66
Topics81,984
Posts739,677
Members38,632
Most Online2,537
Jan 19th, 2020
Newest Members
Unica College, blacktiger, Musitechnic, JOSEP ALEXANDER, deathbydrone2045
38,632 Registered Users
Top Posters(30 Days)
MarioD 143
musocity 124
rsdean 94
DC Ron 94
dcuny 85
Today's Birthdays
Ingar R Henden, isidro1
Powered by UBB.threads™ PHP Forum Software 7.7.5