From 609c61b89b8f4190c14047f4e3b678b79c0f6eb2 Mon Sep 17 00:00:00 2001 From: chichian <7537479+chichian@users.noreply.github.com> Date: Mon, 23 Jan 2023 23:20:29 -0800 Subject: [PATCH] Update README.md Fix link to multiScope image. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf1a2c7..7ff9b38 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ Starting in Rack v1, the ability to see and set parameter (i.e knob) values dire + **MOD** - The modulated waveform (based on the MOD knob and the incoming MOD signal input). ### multiScope -![multiScope](https://github.com/j4s0n-c/trowaSoft-VCV/blob/master/screenshots/multiScope.png?raw=true "multiScope") +![multiScope](https://github.com/j4s0n-c/trowaSoft-VCV/blob/v2/screenshots/multiScope.png?raw=true "multiScope") **multiScope** is a visual effects scope, with lissajous mode, that allows three (3) waveforms to be drawn on the same screen/canvas. (code based on [JW Modules FullScope](https://github.com/jeremywen) and [Fundamental Scope](https://github.com/VCVRack/Fundamental))