Skip to content

Commit ced3241

Browse files
author
Shaji Khan
committed
Impulse response plugin works
new: Tangamp plugin
1 parent 494906c commit ced3241

20 files changed

Lines changed: 465 additions & 13 deletions

File tree

app/src/main/assets/amps.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,5 +754,60 @@
754754
"Single ended EL84",
755755
"Single ended 6V6"
756756
]
757+
},
758+
"TamgAmp": {
759+
"2": [
760+
"none",
761+
"12AT7 preamp",
762+
"12AT7 feed",
763+
"12AT7 + master 6V6",
764+
"12AT7 + push/pull 6V6",
765+
"12AU7 preamp",
766+
"12AU7 feed",
767+
"12AU7 + master 6V6",
768+
"12AU7 + push/pull 6V6",
769+
"12AX7 preamp",
770+
"12AX7 feed",
771+
"12AX7 + master 6V6",
772+
"12AX7 + push/pull 6V6",
773+
"6C16 preamp",
774+
"6DJ8 preamp",
775+
"6DJ8 feed",
776+
"6DJ8 + master 6V6",
777+
"6DJ8 + push/pull 6V6",
778+
"Master 6V6"
779+
],
780+
"3": [
781+
"none",
782+
"default",
783+
"VOX AC-15",
784+
"VOX AC-30 59/86",
785+
"Ampeg VL 501",
786+
"Ampeg Reverbrocket",
787+
"Fender 59 Bassman 5F6-A",
788+
"Bogner Triple Giant Preamp",
789+
"Hughes&Kettner",
790+
"Engl",
791+
"Fender Blues Junior",
792+
"Fender default",
793+
"Fender Hot Rod",
794+
"Fender 64 Princeton AA1164",
795+
"Fender 69 Twin Reverb AA270",
796+
"Gibsen GS 12 Reverbrocket",
797+
"Trio Preamp",
798+
"Ibanez GX 20",
799+
"Marshall JCM 2000",
800+
"Marshall JCM 800",
801+
"Marshall JTM 45",
802+
"Marshall 2199 30W",
803+
"Marshall 67 Major Lead 200",
804+
"Mesa/Boogie Mark",
805+
"Peavey C20",
806+
"Roland Cube 60",
807+
"Soldano SLO 100",
808+
"Sovtek MIG 100 H",
809+
"Mesa/Boogie Rectifier Solo",
810+
"Mesa/Boogie VTwin"
811+
]
757812
}
758813
}

app/src/main/assets/lv2/libImpulseLoader.so/urn_brummer_ImpulseLoader.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,17 @@
7474
"index": 6,
7575
"name": "NOTIFY",
7676
"symbol": "NOTIFY"
77+
},
78+
"7": {
79+
"InputPort": true,
80+
"ControlPort": true,
81+
"default": "0.0",
82+
"index": 7,
83+
"maximum": "1.0",
84+
"minimum": "0.0",
85+
"name": "Normalize",
86+
"portProperty": "http://lv2plug.in/ns/lv2core#toggled",
87+
"symbol": "Normalize",
88+
"toggle": true
7789
}
7890
}
Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,65 @@
1-
{"-1": {"http://xmlns.com/foaf/0.1/Person": true, "http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://guitarix.sourceforge.net", "http://xmlns.com/foaf/0.1/mbox": "mailto:guitarix-developer@lists.sourceforge.net", "http://xmlns.com/foaf/0.1/name": "Guitarix team", "pluginName": "X_tinyterror_"}, "0": {"AudioPort": true, "OutputPort": true, "index": 0, "name": "Out", "symbol": "out"}, "1": {"AudioPort": true, "InputPort": true, "index": 1, "name": "In", "symbol": "in"}, "2": {"InputPort": true, "ControlPort": true, "default": "1.0", "designation": "http://lv2plug.in/ns/lv2core#enabled", "index": 2, "maximum": "1.0", "minimum": "0.0", "name": "BYPASS", "portProperty": "http://lv2plug.in/ns/lv2core#toggled", "symbol": "BYPASS"}, "3": {"InputPort": true, "ControlPort": true, "default": "0.5", "index": 3, "maximum": "1.0", "minimum": "0.0", "name": "GAIN1", "symbol": "GAIN1"}, "4": {"InputPort": true, "ControlPort": true, "default": "0.5", "index": 4, "maximum": "1.0", "minimum": "0.0", "name": "TONE", "symbol": "TONE"}, "5": {"InputPort": true, "ControlPort": true, "default": "0.5", "index": 5, "maximum": "1.0", "minimum": "0.0", "name": "VOLUME", "symbol": "VOLUME"}}
1+
{
2+
"-1": {
3+
"http://xmlns.com/foaf/0.1/Person": true,
4+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://guitarix.sourceforge.net",
5+
"http://xmlns.com/foaf/0.1/mbox": "mailto:guitarix-developer@lists.sourceforge.net",
6+
"http://xmlns.com/foaf/0.1/name": "Guitarix team",
7+
"pluginName": "X_tinyterror_"
8+
},
9+
"0": {
10+
"AudioPort": true,
11+
"OutputPort": true,
12+
"index": 0,
13+
"name": "Out",
14+
"symbol": "out"
15+
},
16+
"1": {
17+
"AudioPort": true,
18+
"InputPort": true,
19+
"index": 1,
20+
"name": "In",
21+
"symbol": "in"
22+
},
23+
"2": {
24+
"InputPort": true,
25+
"ControlPort": true,
26+
"default": "1.0",
27+
"designation": "http://lv2plug.in/ns/lv2core#enabled",
28+
"index": 2,
29+
"maximum": "1.0",
30+
"minimum": "0.0",
31+
"name": "BYPASS",
32+
"portProperty": "http://lv2plug.in/ns/lv2core#toggled",
33+
"symbol": "BYPASS"
34+
},
35+
"3": {
36+
"InputPort": true,
37+
"ControlPort": true,
38+
"default": "0.5",
39+
"index": 3,
40+
"maximum": "1.0",
41+
"minimum": "0.0",
42+
"name": "GAIN1",
43+
"symbol": "GAIN1"
44+
},
45+
"4": {
46+
"InputPort": true,
47+
"ControlPort": true,
48+
"default": "0.5",
49+
"index": 4,
50+
"maximum": "1.0",
51+
"minimum": "0.0",
52+
"name": "TONE",
53+
"symbol": "TONE"
54+
},
55+
"5": {
56+
"InputPort": true,
57+
"ControlPort": true,
58+
"default": "0.5",
59+
"index": 5,
60+
"maximum": "1.0",
61+
"minimum": "0.0",
62+
"name": "VOLUME",
63+
"symbol": "VOLUME"
64+
}
65+
}
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
{
2+
"-1": {
3+
"pluginName": "TamgAmp",
4+
"index": 1
5+
},
6+
"0": {
7+
"AudioPort": true,
8+
"OutputPort": true,
9+
"index": 1,
10+
"name": "Out",
11+
"symbol": "out"
12+
},
13+
"1": {
14+
"AudioPort": true,
15+
"InputPort": true,
16+
"index": 0,
17+
"name": "In",
18+
"symbol": "in"
19+
},
20+
"2": {
21+
"InputPort": true,
22+
"ControlPort": true,
23+
"default": "1.0",
24+
"designation": "http://lv2plug.in/ns/lv2core#enabled",
25+
"index": 2,
26+
"maximum": "1.0",
27+
"minimum": "0.0",
28+
"toggle": true,
29+
"name": "Enable",
30+
"portProperty": "http://lv2plug.in/ns/lv2core#toggled",
31+
"symbol": "BYPASS"
32+
},
33+
"3": {
34+
"InputPort": true,
35+
"ControlPort": true,
36+
"default": "0",
37+
"index": 3,
38+
"maximum": "18",
39+
"minimum": "0.0",
40+
"name": "Amplifier Chain",
41+
"symbol": "preamp"
42+
},
43+
"4": {
44+
"InputPort": true,
45+
"ControlPort": true,
46+
"default": "0",
47+
"index": 4,
48+
"maximum": "29",
49+
"minimum": "0.0",
50+
"name": "Tone Stack",
51+
"symbol": "TONE"
52+
},
53+
"5": {
54+
"InputPort": true,
55+
"ControlPort": true,
56+
"default": "1",
57+
"index": 5,
58+
"maximum": "48",
59+
"minimum": "-72",
60+
"name": "Input Level Correction",
61+
"symbol": "VOLUME"
62+
},
63+
"6": {
64+
"InputPort": true,
65+
"ControlPort": true,
66+
"default": "50",
67+
"index": 6,
68+
"maximum": "100",
69+
"minimum": "1",
70+
"name": "Gain",
71+
"symbol": "VOLUME"
72+
},
73+
"7": {
74+
"InputPort": true,
75+
"ControlPort": true,
76+
"default": "50",
77+
"index": 7,
78+
"maximum": "100",
79+
"minimum": "1",
80+
"name": "Bass",
81+
"symbol": "VOLUME"
82+
},
83+
"8": {
84+
"InputPort": true,
85+
"ControlPort": true,
86+
"default": "50",
87+
"index": 8,
88+
"maximum": "100",
89+
"minimum": "1",
90+
"name": "Middle",
91+
"symbol": "VOLUME"
92+
},
93+
"9": {
94+
"InputPort": true,
95+
"ControlPort": true,
96+
"default": "50",
97+
"index": 6,
98+
"maximum": "100",
99+
"minimum": "1",
100+
"name": "Treble",
101+
"symbol": "VOLUME"
102+
},
103+
"10": {
104+
"InputPort": true,
105+
"ControlPort": true,
106+
"default": "1",
107+
"index": 10,
108+
"maximum": "48",
109+
"minimum": "-72",
110+
"name": "Output Level Correction",
111+
"symbol": "VOLUME"
112+
}
113+
}

0 commit comments

Comments
 (0)