Introducing SPL Chart

Anything not covered elsewhere.
Post Reply
Message
Author
User avatar
Chris_Allen
Posts: 3355
Joined: Wed Jul 11, 2007 2:43 pm
Location: Huddersfield, UK

Introducing SPL Chart

#1 Post by Chris_Allen »

Here is a list of all the SPL files currently supported:

Important changes!
Due to a change in the way phpbb uses it's bbcodes, the format of this tool has changed from

Code: Select all

[spl dbmin=80]DR200[/spl]
to

Code: Select all

[spl]DR200&dbmin=80[/spl]
I'll update all the examples accordingly and correct other posts as I go.

8x10Sealed

ATDMCM8

D2510
D2512
D3012HO
D3015LF
DBeta10

DBP102
DR200 (unported)
DR200ASD1001 (ported)
DR250 (unported)
DR250ASD1001 (ported)
DR280 (unported)
DR280NSD2005 (ported)

DS2010

EVSX100
EVSX300

J110ASD1001
J110
J110M12
J110NSD2005
J112D2512ASD1001
J112D2512
J112D2512M16
J112D3012
J115D2515
J115D2515M20
J115D2515ASD1001
J115D2515NSD2005
J210F12

JBLMRX525
JBLSRX718
JBLSRX728
JBLVRX915M
JBLVRX932LAP
JBLVT4880

LABSUB

Mackie1501
Mackie1501M
MackieS218

O105D2510 [Obsolete]
O105D2510P1005 [Obsolete]
O10D2510 [Obsolete]
O12 [Obsolete]
O15D3015 [Obsolete]
O15DEVM [Obsolete]

O12D2512DA6AAPT80
O12DBP102X2DA6AAPT80
O15D2515DA6AAPT80
O15DD12LFX2DA6AAPT80

OT12D2512M12
OT12D2512ASD1001
OT12D3012NSD2005
OT12P [Obsolete]
OT15P20M [Obsolete]

OT15M20
OT15D3015CDASD
OT212P [Obsolete]
OT215P [Obsolete]


peavey112

PiezoMA20OnAxis
PiezoMAOnAxis
PiezoSA16OnAxis
PiezoSAOnAxis

RAD1
RAD2

sb4112ht

Simplexx10D2510
Simplexx10D2510APT80
Simplexx10DBeta10CX
Simplexx12D2512APT80
Simplexx12DBeta12CX
Simplexx15D3015PSD2013
Simplexx15DKappa15ASD

SLA
SLAPRO4ALPHA6

T24W16D2010
T24W16DBP102
T24W24D2010
T24W24DBP102

T30W16D2010
T30W16D3012LF
T30W24D2010
T30W24D2010x2
T30W27D3012LF
T30W27D3012LFX2
T30W30D3012LF

T36W25D3015
T36W27D4012X2C2
T36W27D4012X2C4
T36W27D4012X2

T39W14D2010
T39W16D3012
T39W18D2010
T39W20D102VC2
T39W20D10
T39W20D3012
T39W24D3012LF
T39W24D3012LFC2
T39W24D3012LFC4
T39W24D3012LFC8
T39W30D12
T39W30D3012

T45W13D3010LF
T45W18D3010LF
T45W15DLab12
T45W24DLab12

T48W14DHL10C
T48W15D3012
T48W18D3015
T48W18D4012
T48W24D3012
T48W24D3015
T48W36D3015

T60W15DLab12
T60W20DLab12
T60W27DLab15
T60W30DLab12X2

THTW15DLab12
THTW30DLab12
THTW18DTempest
THTW30DTempest

TLAH

TTW16DMCMCorner
TTW16DMCMFree
TTW16DMCMWall

W10D2510M
W10 [Obsolete]

W8M
W8DLA8MB [Obsolete]

W6M

Yamaha112V
Yamaha115V
Yamaha215V



I've written a small tool that will allow you to insert any of the SPL charts into your posts defining the frequency range, dB range, graph size to name a few. The tool works just the same as the other tags, for example, if you wanted to insert an image you would use:

Code: Select all

[img]http://myimagehost.com/pic_of_my_cab.jpg[/img]
similarly, you use render your SPL chart in the same way:

Code: Select all

Syntax: [spl]<charts>&<arguments>[/spl]
The SPL tool accepts the following size arguments:

width - The width of the chart, maximum 800: width=650
height - The height of the chart, maximum 600: height=250
(the chart will increase its height for the chart details)

Code: Select all

[spl]DR200&width=650&height=250[/spl]


The SPL tool accepts the following frequency arguments:

fmin - The minimum displayed frequency: fmin=40
fmax - The maximum displayed frequency: fmax=250
fmark - Marks key frequency points in the chart, comma separated: fmark=40,70,1000

Code: Select all

[spl width=650&height=250&fmin=40&fmax=500]DR200[/spl]

Code: Select all

[spl]DR200&width=650&height=250&fmin=40&fmax=500&fmark=65,255,300[/spl]


The SPL tool accepts the following db arguments:

dbmin - The minimum displayed db: dbmin=80
dbmax - The maximum displayed db: dbmax=115
dbmark - Marks key db points in the chart, comma separated: dbmark=95,106

Code: Select all

[spl]DR200&width=650&height=250&dbmin=80&dbmax=115[/spl]

Code: Select all

[spl]DR200&width=650&height=250&dbmin=80&dbmax=115&dbmark=95,106[/spl]


You can also combine all the commands together:

Code: Select all

[spl]DR200&width=650&height=250&dbmin=80&dbmax=115&dbmark=95,106&fmin=40&fmax=500&fmark=65,255,300[/spl]


On any chart you can combine up to 9 different plots, you just specify the names comma separated:

Here is the DR range:

Code: Select all

[spl]DR200,DR250,DR280&width=650&height=250&dbmin=80&dbmax=115&fmin=40&fmax=20000[/spl]


Here is the OmniTop range:

Code: Select all

[spl]OT12P,OT212P,OT15P20M,OT215P,OT15D3015CDASD&width=650&height=250&dbmin=80&dbmax=115&fmin=40&fmax=20000[/spl]


Here is the Omni Range:

Code: Select all

[spl]O105D2510,O10D2510,O12,O15D3015&dbmin=80&dbmax=115&fmin=40&fmax=20000[/spl]


Here is the T39 range:

Code: Select all

[spl]T39W30D12,T39W20D10,T39W18D2010,T39W14D2010&width=650&height=250&dbmin=80&dbmax=115&fmin=20&fmax=200[/spl]


Here is the T48 range:

Code: Select all

[spl]T48W14DHL10C,T48W15D3012,T48W18D3015,T48W18D4012,T48W24D3012,T48W24D3015,T48W36D3015&width=650&height=250&dbmin=80&dbmax=115&fmin=20&fmax=200[/spl]


Here is the T30 range:

Code: Select all

[spl]T30W24D2010,T30W24D2010x2,T30W16D2010&width=650&height=250&dbmin=80&dbmax=115&fmin=20&fmax=200[/spl]


Here is the T36 range:

Code: Select all

[spl]T36W27D4012X2,T36W27D4012X2C2,T36W27D4012X2C4&dbmin=85&dbmax=125&fmin=20&fmax=200[/spl]


Here are other non BFM cabs/designs:

Code: Select all

[spl]8x10Sealed,JBLMRX525,Mackie1501,JBLSRX718&width=650&height=250&dbmin=80&dbmax=115&fmin=20&fmax=20000[/spl]


Here are some drivers:

Code: Select all

[spl]D2510,D2512,D3015LF,DBeta10,DBP102,DS2010&width=650&height=250&dbmin=60&dbmax=115&fmin=20&fmax=20000[/spl]


Here are some wedges:

Code: Select all

[spl]W8DLA8MB,W10,JBLVRX915M&dbmin=80&dbmax=115[/spl]



Yamaha series:

Code: Select all

[spl]Yamaha112V,Yamaha115V,Yamaha215V&dbmin=80&dbmax=115[/spl]


I haven't put in all the charts yet, but I'll be adding them all the time.

If you want an external chart Mackie,JBL,Yamaha etc. PM me the data or a chart image and I'll add it.

[upgraded to new renderer]
Last edited by Chris_Allen on Sun Jan 07, 2018 9:46 am, edited 40 times in total.
Built:
6xDR200, 2xT39, 2xT48, 2xJack110, 1xOmni10.5, 1xAutotuba, 1xT18, 1xSLA Pro, 1xW8, 1xW10

User avatar
David Carter
Posts: 1826
Joined: Mon Jan 01, 2007 7:20 am
Location: (East) Tennessee, USA

Re: Introducing SPL Chart

#2 Post by David Carter »

Chris, this is awesome! One question... can you share a list of all the possible model/width/driver combination you have data for? I'd hate to have to use trial-and-error all the time to see whether or not the chart data exists for a particular cab permutation.

Thanks for the great work!
Dave

Built:
- Omni 10 (S2010 + piezo array)
- 2 x DR250 (DL II 2510 + melded array)
- 2 x Titan 39 (BP102 - 14"W)
- 2 x Titan 39 (3012LF - 20"W)
- 4 x DR200 (Delta Pro 8B + melded array)

User avatar
Chris_Allen
Posts: 3355
Joined: Wed Jul 11, 2007 2:43 pm
Location: Huddersfield, UK

Re: Introducing SPL Chart

#3 Post by Chris_Allen »

Currently they are all listed in the top post!

Once I've imported them all I'll list the names and descriptions in a single post.
Built:
6xDR200, 2xT39, 2xT48, 2xJack110, 1xOmni10.5, 1xAutotuba, 1xT18, 1xSLA Pro, 1xW8, 1xW10

wallywally
Posts: 674
Joined: Thu Jun 21, 2007 7:20 pm
Location: Mount Airy, MD
Contact:

Re: Introducing SPL Chart

#4 Post by wallywally »

That is a very nice tool. Thanks . :D :D :D
Builds:
T-39
DR 280
Wedgehorn 8
Omni 12
SLA
TAT
TLAH experimental

User avatar
Dave Non-Zero
Posts: 1939
Joined: Thu Jul 13, 2006 4:59 am
Location: Dundee, Scotland
Contact:

Re: Introducing SPL Chart

#5 Post by Dave Non-Zero »

you are a genius. :D
-1 for thought terminating cliches.

Built and/or own:
8 x T48 24" 3015LF
6 x DR280
2 x DR250 old style beta10
2 x T36s 20" delta15L
1 x TAT
1 x dual Lab12 30" T60

In Progress:
2 x DR280

Ron K
Posts: 1569
Joined: Sun Jun 17, 2007 12:08 pm
Location: North East Pa.
Contact:

Re: Introducing SPL Chart

#6 Post by Ron K »

Sweet tool! very nice indeed!
Ever since I replaced sex with food I cant even get into my own pants!

DaveK
Posts: 735
Joined: Tue Dec 05, 2006 9:51 pm
Location: Sacramento CA

Re: Introducing SPL Chart

#7 Post by DaveK »

How can I define the dataset to chart a cab I've measured myself?

User avatar
Dave Non-Zero
Posts: 1939
Joined: Thu Jul 13, 2006 4:59 am
Location: Dundee, Scotland
Contact:

Re: Introducing SPL Chart

#8 Post by Dave Non-Zero »

Ok so i just wanted to be the first to use Chris's new code to post up my own system. :D



This is a really useful tool!
-1 for thought terminating cliches.

Built and/or own:
8 x T48 24" 3015LF
6 x DR280
2 x DR250 old style beta10
2 x T36s 20" delta15L
1 x TAT
1 x dual Lab12 30" T60

In Progress:
2 x DR280

User avatar
Chris_Allen
Posts: 3355
Joined: Wed Jul 11, 2007 2:43 pm
Location: Huddersfield, UK

Re: Introducing SPL Chart

#9 Post by Chris_Allen »

DaveK wrote:How can I define the dataset to chart a cab I've measured myself?
Send me the data.
Built:
6xDR200, 2xT39, 2xT48, 2xJack110, 1xOmni10.5, 1xAutotuba, 1xT18, 1xSLA Pro, 1xW8, 1xW10

wb2
Posts: 42
Joined: Sun Dec 21, 2008 2:41 pm
Location: Ontario, Canada

Re: Introducing SPL Chart

#10 Post by wb2 »

Wow, nicely done Chris.

User avatar
Chris_Allen
Posts: 3355
Joined: Wed Jul 11, 2007 2:43 pm
Location: Huddersfield, UK

Re: Introducing SPL Chart

#11 Post by Chris_Allen »

Dave Non-Zero wrote:This is a really useful tool!
You do realise you don't win a prize, especially considering if you would have waited a week I would be owning the 4x DR280's :twisted:

The DR's in the charts have the flat arrays. I have a chart for a 20 Piezo melded array which I will sample for overlaying.
Built:
6xDR200, 2xT39, 2xT48, 2xJack110, 1xOmni10.5, 1xAutotuba, 1xT18, 1xSLA Pro, 1xW8, 1xW10

User avatar
David Carter
Posts: 1826
Joined: Mon Jan 01, 2007 7:20 am
Location: (East) Tennessee, USA

Re: Introducing SPL Chart

#12 Post by David Carter »

Chris_Allen wrote:The DR's in the charts have the flat arrays. I have a chart for a 20 Piezo melded array which I will sample for overlaying.
What about the DR250 chart? What kind of piezo array is represented? Also, is it pre-throat filler, filter, etc. or does it include these mods?
Dave

Built:
- Omni 10 (S2010 + piezo array)
- 2 x DR250 (DL II 2510 + melded array)
- 2 x Titan 39 (BP102 - 14"W)
- 2 x Titan 39 (3012LF - 20"W)
- 4 x DR200 (Delta Pro 8B + melded array)

User avatar
BrentEvans
Posts: 3044
Joined: Thu Oct 09, 2008 10:38 am
Location: Salisbury, NC

Re: Introducing SPL Chart

#13 Post by BrentEvans »

Great tool, Chris.

Is there any way to use it outside of a post, other than just making a new topic and using preview?
99% of the time, things that aren't already being done aren't being done because they don't work. The other 1% is split evenly between fools and geniuses.

User avatar
Chris_Allen
Posts: 3355
Joined: Wed Jul 11, 2007 2:43 pm
Location: Huddersfield, UK

Re: Introducing SPL Chart

#14 Post by Chris_Allen »

David Carter wrote:What about the DR250 chart? What kind of piezo array is represented? Also, is it pre-throat filler, filter, etc. or does it include these mods?
I'm assuming that the charts are all premods, no throat fillers, no filters, no melded array unless specified. They are all taken from Bills existing charts - none of this data is new. I would say that the 250 is the flat 10 element piezo array.

I've added some driver charts as well.
Built:
6xDR200, 2xT39, 2xT48, 2xJack110, 1xOmni10.5, 1xAutotuba, 1xT18, 1xSLA Pro, 1xW8, 1xW10

User avatar
Chris_Allen
Posts: 3355
Joined: Wed Jul 11, 2007 2:43 pm
Location: Huddersfield, UK

Re: Introducing SPL Chart

#15 Post by Chris_Allen »

BrentEvans wrote:Is there any way to use it outside of a post, other than just making a new topic and using preview?
Technically, Yes. But I don't want it using outside the site since Bill is paying for the bandwidth.

So, if you want to see a chart, you are stuck with the preview method.
Built:
6xDR200, 2xT39, 2xT48, 2xJack110, 1xOmni10.5, 1xAutotuba, 1xT18, 1xSLA Pro, 1xW8, 1xW10

Post Reply