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,054
PG Music Staff
Offline
PG Music Staff
Joined: May 2002
Posts: 7,054
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, 153 downloads)
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
Video - Band-in-a-Box® DAW Plugin Version 6 for Mac®: New Features for Reaper

Band-in-a-Box® 2024 includes built-in specific support for the Reaper® DAW API, allowing direct transfer of Band-in-a-Box® files to/from Reaper tracks, including tiny lossless files of instructions which play audio instantly from disk.

We demonstrate the new Reaper features in the Band-in-a-Box® VST DAW Plugin 6.0 in our video, Band-in-a-Box® DAW Plugin Version 6 for Mac®: New Features for Reaper

Band-in-a-Box® 2024 for Mac® - Update Today!

Already grabbed your copy of Band-in-a-Box® 2024 for Mac®? Head to our Support Page to download build 803 and update your Band-in-a-Box® 2024 installation with the latest version developed by our team!

Learn more & download now.

Band-in-a-Box® 2024 for Mac® Video - Over 50 New Features and Enhancements!

Read all about the 50+ newest features in Band-in-a-Box® 2024 for Mac®, or you can watch our video "Band-in-a-Box® 2024 for Mac®: Over 50 New Features and Enhancements!" to see it in action!

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

The new Band-in-a-Box® VST DAW Plugin Version 6 for Mac® adds over 20 new features!

We show them off in our video: Band-in-a-Box® DAW Plugin Version 6 for Mac®: New Features

The Band-in-a-Box® 2024 for Mac® Free Bonus PAK!

Along with the 50+ new features added with Band-in-a-Box® 2024 for Mac®, we've also released an awesome collection of new Add-ons! On top of the 222 new RealTracks (+50 bonus RealTracks), we've also released new MIDI SuperTracks, Instrumental Studies, "Songs with Vocals" Artist Performance Sets, Playable RealTracks Set 3, Playable RealDrums Set 2, and two new sets of "RealDrums Stems."

Order Band-in-a-Box® 2024 for Mac during our special (which ends July 31st) and you'll receive a Free Bonus PAK that includes a lot of these new Add-ons:
- MIDI Styles Set 88: "Look Ma! More MIDI 11: SynthMaster"
- Instrumental Studies Set 20: New Orleans Piano
- MIDI SuperTracks Set 40: More SynthMaster
- MIDI SuperTracks Set 43: Rock & Pop Keys
- Artist Performance Set 15: Songs with Vocals volume 5
- Playable RealTracks Set 3
- Playable RealDrums Set 2
- SynthMaster Sounds and Styles, with audio demos
- RealCombos 2024 Booster PAK:
*For Pro customers, this includes 35 new RealTracks and 58 new RealStyles.
*For MegaPAK customers, this includes 25 new RealTracks and 45 new RealStyles.
*For UltraPAK customers, this includes 28 new RealStyles.

- RealDrums Stems Set 6: More Pop, Rock & Country

Want even more new Add-ons? Boost your Free Bonus PAK to a 2024 49-PAK for just $49 and add even more new Add-ons to your collection:
- 50 Bonus Unreleased RealTracks & RealDrums
- MIDI Styles Set 89: "Look Ma! More MIDI 12: Funk, Jazz & Blues Keys"
- Instrumental Studies Set 21: '80s Hard Rock Guitar
- MIDI SuperTracks Set 41: Jazz Comping & Soloing Piano
- MIDI SuperTracks Set 42: Soul & New Orleans Keys
- Artist Performance Set 16: Songs with Vocals volume 6
- RealDrums Stems Set 5: Jazz, Latin, Funk & World

Listen to Demos of the Free Bonus PAK & 49-PAK: https://youtu.be/ZezLjinyb-4

Band-in-a-Box® 2024 for Mac® Video - Boot Camp: Working with the Newest Features!

Band-in-a-Box 2024 for Mac includes over 50 new features!

Watch our Band-in-a-Box® 2024 for Mac® Boot Camp: Working with the Newest Features video, and follow along as we demonstrate how to create a new song from scratch using some of the major new features in Band-in-a-Box® 2024 for Mac®, like the Chord Progression Builder, the new MultiPicker Library Window, and the new Tracks Window!

Watch: Band-in-a-Box® 2024 for Mac® Boot Camp: Working with the Newest Features

Band-in-a-Box® 2024 for Mac® Videos: One-Stop Shopping!

With the release of Band-in-a-Box® 2024 for Mac®, we're adding new videos to our YouTube channel. We'll also post them here when they are published so that you can easily find all of our Band-in-a-Box® 2024 for Mac® videos in one place!

The Band-in-a-Box® 2024 for Mac videos released as-of June 28, 2024 are:

Band-in-a-Box® 2024 for Mac® - Everything you need to know in under 8 minutes!

Band-in-a-Box® 2024 for Mac® - The New Tracks Window Explained

Band-in-a-Box® 2024 for Mac® - RealCombos Booster PAK Styles Demo

Band-in-a-Box® 2024 for Mac® - 49-PAK Overview

Band-in-a-Box® 2024 for Mac® - 222 New RealTracks Overview

Forum Statistics
Forums65
Topics82,383
Posts743,973
Members38,761
Most Online2,537
Jan 19th, 2020
Newest Members
ravshmuel, Bigfan, Bob Bethune, TomBomb, joseakio
38,761 Registered Users
Top Posters(30 Days)
MarioD 140
DC Ron 83
rsdean 80
WaoBand 67
Today's Birthdays
CharlyFranks
Powered by UBB.threads™ PHP Forum Software 7.7.5