Previous Thread
Index
Next Thread
Print Thread
Go To
Add-ons and UserTracks for Band-in-a-Box
Joined: Aug 2012
Posts: 4
V
Vasa Offline OP
Newbie
OP Offline
Newbie
V
Joined: Aug 2012
Posts: 4
I would like to create e custom realDrum.

I followed the examples and tutorials which are on website
but I need some different scheme.

When I tried to make some modifications I got very bad the result.

I would like to do:

2bars empty ( as count-in )

8bars Variation_A  with last bar as FILL_IN_A
8bars Variation_A  with last bar as FILL_IN_B

2bars Ending_A
2bars Ending_B

2 or 1 bars for Shots and Push.

May I ask you to help in writing the correct .txt file for a wav with this scheme?

Add-ons and UserTracks for Band-in-a-Box
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Try this:


wavename=MyStyle.wav

;any text that comes after the semicolon (;) are "comments" which are ignored by Band-in-a-Box.
;"comments" are used to give you information and instructions on creating your RealDrums style.
;In addition, any text contained between the { and } characters are also ignored.
;For example {this text would be ignored, even if it were in the middle of a line}
;Scroll to the bottom of the text file for information on how the wave file should be arranged

Offset=-5 ;If the drum hits at beginnings of bars sound like they are "cut-off", enter a lower number (-7, -8, -9, etc.)
dBAdjust=0 ;If the drums sound too loud in Band-in-a-Box, enter a lower number (-1, -2, -3, etc.)
TimeSig=4 ;If your style is a waltz style, enter TimeSig=3 instead

;All drum patterns follow this template:
;pattern,{pattern type},{weight},{mask},{length},{wavefile bar#}

; Silent Count In -1 0, Post A Fill 1, Normal Playing A 2-7, Fill A 8, Post Fill A 9
; Normal Playing 10-15, Fill B 16, Aending 17, Bending 19, Shot 21, Shot 22


pattern,Count-in,0,5,0,2,-1
pattern,Aending,0,5,0,2,17
pattern,Bending,0,5,0,2,19
pattern,Fill,A,1,0,1,8
pattern,Fill,B,1,0,1,16
pattern,Normal,A,5,2,7,2
pattern,Normal,A,5,2,6,2
pattern,Normal,A,5,2,5,2
pattern,Normal,A,5,2,4,2
pattern,Normal,A,2,2,3,2
pattern,Normal,A,2,2,2,2
pattern,Normal,A,1,2,1,2
pattern,Normal,A,5,1,6,3
pattern,Normal,A,5,1,5,3
pattern,Normal,A,5,1,4,3
pattern,Normal,A,2,1,3,3
pattern,Normal,A,2,1,2,3
pattern,Normal,A,1,1,1,3
pattern,Normal,A,5,2,5,4
pattern,Normal,A,5,2,4,4
pattern,Normal,A,2,2,3,4
pattern,Normal,A,2,2,2,4
pattern,Normal,A,1,2,1,4
pattern,Normal,A,5,1,4,5
pattern,Normal,A,2,1,3,5
pattern,Normal,A,2,1,2,5
pattern,Normal,A,1,1,1,5
pattern,Normal,A,2,2,3,6
pattern,Normal,A,2,2,2,6
pattern,Normal,A,1,2,1,6
pattern,Normal,A,2,1,2,7
pattern,Normal,A,1,1,1,7
pattern,Normal,A,5,2,7,10
pattern,Normal,A,5,2,6,10
pattern,Normal,A,5,2,5,10
pattern,Normal,A,5,2,4,10
pattern,Normal,A,2,2,3,10
pattern,Normal,A,2,2,2,10
pattern,Normal,A,1,2,1,10
pattern,Normal,A,5,1,6,11
pattern,Normal,A,5,1,5,11
pattern,Normal,A,5,1,4,11
pattern,Normal,A,2,1,3,11
pattern,Normal,A,2,1,2,11
pattern,Normal,A,1,1,1,11
pattern,Normal,A,5,2,5,12
pattern,Normal,A,5,2,4,12
pattern,Normal,A,2,2,3,12
pattern,Normal,A,2,2,2,12
pattern,Normal,A,1,2,1,12
pattern,Normal,A,5,1,4,13
pattern,Normal,A,2,1,3,13
pattern,Normal,A,2,1,2,13
pattern,Normal,A,1,1,1,13
pattern,Normal,A,2,2,3,14
pattern,Normal,A,2,2,2,14
pattern,Normal,A,1,2,1,14
pattern,Normal,A,2,1,2,15
pattern,Normal,A,1,1,1,15


pattern,PostFill,A,8,0,8,1
pattern,PostFill,A,5,0,7,1
pattern,PostFill,A,5,0,6,1
pattern,PostFill,A,5,0,5,1
pattern,PostFill,A,5,0,4,1
pattern,PostFill,A,2,0,3,1
pattern,PostFill,A,2,0,2,1
pattern,PostFill,A,1,0,1,1
pattern,PostFill,A,8,0,8,9
pattern,PostFill,A,5,0,7,9
pattern,PostFill,A,5,0,6,9
pattern,PostFill,A,5,0,5,9
pattern,PostFill,A,5,0,4,9
pattern,PostFill,A,2,0,3,9
pattern,PostFill,A,2,0,2,9
pattern,PostFill,A,1,0,1,9


pattern,PostFill,A,8,0,8,17
pattern,PostFill,A,5,0,7,17
pattern,PostFill,A,5,0,6,17
pattern,PostFill,A,5,0,5,17
pattern,PostFill,A,5,0,4,17
pattern,PostFill,A,2,0,3,17
pattern,PostFill,A,2,0,2,17
pattern,PostFill,A,1,0,1,17

pattern,PostFill,B,8,0,8,19
pattern,PostFill,B,5,0,7,19
pattern,PostFill,B,5,0,6,19
pattern,PostFill,B,5,0,5,19
pattern,PostFill,B,5,0,4,19
pattern,PostFill,B,2,0,3,19
pattern,PostFill,B,2,0,2,19
pattern,PostFill,B,1,0,1,19


Shot,1,21,0,470,5,90
Shot,0,22,0,470,5,90

Shot,0,21,0,470,5,90
Shot,1,22,0,470,5,90

Add-ons and UserTracks for Band-in-a-Box
Joined: May 2002
Posts: 7,728
PG Music Staff
Offline
PG Music Staff
Joined: May 2002
Posts: 7,728
We've added a template to the RealDrums Template zip, that has only 8 bars of A, 8 bars of B, 2 endings, 1 shot and 1 push.
"16_bars_of_drumming_with_shots_two_endings.txt"

Note that it has the A ending before the B section starts rather than at the end. The commented text at the bottom describes what the wave file should look like.

http://dl01.pgmusic.com/support/patch/realdrums_stylemaking_templates.zip


Andrew
PG Music Inc.
Add-ons and UserTracks for Band-in-a-Box
Joined: Feb 2015
Posts: 7,954
P
Veteran
Offline
Veteran
P
Joined: Feb 2015
Posts: 7,954
Thanks Andrew for updating and fixing the errors that were in the patterns !
It would of been good if you could include the SEQ templates as they can have markers in them to show what goes where, also a midi file template with markers can be loaded into any daw to give markers for the pattern when creating the drums.

I know when I first tried the templates it was confusing because the info at the bottom of the text file did not use the 2 bar offset for bar numbers as the pattern does:

; bar# 1-2 - count-in for two bars
pattern,Count-in,0,5,0,2,-1

; 21-22 - two bar ending (usually the second bar ends on the downbeat, with a cymbal decaying)
pattern,ending,Bending,5,0,2,19


; 23 - single drum hit, which will be used for "shots" in Band-in-a-Box
; 24 - single drum hit, which will be used for "pushes" in Band-in-a-Box
Shot,1,21,0,470,5,90
Shot,0,22,0,470,5,90

This would help make it easier for most users to get their head around it.

Attached Files (Click to download or enlarge) (Only available when you are logged in)
realdrums template markers.jpg (99.54 KB, 154 downloads)
Previous Thread
Next Thread
Go To

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® users: Build 904 now available!

If you're already using Band-in-a-Box® 2025 for Mac®, make sure to grab the latest update! Build 904 is now available for download and includes the newest additions and enhancements from our team.

Band-in-a-Box® 2026 for Windows® users: Build 1237 is now available!

Already a Band-in-a-Box 2026 for Windows user? Stay up to date and download the build 1237 to get all the latest additions and enhancements.

PowerTracks Pro 2026 for Windows is Here!

PowerTracks 2026 is here—bringing powerful new enhancements designed to make your production workflow faster, smoother, and more intuitive than ever.

The enhanced Mixer now shows Track Type and Instrument icons for instant track recognition, while a new grid option simplifies editing views. Non-floating windows adopt a modern title bar style, replacing the legacy blue bar.

The Master Volume is now applied at the end of the audio chain for consistent levels and full-signal master effects.

Tablature now includes a “Save bends when saving XML” option for improved compatibility with PG Music tools. Plus, you can instantly match all track heights with a simple Ctrl-release after resizing, and Add2 chords from MGU/SGU files are now fully supported... and more!

Get started today—first-time packages start at just $49.

Already using PowerTracks Pro Audio? Upgrade for as little as $29 and enjoy the latest improvements!

Order now!

Band-in-a-Box 2026 for Windows Special Offers End Tomorrow (January 15th, 2026) at 11:59 PM PST!

Time really is running out! Save up to 50% on Band-in-a-Box® 2026 for Windows® upgrades and receive a FREE Bonus PAK—only when you order by 11:59 PM PST on Thursday, January 15, 2026!

We've added many major new features and new content in a redesigned Band-in-a-Box® 2026 for Windows®!

Version 2026 introduces a modernized GUI redesign across the program, with updated toolbars, refreshed windows, smoother workflows, and a new Dark Mode option. There’s also a new side toolbar for quicker access to commonly used windows, and the new Multi-View feature lets you arrange multiple windows as layered panels without overlap, making it easier to customize your workspace.

Another exciting new addition is the new AI-Notes feature, which can transcribe polyphonic audio into MIDI. You can view the results in notation or play them back as MIDI, and choose whether to process an entire track or focus on specific parts like drums, bass, guitars/piano, or vocals. There's over 100 new features in Band-in-a-Box® 2026 for Windows®.

There's an amazing collection of new content too, including 202 RealTracks, new RealStyles, MIDI SuperTracks, Instrumental Studies, “Songs with Vocals” Artist Performance Sets, Playable RealTracks Set 5, two RealDrums Stems sets, XPro Styles PAK 10, Xtra Styles PAK 21, and much more!

Upgrade your Band-in-a-Box for Windows to save up to 50% on most Band-in-a-Box® 2026 upgrade packages!

Plus, when you order your Band-in-a-Box® 2026 upgrade during our special, you'll receive a Free Bonus PAK of exciting new add-ons.

If you need any help deciding which package is the best option for you, just let us know. We are here to help!

Band-in-a-Box® 2026 for Windows® Special Offers Extended Until January 15, 2026!

Good news! You still have time to upgrade to the latest version of Band-in-a-Box® for Windows® and save. Our Band-in-a-Box® 2026 for Windows® special now runs through January 15, 2025!

We've packed Band-in-a-Box® 2026 with major new features, enhancements, and an incredible lineup of new content! The program now sports a sleek, modern GUI redesign across the entire interface, including updated toolbars, refreshed windows, smoother workflows, a new dark mode option, and more. The brand-new side toolbar provides quicker access to key windows, while the new Multi-View feature lets you arrange multiple windows as layered panels without overlap, creating a flexible, clutter-free workspace. We have an amazing new “AI-Notes” feature. This transcribes polyphonic audio into MIDI so you can view it in notation or play it back as MIDI. You can process an entire track (all pitched instruments and drums) or focus on individual parts like drums, bass, guitars/piano, or vocals. There's an amazing collection of new content too, including 202 RealTracks, new RealStyles, MIDI SuperTracks, Instrumental Studies, “Songs with Vocals” Artist Performance Sets, Playable RealTracks Set 5, two RealDrums Stems sets, XPro Styles PAK 10, Xtra Styles PAK 21, and much more!

There are over 100 new features in Band-in-a-Box® 2026 for Windows®.

When you order purchase Band-in-a-Box® 2026 before 11:59 PM PST on January 15th, you'll also receive a Free Bonus PAK packed with exciting new add-ons.

Upgrade to Band-in-a-Box® 2026 for Windows® today! Check out the Band-in-a-Box® packages page for all the purchase options available.

Happy New Year!

Thank you for being part of the Band-in-a-Box® community.

Wishing you and yours a very happy 2026—Happy New Year from all of us at PG Music!

Season's Greetings!

Wishing everyone a happy, healthy holiday season—thanks for being part of our community!

The office will be closed for Christmas Day, but we will be back on Boxing Day (Dec 26th) at 6:00am PST.

Team PG

Forum Statistics
Forums57
Topics86,049
Posts799,375
Members40,018
Most Online44,367
Mar 4th, 2026
Newest Members
kimmolsn25, addsomebottom, m3talmud, Chunie, Karandeep
40,017 Registered Users
Top Posters(30 Days)
MarioD 155
DC Ron 104
rsdean 102
DrDan 74
WaoBand 70
Today's Birthdays
dipalma18, Joey45, Karantois
Powered by UBB.threads™ PHP Forum Software 7.7.5