This project aims to create Synth1(Vsti) Presets from an existing audio-sample to get the nearest possible sound out of the VSTi.
- TestSampleGen - A tool that creates audio samples for testing from the Vst synthesizer Synth1
- Machine learning..... coming soon!
Clone project or download and extract zip-file.
- Installed Visual Studio
TestSampleGen:
Open TestSampleGen/TestSampleGen.sln in Visual Studio. Install NuGet packages VST.NETx86 und NAudio. At the time of writing the version of both was v1.10 but I except no issues if newer versions come up.
TestSampleGen:
At the moment you have to set up Synth1 once for the tool to work:
- Run TestSampleGen inside Visual Studio
- Press the load Vst Button
- Select in the Synth1 folder the file 'Synth1 VST.dll'
coming soon!
- VST.NET - The web framework used
- Visual Studio 2019 community - Dependency Management
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Patrick Steurer - Initial work - GenExe
This project is licensed under the GNU GPL V3 License - see the LICENSE.md file for details