From 21eb44012421643b5d40f3e4bd0fa4d4143cebf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Szab=C3=B3?= <34127628+firolightfog@users.noreply.github.com> Date: Tue, 13 Jan 2026 17:17:22 +0100 Subject: [PATCH] Add comments indicating forked version and features removed --- src/Prototype.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Prototype.cpp b/src/Prototype.cpp index ed05a03..1f6bfe2 100644 --- a/src/Prototype.cpp +++ b/src/Prototype.cpp @@ -11,6 +11,8 @@ #include #endif +// Forked from VCV Prototype v1.3.0 +// some features removed using namespace rack; Plugin* pluginInstance;