VST Preset Generator Changelog

What's new in VST Preset Generator 0.3.0

Jul 18, 2017
  • Big User Interface change to improve the workflow.
  • Ability to load preset values (FS#6).
  • Fix weird character at the end of parameter names (FS#30).
  • Update VPG files to save parameter values.
  • Display real parameter value instead of internal float value (FS#22).
  • Add a rounded range control to change parameter values.
  • Set constant value and normal middle value similar (FS#33).
  • Ability to change preset name, to remove preset, and to delete plugin.
  • Display parameter name for all plugins, including non-chunk plugins (FS#14)
  • Save last VST Preset folder in settings.

New in VST Preset Generator 0.2.8 (Jan 20, 2017)

  • Fix wrong chunk preset size (FS#27)
  • Fix endianness converter issue (FS#28)
  • Change folder of setting file (vpg.ini) from the application folder to a system folder.

New in VST Preset Generator 0.2.7 (Jan 20, 2017)

  • Speed-up load of plug-in with lots of parameters
  • Fix parameter names display when switching from non-chunk plugin to chunk plugin
  • Fix value refresh when the random method is changed
  • Set bank default size as plug-in max program (FS#24)
  • Move documentation to asciidoc format
  • Windows Installer (FS#12)
  • Add Windows application information (FS#19)
  • Fix typo licence to license (FS#25)
  • Add version number in VPG xml files, for future use.
  • Fix typo in French translation (FS#18)

New in VST Preset Generator 0.2.6 (May 23, 2016)

  • Change target name according to the platform:
  • Improve random generator with normal distribution.
  • Fix bug FS#15: Generation failed with plug-ins that does not support bank preset.
  • Update website and e-mail contact

New in VST Preset Generator 0.2.5 (May 23, 2016)

  • Release for Windows 64 bits and 32 bits
  • UI: move VstList Toolbar to the VstList panel
  • Update English and French translations. Also replace all vst/Vst by VST
  • Fix bug when compiling for 64bits machine (thanks to Anthony Leotta).
  • Linux support, but no official release yet
  • Use Qt5 static, no third party dependencies
  • Add automatic tests with a mock VST plugin

New in VST Preset Generator 0.2.4 (Feb 22, 2013)

  • This is a minor release to fix some internal memory leaks.

New in VST Preset Generator 0.2.3 (Oct 4, 2007)

  • Can change the application's language at the beginning (currently only English and French)
  • changed the max of program in a bank (100 to 1000)
  • generation button in the tool bar
  • the colums of the parameters table is automatic resized.
  • button to assign the same random method to all parameters
  • button to assign random method and random values to all parameters (just for fun!)
  • use of the progress bar when generating a patch file
  • on close, don't ask to save the vst list if it's empty
  • No crazy progress bar behavior when you load a vpg file
  • Use a ini file to store the path of differents files (vst folder, vpg folder and fxb/fxp folder)
  • Can import VST parameters from a drag&drop of a dll or patch file (spacedad idea)
  • change value in the parameter table in only one click (just to save life of your mouse ;) )