mmm.
Works here as expected.
S = ((R(12), 'u11', 'u2',),
(R(11), GND, 'u10',),
(R('L'), 'u12', 'V6',),
(L(1), 'u8', 'u12',),
(R(3), 'u3', '+9V',),
(V('cc'), '+9V',),
(P(1), 'u10', 'u11', 'u9',),
(C(1), 'V2', 'V1',),
(R(10), GND, 'u6',),
(R(5), GND, 'V6',),
(R(7), 'u8', 'V6',),
(R(6), 'V6', 'u3',),
(R(8), 'u5', 'u3',),
(R(1), 'V1', 'u7',),
(C(4), 'u5', 'u9',),
(C(3), 'u6', 'u8',),
(R(4), GND, 'u4',),
(R(2), 'u8', 'V2',),
(C(2), 'V6', GND,),
(T(2), 'u1', 'u5', 'u6',),
(T(1), 'u3', 'V2', 'u4',),
(C(6), 'u2', 'u3',),
(R(9), 'u1', '+9V',),
(OUT, 'u2',),
(IN, 'u7',),
)
V = {C(1): 0.01e-6,
C(2): 4.7e-6,
C(3): 0.01e-6,
C(4): 0.22e-6,
C(6): 0.22e-6,
L(1): 0.5,
P(1): dict(value=80.e3, var='Wah', a=3),
R('L'): 60.,
R(1): 68.e3,
R(10): 10.e3,
R(11): 10.e3,
R(12): 10.e3,
R(2): 1.5e3,
R(3): 22.e3,
R(4): 510.,
R(5): 100.e3,
R(6): 470.e3,
R(7): 33.e3,
R(8): 470.e3,
R(9): 1.e3,
T(1): dict(Vt=26e-3, Is=20.3e-15, Bf=1430, Br=4),
T(2): dict(Vt=26e-3, Is=20.3e-15, Bf=1430, Br=4),
V('cc'): 9.,
}
build lv2_plugin from: ['VoxWahV847.sch']
VoxWahV847
Please select a Plugin type from the list
1) DelayPlugin 14) BandpassPlugin 27) FlangerPlugin
2) ReverbPlugin 15) CombPlugin 28) PhaserPlugin
3) DistortionPlugin 16) EQPlugin 29) ReverbPlugin
4) WaveshaperPlugin 17) MultiEQPlugin 30) SimulatorPlugin
5) DynamicsPlugin 18) ParaEQPlugin 31) ReverbPlugin
6) AmplifierPlugin 19) HighpassPlugin 32) SpatialPlugin
7) CompressorPlugin 20) LowpassPlugin 33) SpectralPlugin
8) EnvelopePlugin 21) GeneratorPlugin 34) PitchPlugin
9) ExpanderPlugin 22) ConstantPlugin 35) UtilityPlugin
10) GatePlugin 23) InstrumentPlugin 36) AnalyserPlugin
11) LimiterPlugin 24) OscillatorPlugin 37) ConverterPlugin
12) FilterPlugin 25) ModulatorPlugin 38) FunctionPlugin
13) AllpassPlugin 26) ChorusPlugin 39) MixerPlugin
I guess you’ve downloaded the latest source from guitarix github repository. Then point your terminal to the /trunk/tools/ampsim/DK/docker/ folder and run
‘./docker-dkbuilder’ /were/ever/you’ve/guitarix/downloaded/to/guitarix-git/
The important step is to point the docker script to the guitarix-git source code, otherwise it wouldn’t find them after the docker image is ready to use.