summaryrefslogtreecommitdiff
path: root/plugins/ZamTube/tonestacks.hpp
blob: 13eb1d4c5fa53aeaa95832053ef128f3886e56a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#ifndef TONESTACKS_HPP
#define TONESTACKS_HPP

namespace Tonestacks
{
	extern const float* bassman;
	extern const float* mesa;
	extern const float* twin;
	extern const float* princeton;
	extern const float* jcm800;
	extern const float* jcm2000;
	extern const float* jtm45;
	extern const float* mlead;
	extern const float* m2199;
	extern const float* ac30;
	extern const float* ac15;
	extern const float* soldano;
	extern const float* sovtek;
	extern const float* peavey;
	extern const float* ibanez;
	extern const float* roland;
	extern const float* ampeg;
	extern const float* ampegrev;
	extern const float* bogner;
	extern const float* groove;
	extern const float* crunch;
	extern const float* fenderblues;
	extern const float* fender;
	extern const float* fenderdeville;
	extern const float* gibson;

	extern const float* adjustdb;
}

#endif