summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2020-11-23 19:40:14 +1100
committerDamien Zammit <damien@zamaudio.com>2020-11-23 20:03:45 +1100
commitd7e299b6a1c0b3727a336862a87c8ef1c909fe0d (patch)
tree52face984010b8686adfcb114dfd8a22ce75de17
parent77da69c220dbb7cdccf3b316e567e6ae69a0579d (diff)
ZamTube: Use 12AX7 specs for triode
-rw-r--r--plugins/ZamTube/triode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ZamTube/triode.cpp b/plugins/ZamTube/triode.cpp
index 9796063..ac5ff6e 100644
--- a/plugins/ZamTube/triode.cpp
+++ b/plugins/ZamTube/triode.cpp
@@ -60,7 +60,7 @@ Triode::Triode()
//12AX7 RSD-1 (custom)
mu = 100.;
kx = 1.4;
- kg1 = 446.;
+ kg1 = 1060.;
kp = 600.;
kvb = 300.;
}