From 306ee50b4dc10a4a42468dc90491b02efc508fea Mon Sep 17 00:00:00 2001 From: Matt Tytel Date: Wed, 14 Jun 2017 15:19:21 -0400 Subject: [PATCH] Removing old changelog files. --- ChangeLog | 3 -- NEWS | 114 ------------------------------------------------------ 2 files changed, 117 deletions(-) delete mode 100644 ChangeLog delete mode 100644 NEWS diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 77fcec9f24..0000000000 --- a/ChangeLog +++ /dev/null @@ -1,3 +0,0 @@ -2016-04-09 Matt Tytel - - * Makefiles: added ChangeLog file diff --git a/NEWS b/NEWS deleted file mode 100644 index 9a576ff52e..0000000000 --- a/NEWS +++ /dev/null @@ -1,114 +0,0 @@ -0.9.0 (unreleased) - - -0.8.6 (1 August 2016) - - * Smaller memory footprint - * Better initial unison phase for oscillators - * Fixed crash during rendering - -0.8.0 (24 June 2016) - - * Fixed crash/loud noise/silence when opening a project back up in some DAWs - * Normalized all factory patches! - * Better volume range to reduce distortion - * Fixed audio "blipping" that occurred sometimes when playing low notes, then high notes - * Fixed polyphonic modulation bugs in formant filter and stutter - * Modulation meters show last note played instead of (jumpy) average - * New stutter format with tempo syncing - * Stutter responds better to modulation and changing parameters - * Helm now responds to midi learn when GUI is closed - * Prioritized audio thread reduces the possibility of glitches at high CPU usage - * Fixed author not saving to patch - * Added modulation highlighting so you can see what sources are modulating a control - * Performance improvements for some features - * Oscilloscope now is note aligned for better viewing - * Fixed audio glitch when loading a patch with lots of saturation then one with little saturation - -0.7.0 (30 May 2016) - - * Performance improvements! - * Fixed crash when deleting and recreating a plugin - * Fixed saved state not loading correctly when opening project in DAW - * Fixed some Windows installation problems that caused patches not to appear - * Fixed some buffer size issues that caused audio glitches in some DAWs - * Way better sounding Formant Filter - * Per channel pitch bend - * Microtonal pitch bend support - * Added randomized waveforms to LFO sections - * Better oscilloscope scale in plugin version - * Added enable/disable animation flag - -0.6.0 (27 December 2015) - - * Performance improvements! - * Added a graphical keyboard! - * Added third envelope - * Reorganized layout and new colors, what do you think? - * Replaced oscillator "Mix" parameter with a full oscillator mixer - * Added update checking - * Added patch changing through MIDI - * Added some more patches - * Fixed 'zippering' and 'buzzing' with weird buffer sizes and bouncing audio - * Fixed portamento still affecting sound when off - * Fixed some problems with presets in different DAWs - * Fixed automation issues on tempo parameters - * Fixed unison phasing at beginning of note - * Fixed latency when reverb was enabled - * Fixed some Windows 64bit patch loading/saving problems - * Fixed Windows missing MSVCP110.dll problem - * When reopening the plugin GUI, Helm now shows the current patch and folder - * JACK MIDI input is now labeled "Helm" - * Better starting phases for unison voices - * Fixed some other small bugs no one probably (hopefully) noticed - -0.5.0 (10 September 2015) - - * New patch browser! - * Added a bunch of patches submitted by Cris Owl Alvarez - * Finally fixed AAX plugin on OSX ( Windows AAX still broken :( ) - * Fixed latency when playing monophonically with legato off - * Portamento now always uses the last note pressed to slide from - * Saving dialog shows up over synth now - * Saving now allows to specify author - * Fixed freeze when quickly loading patches - * JACK inputs are now labeled "Helm" - * Tooltip shows better names for controls - * Fixed audio breaking bug when first note is played with formant filter on - * Fixed setting new parameters with old patches - * Added configuration file where users can customize the keyboard layout - * Added --version [-v] flag for GNU/Linux - * Fixed clipped text on GNU/Linux - -0.4.1 (13 August 2015) - - * Add Audio/MIDI settings page under Helm logo button - * Fixed occasional hang when using MIDI learn/automation - * JACK support for GNU/Linux! - * Better MIDI default device connection. - * Reduced aliasing in sub oscillator a bit - * Added DC blocker - * Added retrigger to monophonic LFOs and step sequencer - * Added playhead sync to monophonic LFOs and step sequencer - * Improved portamento slide function - * Change white noise LFO to Sample and Hold - * Added Sample and Glide to LFO waveforms - * Fixed unintentional automation cancelling in some DAWs - * Fixed zippering when modulating some parameters - -0.4.0 (16 July 2015) - - * Fixed a crash when opening plugin GUI after changing parameters - * Fixed loading back parameters from a saved DAW project - * Mac AU Validation now succeeds - * Mac build is 64/32 bit universal instead of just 64 bit - * Windows installer now asks where to install VST plugin. - * Windows 64 bit build is actually 64 bit now - * MIDI input is marked "Helm" now instead of "JUCE: Midi Input" - * Fixed Modulation Wheel input - * Fixed Pitch Wheel's default pitch bending - * Small optimizations to GNU/Linux builds - -0.3.2 (8 July 2015) - - * Initial Release.