I'm trying to trigger the SAMPLE & HOLD with each note played via MIDI, but using the LFO as a sample source instead of NOISE. But it's not working and it feels like something is broken.
So the basic patch is:
LFO TRIANGLE -> SAMPLE HOLD IN
KBD TRIG -> SH EXT CLOCK
SAMPLE HOLD OUT -> whatever I want to modulate
This doesn't work-- the SH output doesn't change as notes are played.
However these variations to the above patch DO work:
- Disconnect LFO -> SAMPLE HOLD IN and just use the normalized NOISE input (random sample on each note)
- Disconnect KBD TRIG -> SH EXT CLOCK (LFO sampled with internal SH clock)
- Replace LFO -> SAMPLE HOLD IN with VCO at low frequency
- And other similar variations of either the input to SAMPLE HOLD IN or input to SH EXT CLOCK
So this confirms that LFO -> SH IN works and KBD TRIG -> SH EXT CLOCK works; they just don't work together.
This does seem broken, right? Am I missing something?
Thanks!