From 97bd9854edcc6002859b3038a118f5823d99f66f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 11 Sep 2022 21:11:15 +0200 Subject: [PATCH] Do not bundle simple-synth script with release builds This is really just an example synth (sine wave + fixed basic ASR envelope). Note: existing sessions using the synth are not affected, the script is saved with the session. --- share/scripts/{synth1.lua => _simple_synth.lua} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename share/scripts/{synth1.lua => _simple_synth.lua} (100%) diff --git a/share/scripts/synth1.lua b/share/scripts/_simple_synth.lua similarity index 100% rename from share/scripts/synth1.lua rename to share/scripts/_simple_synth.lua