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
Next revisionBoth sides next revision
roadmap:features_roadmap [2019/08/07 18:17] – [Version 0.9.18] devaroadmap:features_roadmap [2019/09/28 15:22] deva
Line 6: Line 6:
 Not yet a target release date. Not yet a target release date.
   * BUGS:   * BUGS:
-    * {{:uncheck.png}} Fix assert(events.empty()) in jackmidi.cc line 97. //(unassigned)// +    * {{:uncheck.png}} <del>Fix crash when running LV2 from jalv.select and resizing.</del> **not reproducible** (see [[https://www.drumgizmo.org/irc-logs/drumgizmo.log.2017_05_14|IRC at 21:51:40]]) //(unassigned)// 
-    * {{:uncheck.png}} Fix GUI not showing in Reaper under Windows on first opening it. //(chaot4)// +    * {{:uncheck.png}} <del>Fix [[https://linuxmusicians.com/viewtopic.php?f=57&t=19991|potential mutex race]].</del> **not reproducible**//(chaot4)//
-    * {{:uncheck.png}} Fix crash on Windows when file-browser is open and plugin window is closed (see [[https://www.drumgizmo.org/irc-logs/drumgizmo.log.2018_08_06|IRC log]]). //(chaot4)// +
-    * {{:uncheck.png}} Fix crashes and weird rendering issues with [[dev:suil-center|>=suil-0.8.3]]. //(deva)// +
-    * {{:uncheck.png}} Fix crash when running LV2 from jalv.select and resizing. **not reproducible** (see [[https://www.drumgizmo.org/irc-logs/drumgizmo.log.2017_05_14|IRC at 21:51:40]]) //(unassigned)// +
-    * {{:uncheck.png}} Flashing loadbar: https://linuxmusicians.com/viewtopic.php?f=56&t=19219 //(deva)// +
-    * {{:uncheck.png}} Fix [[https://linuxmusicians.com/viewtopic.php?f=57&t=19991|potential mutex race]]. **not reproducible**//(chaot4)//+
     * {{:incheck.png}} Fix loading of drumkits not reporting errors as text (including dgvalidator). (see [[https://www.drumgizmo.org/irc-logs/drumgizmo.log.2019_07_19|IRC at 23:26:29]]) //(deva)//     * {{:incheck.png}} Fix loading of drumkits not reporting errors as text (including dgvalidator). (see [[https://www.drumgizmo.org/irc-logs/drumgizmo.log.2019_07_19|IRC at 23:26:29]]) //(deva)//
     * {{:uncheck.png}} Fix [[https://www.drumgizmo.org/irc-logs/drumgizmo.log.2019_08_06|spelling errors]] in UI.     * {{:uncheck.png}} Fix [[https://www.drumgizmo.org/irc-logs/drumgizmo.log.2019_08_06|spelling errors]] in UI.
Line 22: Line 17:
   * OSX:   * OSX:
     * {{:check.png}} <del>Set LV2 ui type according to implementation (ie ui:CocoaUI on OSX)</del> //(deva)//     * {{:check.png}} <del>Set LV2 ui type according to implementation (ie ui:CocoaUI on OSX)</del> //(deva)//
-    * {{:uncheck.png}} Fix LV2/OSX ui corruption on resize in Ardour. 
-    * {{:uncheck.png}} Fix VST/OSX ui mouse offset issue in Ardour. 
-    * {{:uncheck.png}} Make OSX bundle with LV2 (See [[https://github.com/DISTRHO/DPF|DPF]] / ask falktx) 
-    * {{:uncheck.png}} Make OSX bundle with VST (See [[https://github.com/DISTRHO/DPF|DPF]] / ask falktx) 
  
   * other:   * other:
-    * {{:uncheck.png}} Add Linux VST build instructions. //(chaot4)// 
     * {{:check.png}} <del>Add all velocity humanizer CLI options, not just stddev.</del> //(chaot4)//     * {{:check.png}} <del>Add all velocity humanizer CLI options, not just stddev.</del> //(chaot4)//
     * {{:check.png}} <del>Disable stddev when velocity humanizer is turned off.</del> //(chaot4)//     * {{:check.png}} <del>Disable stddev when velocity humanizer is turned off.</del> //(chaot4)//
- 
-  * Low priority: 
-    * {{:uncheck.png}} Disable timing humanizer in the UI if not supported by the host (LV2). //(unassigned)// 
-    * {{:uncheck.png}} Make file-browser always on top. //(unassigned)// 
-    * {{:uncheck.png}} Check for real time hazards in the inner loop using [[https://github.com/fundamental/stoat|stoat]]. //(unassigned)// 
-      * {{:uncheck.png}} //Placeholder//: Fix found real time hazards. 
-    * {{:uncheck.png}} Add escaping of special characters in values (and keys?) in ConfigFile parser. //(unassigned)// 
- 
- 
  
 =====Version 0.9.19 (1.0.0?)===== =====Version 0.9.19 (1.0.0?)=====
Line 92: Line 73:
     * {{:uncheck.png}} Add "two output channels mode" which should be super convenient for e-drum kits //(chaot4)//     * {{:uncheck.png}} Add "two output channels mode" which should be super convenient for e-drum kits //(chaot4)//
     * {{:uncheck.png}} Dynamically set volume modifier based on velocity: [[https://linuxmusicians.com/viewtopic.php?f=57&t=20248]]     * {{:uncheck.png}} Dynamically set volume modifier based on velocity: [[https://linuxmusicians.com/viewtopic.php?f=57&t=20248]]
 +
 +=====Version 0.9.20=====
 +//Bugfix release//\\
 +Not yet a target release date.
 +  * BUGS:
 +    * {{:uncheck.png}} Fix assert(events.empty()) in jackmidi.cc line 97. //(unassigned)//
 +    * {{:uncheck.png}} Fix GUI not showing in Reaper under Windows on first opening it. //(chaot4)//
 +    * {{:uncheck.png}} Fix crash on Windows when file-browser is open and plugin window is closed (see [[https://www.drumgizmo.org/irc-logs/drumgizmo.log.2018_08_06|IRC log]]). //(chaot4)//
 +    * {{:uncheck.png}} Fix crashes and weird rendering issues with [[dev:suil-center|>=suil-0.8.3]]. //(deva)//
 +    * {{:uncheck.png}} Flashing loadbar: https://linuxmusicians.com/viewtopic.php?f=56&t=19219 //(deva)//
 +
 +  * OSX:
 +    * {{:uncheck.png}} Fix LV2/OSX ui corruption on resize in Ardour.
 +    * {{:uncheck.png}} Fix VST/OSX ui mouse offset issue in Ardour.
 +    * {{:uncheck.png}} Make OSX bundle with LV2 (See [[https://github.com/DISTRHO/DPF|DPF]] / ask falktx)
 +    * {{:uncheck.png}} Make OSX bundle with VST (See [[https://github.com/DISTRHO/DPF|DPF]] / ask falktx)
 +
 +  * other:
 +    * {{:uncheck.png}} Add Linux VST build instructions. //(chaot4)//
 +
 +  * Low priority:
 +    * {{:uncheck.png}} Disable timing humanizer in the UI if not supported by the host (LV2). //(unassigned)//
 +    * {{:uncheck.png}} Make file-browser always on top. //(unassigned)//
 +    * {{:uncheck.png}} Check for real time hazards in the inner loop using [[https://github.com/fundamental/stoat|stoat]]. //(unassigned)//
 +      * {{:uncheck.png}} //Placeholder//: Fix found real time hazards.
 +    * {{:uncheck.png}} Add escaping of special characters in values (and keys?) in ConfigFile parser. //(unassigned)//
 +
 +
 +
 +
 +
 =====Backlog===== =====Backlog=====
  
roadmap/features_roadmap.txt · Last modified: 2023/08/15 20:32 by deva
Trace:
GNU Free Documentation License 1.3
Valid CSS Driven by DokuWiki Recent changes RSS feed Valid XHTML 1.0