NeuralAmpModelerPlugin

Plugin for Neural Amp Modeler
Log | Files | Refs | Submodules | README | LICENSE

commit 36e0f2fc5e17311ad05ff28f779a5fa5855e9b5a
parent 6d245de5dd443c8b79737d03d06c384d30277338
Author: Steven Atkinson <[email protected]>
Date:   Sun, 20 Oct 2024 13:46:39 -0700

Update pull_request_template.md
Diffstat:
M.github/pull_request_template.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md @@ -7,6 +7,8 @@ Include [Closing words](https://docs.github.com/en/issues/tracking-your-work-wit ## PR Checklist - [ ] Does the VST3 plugin pass all of the unit tests in the [VST3PluginTestHost](https://steinbergmedia.github.io/vst3_dev_portal/pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html)? (Download it as part of the VST3 SDK [here](https://www.steinberg.net/developers/).) + - [ ] Windows + - [ ] macOS - [ ] Does your PR add, remove, or rename any plugin parameters? - - [ ] If yes, then have you ensured that older versions of the plug-in load correctly? (Usually, this means writing a new legacy unseralization function like [`_UnserializeStateLegacy_0_7_9`](https://github.com/sdatkinson/NeuralAmpModelerPlugin/blob/f755918e3f325f28658700ca954f8a47ec58d021/NeuralAmpModeler/NeuralAmpModeler.cpp#L823).) + - [ ] If yes, then have you ensured that older versions of the plug-in load correctly? (Usually, this means writing a new legacy unserialization function like [`_UnserializeStateLegacy_0_7_9`](https://github.com/sdatkinson/NeuralAmpModelerPlugin/blob/f755918e3f325f28658700ca954f8a47ec58d021/NeuralAmpModeler/NeuralAmpModeler.cpp#L823).)