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
changelog:drumgizmo-0.9.17 [2019/03/20 18:49] devachangelog:drumgizmo-0.9.17 [2019/06/22 12:23] deva
Line 23: Line 23:
   * Directed choke functionality.   * Directed choke functionality.
   * Drumkit metadata support.   * Drumkit metadata support.
 +  * Experimental Cocoa UI support for MacOSX.
  
 Also some bug fixes and a lot of code refactoring (replaced eXpat with pugixml for one). Also some bug fixes and a lot of code refactoring (replaced eXpat with pugixml for one).
Line 85: Line 86:
 </code> </code>
  
-=====Drumit Metadata=====+=====Drumkit Metadata=====
 It is now possible to add all sorts of meta information to the drumkits. Most of it is not yet used by the engine but it will be in the coming releases. It is now possible to add all sorts of meta information to the drumkits. Most of it is not yet used by the engine but it will be in the coming releases.
 Expect for example to see the logo in the UI and the drumkit URL as a direct link. Expect for example to see the logo in the UI and the drumkit URL as a direct link.
Line 115: Line 116:
 </drumkit> </drumkit>
 </code> </code>
 +
 +=====Experimental Cocoa UI support for MacOSX=====
 +Well; an image says more than a 1000 words ;)
 +{{ :changelog:cocoa_ui_support.png?600 |}}
 +As this feature is highly experimental we do not yet supply .dmg files for it, so users who wants to give it a try will have to compile the VST themselves.
 +Instructions on how to do this can be found at [[dev:macosx_building_howto|our development pages]].
  
 =====Other Minor Changes and Bugfixes===== =====Other Minor Changes and Bugfixes=====
Line 121: Line 128:
 Clicking this button will store the current directory in the settings and new instances of the plugin will then open file browser in this directory. Thsi should make it much faster to browse to a drumkit if for example all drumkits are stored in a common drumkit folder.\\ Clicking this button will store the current directory in the settings and new instances of the plugin will then open file browser in this directory. Thsi should make it much faster to browse to a drumkit if for example all drumkits are stored in a common drumkit folder.\\
 {{ :changelog:set_as_default.png?400 |}} {{ :changelog:set_as_default.png?400 |}}
 +
 +====Compiletime configure number of outputs====
 +When compiling drumgizmo from sources it is now possible to control how many outputs are exposed by the engine using:
 +<code>
 +  --enable-custom-channel-count=count
 +                          Compile with specified number of output channels
 +                          [default=16]
 +</code>
 +This will make it possibler to make customized versions of the plugin exposing for example more than 16 channels. The default remains 16.
  
 ====Fix Cache Limit Storage==== ====Fix Cache Limit Storage====
 In previous versions when setting the disk-stream cache limit above 2GB it would erroneously be set to unlimited when reloading the session. In previous versions when setting the disk-stream cache limit above 2GB it would erroneously be set to unlimited when reloading the session.
 This bug has now been fixed. This bug has now been fixed.
changelog/drumgizmo-0.9.17.txt · Last modified: 2020/11/21 19:31 by deva
Trace: drumgizmo-0.9.19
GNU Free Documentation License 1.3
Valid CSS Driven by DokuWiki Recent changes RSS feed Valid XHTML 1.0