Skip to content

Commit 51940c5

Browse files
SpotlightKidfalkTX
authored andcommitted
fix: classic polysynth example produced no sound without host automation
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
1 parent ca67db4 commit 51940c5

File tree

1 file changed

+6
-38
lines changed

1 file changed

+6
-38
lines changed

patches/examples/SpotlightKid_-_Classic-Polysynth.vcv

Lines changed: 6 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"id": 2
2222
},
2323
{
24-
"value": 0.70723104476928711,
24+
"value": 0.64457994699478149,
2525
"id": 3
2626
},
2727
{
@@ -268,11 +268,11 @@
268268
"version": "2.0",
269269
"params": [
270270
{
271-
"value": 0.10240961611270905,
271+
"value": 0.17951798439025879,
272272
"id": 0
273273
},
274274
{
275-
"value": 0.21445769071578979,
275+
"value": 0.27710825204849243,
276276
"id": 1
277277
},
278278
{
@@ -354,15 +354,15 @@
354354
"version": "2.0",
355355
"params": [
356356
{
357-
"value": 0.89999997615814209,
357+
"value": 0.0,
358358
"id": 0
359359
},
360360
{
361361
"value": 0.89999997615814209,
362362
"id": 1
363363
},
364364
{
365-
"value": 0.89999997615814209,
365+
"value": 0.0,
366366
"id": 2
367367
},
368368
{
@@ -481,7 +481,7 @@
481481
"data": {
482482
"filepath": "",
483483
"lang": "None",
484-
"etext": "A classic polyphonic 2-oscillator synthesizer\n---------------------------------------------\n\n* 2 VCOs with blendable sawtooth and pulse waves\n* 1 multi-mode filter\n* 1 filter envelope\n* 1 VCA envelope\n* 1 multi-waveform LFO\n\nNotes:\n\n* The LFO is patched to oscillator pitch by default.\n The amount can be controlled via the 2A and 2B level\n knobs of the \"Matrix44\" mixer module.\n* You can control additional destinations with the LFO by \n patching its output(s) into the \"Matrix44\" module's input \n (optionally via the \"8Vert\" attenuator module) and\n then the outputs of the \"Matrix44\" module into the \n destinations. Then use its corresponding level knobs to \n control the amount.\n* The pitch bend amount can be controlled via the 3A and 3B\n level knobs of the \"Matrix44\" module (3.5% is roughly 2\n semitones).\n* The number of polyphonic voices can be set via the \n context menu of the \"Cardinal Host MIDI\" module.\n\n\n\n\n\n",
484+
"etext": "A classic polyphonic 2-oscillator synthesizer\n---------------------------------------------\n\n* 2 VCOs with blendable sawtooth and pulse waves\n* 1 multi-mode filter\n* 1 filter envelope\n* 1 VCA envelope\n* 1 multi-waveform LFO\n\nNotes:\n\n* The LFO is patched to oscillator pitch by default.\n The amount can be controlled via the 2A and 2B level\n knobs of the \"Matrix44\" mixer module.\n* You can control additional destinations with the LFO by \n patching its output(s) into the \"Matrix44\" module's input \n (optionally via the \"8Vert\" attenuator module) and\n then the outputs of the \"Matrix44\" module into the \n destinations. Then use its corresponding level knobs to \n control the amount.\n* The pitch bend amount can be controlled via the 3A and 3B\n level knobs of the \"Matrix44\" module (3.5% is roughly 2\n semitones).\n* The number of polyphonic voices can be set via the \n context menu of the \"Cardinal Host MIDI\" module.\n\n\n\n\n\n\n",
485485
"width": 30
486486
},
487487
"pos": [
@@ -659,38 +659,6 @@
659659
"inputId": 6,
660660
"color": "#52ffff"
661661
},
662-
{
663-
"id": 6034011788891270,
664-
"outputModuleId": 4,
665-
"outputId": 0,
666-
"inputModuleId": 6599230938402504,
667-
"inputId": 1,
668-
"color": "#e952ff"
669-
},
670-
{
671-
"id": 5198909862757200,
672-
"outputModuleId": 4,
673-
"outputId": 1,
674-
"inputModuleId": 6599230938402504,
675-
"inputId": 3,
676-
"color": "#ff52d4"
677-
},
678-
{
679-
"id": 8852665925615104,
680-
"outputModuleId": 4,
681-
"outputId": 2,
682-
"inputModuleId": 6599230938402504,
683-
"inputId": 5,
684-
"color": "#ff9352"
685-
},
686-
{
687-
"id": 8906204691632270,
688-
"outputModuleId": 4,
689-
"outputId": 3,
690-
"inputModuleId": 6599230938402504,
691-
"inputId": 7,
692-
"color": "#ffd452"
693-
},
694662
{
695663
"id": 5415548314308516,
696664
"outputModuleId": 6599230938402504,

0 commit comments

Comments
 (0)