Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
changelog:drumgizmo-0.9.20 [2022/07/04 20:17] devachangelog:drumgizmo-0.9.20 [2022/09/08 18:37] (current) deva
Line 1: Line 1:
-<code>DRAFT</code> 
 ======Release Notes for DrumGizmo-0.9.20====== ======Release Notes for DrumGizmo-0.9.20======
 Roadmap: [[roadmap:features_roadmap#version_0920]]\\ Roadmap: [[roadmap:features_roadmap#version_0920]]\\
-<code> 
-NOTE TO AUTHORS: Insert video like this: 
-</code> 
-{{https://drumgizmo.org/out.ogv?640x360}} 
-<code> 
-NOTE TO AUTHORS: Insert audio like this: 
-</code> 
-{{.https://drumgizmo.org/media/0.9.17/new.ogg?640x32}} 
-<code> 
-END OF NOTE 
-</code> 
  
 This release was originally intended as a bugfix release, but quite a few features also managed to find their way in. This release was originally intended as a bugfix release, but quite a few features also managed to find their way in.
Line 26: Line 14:
 Thanks to corrados, this version adds support for midi input through the alsa seq driver for the command line version of drumgizmo. So now drumgizmo can be run from the commandline entirely without the need for jack. Thanks to corrados, this version adds support for midi input through the alsa seq driver for the command line version of drumgizmo. So now drumgizmo can be run from the commandline entirely without the need for jack.
  
- +Compilation Bugs
- +  * **Fix compilation with gcc-11** 
- +  * **Fix compilation issue when compiling without nls enabled.**
-========================================================================================== +
-COMPILATION BUGS+
-  * Fix compilation with gcc-11 (deva)+
   * Remove sndfile.h from audiofile header   * Remove sndfile.h from audiofile header
   * Fix missing backslash in libdg includepaths   * Fix missing backslash in libdg includepaths
   * Fix compiler warning.   * Fix compiler warning.
   * Add missing include   * Add missing include
-  * Fix compilation issue when compiling without nls enabled. (deva) +  * Make configure fail if nls is enabled but gettext tools not found.
-    * Fix compiling without nls. +
-  * Make configure fail if nls is enabled but gettext tools not found. (deva) +
-    * Make configure fail if nls is enabled but the gettext tools are not found.+
  
-========================================================================================== +Crash Bugs: 
-CRASH BUGS:+  * **Fix crash when loading a kit with more channels than the engine was compiled for.** 
 +  * **Fix crash when loading Crocell kit in ardour (stack allocation issue) - see Ardour bug report.** 
 +    * Get rid of big stack allocation during resampler (re-)configuration.
   * Prevent processing jack clients that are being deleted.   * Prevent processing jack clients that are being deleted.
-  * Fix crash when loading a drum-kit that has more channels than the engine is compiled +  * Fix crash when pressing play while loading a drumkit.
-    * Fix crash when loading a kit with more channels than the engine was compiled for. +
-  * Fix crash when pressing play while loading a drumkit. See IRC (deva/chaot4)+
     * Skip events whose audio-files has not yet been loaded.     * Skip events whose audio-files has not yet been loaded.
-  * Fix crash when loading Crocell kit in ardour (stack allocation issue) - see Ardour bug report. (deva) +  * Fix crash when doing async-load in cli.
-    * Get rid of big stack allocation during resampler (re-)configuration. +
-  * Fix cli crash when using async-load (deva/corrados) +
-    * Fix crash when doing async-load in cli.+
  
-========================================================================================== +Other Bugs
-OTHER BUGS+  * **Fixed directed-chokes regression error.** 
-  * Make aftertouch choke if velocities > 0 instead of == 0 as this seem to be the vdrum vendor concensus. (deva) +  * **Fix after-touch chokes regression error.** 
-    Aftertouch choke if velocities > 0 instead of == 0 as this seem to be the vdrum vendor concensus. +  * **Fix wrong sample selection with instruments having only two samples.** 
-  * Fixed directed-chokes regression error. (deva) +  * Make aftertouch choke if velocities > 0 instead of == 0 as this seem to be the vdrum vendor concensus.
-    Fix directed choke regression error. +
-  * Fix after-touch chokes regression error. (deva) +
-    * Fix aftertouch choke regression error.+
   * Clear all active events (ie. stop playing samples) when loading a new kit.   * Clear all active events (ie. stop playing samples) when loading a new kit.
-  * This should fix wrong sample selection with two samples. +  * Fix ALSA output frame size change.
-  * Fix ALSA output frame size change. (corrados)+
     * added getBufferSize function for alsa out     * added getBufferSize function for alsa out
  
-========================================================================================== +Features
-FEATURES+  * Record and measure real cymbal choke-time and use this value instead of the current 68ms.
-  * Record and measure real cymbal choke-time and use this value instead of the current 68ms. (deva)+
     * Adjust choke ramp-down time to better reflect the actual dampening time of a hand-dampened cymbal.     * Adjust choke ramp-down time to better reflect the actual dampening time of a hand-dampened cymbal.
- +  * Add support for triggering multiple instruments with one midi note. 
-  * Add support for triggering multiple instruments with one note. (deva) +  * Add voice-limit parameters to cli
-    * Add support for a single midi note that plays multiple instruments+
-  * Add voice-limit parameters to cli (corrados) +
-    * added voice limit cli parameters+
   * Add setting for controlling ALSA periods to output module.   * Add setting for controlling ALSA periods to output module.
-  * Add ALSA MIDI seq support (corrados) +  * Add ALSA MIDI seq input support
-    * Add ALSA midi input support.+
  
-========================================================================================== +Other:
-OTHER:+
   * Add unit-test for EventsDS::clear() method.   * Add unit-test for EventsDS::clear() method.
   * Add clear member function to EventsDS.   * Add clear member function to EventsDS.
Line 88: Line 57:
   * Add dggui namespace to libdggui components.   * Add dggui namespace to libdggui components.
   * Split UI code into application/plugin UI and UI library.   * Split UI code into application/plugin UI and UI library.
-  * Run and fix unit-tests on windows. (deva) +  * Run and fix unit-tests on windows. 
-    * Fix unit-test compilation on windows. +  * Make rcgen compile and work on windows again through autotools. 
-  * Make rcgen compile and work on windows again through autotools. (deva) +  * Improve cocoa/macOS rendering speed by removing redraw on all events. 
-    * Fix rcgen on windows+  * Reduce UI window height to fit on low-res displays.
-  * Improve macOS rendering speed. (deva/veticus) +
-    * Remove redraw on all cocoa/macOS events to speed up UI rendering+
-  * Reduce UI window height to fit on "small" displays +
-    * Make main window slightly less tall to better fit on low-res displays. +
- +
-==========================================================================================+
  
 Contributors: Contributors:
changelog/drumgizmo-0.9.20.1656958642.txt.gz · Last modified: 2022/07/04 20:17 by deva
Trace:
GNU Free Documentation License 1.3
Valid CSS Driven by DokuWiki Recent changes RSS feed Valid XHTML 1.0