This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| changelog:drumgizmo-0.9.18 [2019/10/12 17:31] – deva | changelog:drumgizmo-0.9.18 [2020/11/21 19:29] (current) – [Sample Selection] deva | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | < | + | ======Release Notes for DrumGizmo-0.9.18 |
| - | ======Release Notes for DrumGizmo-0.9.18====== | + | |
| + | Released October 15th 2019. | ||
| Roadmap: [[roadmap: | Roadmap: [[roadmap: | ||
| - | This release is primarily a bugfix release but a few features also managed to sneak in. | + | Hotfix version 0.9.18.1 was released October 23rd 2019. |
| + | |||
| + | Roadmap for this version: [[roadmap: | ||
| + | |||
| + | This release is primarily a bugfix release but a few new features also managed to sneak in. | ||
| Highlights: | Highlights: | ||
| Line 9: | Line 15: | ||
| * Error reporting has been drastically improved when loading drum-kits. | * Error reporting has been drastically improved when loading drum-kits. | ||
| * Sample normalization option has been added. | * Sample normalization option has been added. | ||
| - | |||
| - | //Bugfix release//\\ | ||
| - | Scheduled for release October 15th 2019. | ||
| =====Sample Selection===== | =====Sample Selection===== | ||
| Line 22: | Line 25: | ||
| This is what it sounded like, before the fix (ie. in version 0.9.17) - note; all notes have essentially the same velocity: | This is what it sounded like, before the fix (ie. in version 0.9.17) - note; all notes have essentially the same velocity: | ||
| - | {{videogg> | + | |
| + | {{https:// | ||
| And here is that same piece with the fix applied in version 0.9.18: | And here is that same piece with the fix applied in version 0.9.18: | ||
| - | {{videogg> | + | |
| + | {{https:// | ||
| =====Improved Error Reporting===== | =====Improved Error Reporting===== | ||
| Line 32: | Line 37: | ||
| =====Sample Normalization===== | =====Sample Normalization===== | ||
| + | A new tag '' | ||
| + | This feature makes it possible to create a sample containing audio files which is all normalized and still get something resembling different stroke powers based on the velocity. | ||
| + | |||
| + | An example of how to use it: | ||
| <code xml> | <code xml> | ||
| <?xml version=' | <?xml version=' | ||
| Line 49: | Line 58: | ||
| It is still not entirely stable but at least now it works. | It is still not entirely stable but at least now it works. | ||
| - | **TODO: Link to compilation | + | The MacOSX |
| =====CLI Improvements===== | =====CLI Improvements===== | ||
| The DrumGizmo command-line tool can control the remaining velocity humanizer parameters, not just stddev, and the sample selection values are scaled to the range [0; 1] to better comply with how they are interpreted internally in the engine. | The DrumGizmo command-line tool can control the remaining velocity humanizer parameters, not just stddev, and the sample selection values are scaled to the range [0; 1] to better comply with how they are interpreted internally in the engine. | ||
| Line 60: | Line 68: | ||
| * The file-browser is now shown always on top on all platforms to prevent it from popping up under the DAW window wnd therefore hidden form the user. | * The file-browser is now shown always on top on all platforms to prevent it from popping up under the DAW window wnd therefore hidden form the user. | ||
| * The stddev sample spreading is now enabled/ | * The stddev sample spreading is now enabled/ | ||
| + | |||
| + | In version 0.9.18.1 the following fix was also added: | ||
| + | * The filebrowser was non-responsive and showed nothing if the default kit path was not set or was set to an invalid path. | ||
| As always, if you still have issues or weird behavior: Please tell us! Your feedback is very valuable, always. | As always, if you still have issues or weird behavior: Please tell us! Your feedback is very valuable, always. | ||