Previous Thread
Index
Next Thread
Print Thread
Go To
Band-in-a-Box for Windows
Joined: Apr 2011
Posts: 201
B
Apprentice
OP Offline
Apprentice
B
Joined: Apr 2011
Posts: 201
In BIAB - the Staff Roll Mode, I can't delete notes. Right-clicking on a note it opens up the note edit box but the Delete button is missing.

Watching the old video tutorial it show it on that box.

Is this a bug or the feature has been removed?
How do I delete a note?

Band-in-a-Box for Windows
Joined: Jun 2012
Posts: 20,265
Veteran
Offline
Veteran
Joined: Jun 2012
Posts: 20,265
Originally Posted By: biab-user

How do I delete a note?

In the Piano-Roll view, either left click in a single note or drag the mouse to capture multiple notes, and then right-click and select delete selected events:

Attached Files (Click to download or enlarge) (Only available when you are logged in)
2021-08-20_22-27-39.jpg (55.26 KB, 176 downloads)

BIAB & RB2025 Win.(Audiophile), Sonar Platinum, Cakewalk by Bandlab, Izotope Prod.Bundle, Roland RD-1000, Synthogy Ivory, Kontakt, Focusrite 18i20, KetronSD2, NS40M Monitors, Pioneer Active Monitors, AKG K271 Studio H'phones
Band-in-a-Box for Windows
Joined: Oct 2020
Posts: 836
PG Music Staff
Offline
PG Music Staff
Joined: Oct 2020
Posts: 836
If VideoTrack's explanaition for deleting notes in the PianoRoll does not work for you, please let us know and we can help you troubleshoot.

I also just wanted to mention that notes can also be deleted in the notation window. Make sure you're in editable Notation mode first, then right click the note and select Delete Note in the menu.

Attached Files (Click to download or enlarge) (Only available when you are logged in)
notation_delete_note.png (38.32 KB, 170 downloads)

Best,
Chantelle
Band-in-a-Box for Windows
Joined: Apr 2011
Posts: 201
B
Apprentice
OP Offline
Apprentice
B
Joined: Apr 2011
Posts: 201
Sorry but my question was about the Staff Roll Notation Mode, not other modes.

Band-in-a-Box for Windows
Joined: Apr 2011
Posts: 201
B
Apprentice
OP Offline
Apprentice
B
Joined: Apr 2011
Posts: 201
If you watch the video tutorial, at the very end it show the edit box and there you can see the Delete button but it is missing in the 2021 version.

Staff Roll Editing Video - Youtube

Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Yes it is missing

Attached Files (Click to download or enlarge) (Only available when you are logged in)
bb07-21_Delete-Note-Button.png (170.52 KB, 137 downloads)
Band-in-a-Box for Windows
Joined: Dec 2017
Posts: 266
Apprentice
Offline
Apprentice
Joined: Dec 2017
Posts: 266
Yes, I noticed it disappeared from the Staff Roll Mode note edit box 2 or 3 years ago, but since I had seldom used it wasn't concerned.
My usual method for deleting in this mode is to hold the delete key then click on the offending note. I started using this method years ago because it was quicker when I wanted to delete a series of notes.

Vintage

Band-in-a-Box for Windows
Joined: Apr 2011
Posts: 201
B
Apprentice
OP Offline
Apprentice
B
Joined: Apr 2011
Posts: 201
Hi Vintage. Thanks for the tip!

Although this works, it's not ideal for me as my laptop it on a stand above and behind my mixer controller, meaning, I have to stretch with my left arm to get to the Delete button. it would be okay for just one or two deletions but not when inputting a complete solo section by ear.

It would be much better to have the Delete option when right-clicking. It would also be better to have consistency across the notation view section.

Thanks again for your input.

biab-user

Band-in-a-Box for Windows
Joined: Jun 2012
Posts: 20,265
Veteran
Offline
Veteran
Joined: Jun 2012
Posts: 20,265
I do support that the original delete method should be retained, unless there is justified reason why it cannot still be implemented.


BIAB & RB2025 Win.(Audiophile), Sonar Platinum, Cakewalk by Bandlab, Izotope Prod.Bundle, Roland RD-1000, Synthogy Ivory, Kontakt, Focusrite 18i20, KetronSD2, NS40M Monitors, Pioneer Active Monitors, AKG K271 Studio H'phones
Band-in-a-Box for Windows
Joined: Apr 2011
Posts: 201
B
Apprentice
OP Offline
Apprentice
B
Joined: Apr 2011
Posts: 201
Originally Posted By: VideoTrack
I do support that the original delete method should be retained, unless there is justified reason why it cannot still be implemented.


Somehow, I get the feeling that this is more likely to be a ... I forgot to do it... coding. I can't see why a simple button couldn't be included. After all, it was there in the past!. smile

Last edited by biab-user; 08/21/21 01:18 AM.
Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
EDIT:
It's still there in the code but but was just hidden behind a listbox so I moved it over to the left
bbw64-TPGEdit3.zip (BB21-839)
See if that works for you, if so I can edit the latest version if they don't fix it soon.

You don't need to rename it just extract it to the \bb\ folder and run.
Code:
object PGEditDialog: TPGEditDialog
...
...
  object Delete: TButton
    Tag = 109
    Left = 304
    Top = 196
    Width = 70
    Height = 25
    Caption = 'Delete'
    TabOrder = 12
    OnClick = DeleteClick
  end

Attached Files (Click to download or enlarge) (Only available when you are logged in)
BB21-TPGEdit-Delete.png (76 KB, 290 downloads)
Band-in-a-Box for Windows
Joined: Jul 2000
Posts: 26,959
Veteran
Offline
Veteran
Joined: Jul 2000
Posts: 26,959
Pipeline, how is it you see the source code?

Is it Delphi?


BIAB 2025 Win Audiophile. Software: Studio One 7 Pro, Swam horns, Acoustica-7, Notion 6, Song Master Pro, Win 11 Home. Hardware: Intel i9, 32 Gb; Roland Integra-7, Presonus 192 & Faderport 8, Royer 121, Adam Sub8 & Neumann 120 monitors.
Band-in-a-Box for Windows
Joined: Mar 2004
Posts: 1,012
Expert
Offline
Expert
Joined: Mar 2004
Posts: 1,012
Maybe Pipeline has a good resource editor!!


Kevin smile

Band-in-a-Box for Windows
Joined: Jul 2000
Posts: 26,959
Veteran
Offline
Veteran
Joined: Jul 2000
Posts: 26,959
Kevin, if you’re serious, are you talking about software that would reverse engineer the compiled code?


BIAB 2025 Win Audiophile. Software: Studio One 7 Pro, Swam horns, Acoustica-7, Notion 6, Song Master Pro, Win 11 Home. Hardware: Intel i9, 32 Gb; Roland Integra-7, Presonus 192 & Faderport 8, Royer 121, Adam Sub8 & Neumann 120 monitors.
Band-in-a-Box for Windows
Joined: Mar 2004
Posts: 1,012
Expert
Offline
Expert
Joined: Mar 2004
Posts: 1,012
Matt while there are packages which will decompile an exe to machine code I am talking about resource editors which will take an exe file and report on all resources found in it. It finds strings, images, icons, dialogs etc which it will list in explorer format.

One package by Angus Johnson is freeware and can be downloaded here.

Resource Hacker

Obviously - if you don't know what you're doing don't mess with it.


Kevin smile

Band-in-a-Box for Windows
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Yes open the exe in a resource editor like the one listed,
open RCDATA, find the form, edit/modify it then Compile and SaveAs new name.

eda_preview270.zip

To find the name just drag the EDA cross hair target.
It finds the hidden button also that can be moved, but you need to compile it in the resource editor to be permanent.

Attached Files (Click to download or enlarge) (Only available when you are logged in)
BB21-EDA-Get-Form-Name.gif (201.24 KB, 72 downloads)
BB21-EDA-Get-Form-Move-Button2.gif (362.84 KB, 128 downloads)
BB21-ResEdit.gif (80.33 KB, 64 downloads)
Band-in-a-Box for Windows
Joined: Apr 2011
Posts: 201
B
Apprentice
OP Offline
Apprentice
B
Joined: Apr 2011
Posts: 201
Originally Posted By: Pipeline
EDIT:
It's still there in the code but but was just hidden behind a listbox so I moved it over to the left
bbw64-TPGEdit3.zip (BB21-839)
See if that works for you, if so I can edit the latest version if they don't fix it soon.

You don't need to rename it just extract it to the \bb\ folder and run.
Code:
object PGEditDialog: TPGEditDialog
...
...
  object Delete: TButton
    Tag = 109
    Left = 304
    Top = 196
    Width = 70
    Height = 25
    Caption = 'Delete'
    TabOrder = 12
    OnClick = DeleteClick
  end


Hey Pipeline, Thanks for this!

I can confirm that the Delete button shows up and it does indeed delete the notes.

That's a nice utility program. I might have a look at it when I have time.

I wonder if it can resolve the problem within BIAB of not displaying large files list within the Practice applet. A problem that hasn't been resolved since I reported it to PG Music in 2018.

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

Video: Summary of the New Band-in-a-Box® App for iOS®

Join Tobin as he takes you on a tour of the new Band-in-a-Box® app for iOS®! Designed for musicians, singer-songwriters, and educators, this powerful tool lets you create, play, and transfer songs effortlessly on your iPhone® or iPad®—anytime, anywhere.

Band-in-a-Box® for iOS® :Summary video.

Check out the forum post for more information.

Forum Statistics
Forums58
Topics84,143
Posts775,272
Members39,567
Most Online25,754
Jan 24th, 2025
Newest Members
RickyLane, greypeter1, AudioQuestions, jl1, DKL
39,567 Registered Users
Top Posters(30 Days)
MarioD 186
DC Ron 103
rsdean 95
WaoBand 93
dcuny 68
BYOBand 68
Noel96 66
Today's Birthdays
Saxfred
Powered by UBB.threads™ PHP Forum Software 7.7.5