Skip to content

Commit

Permalink
v1.0.5: improve performance
Browse files Browse the repository at this point in the history
- add custom UI handler

- add linter script and fix warnings

- use lambda set/get functions to update controllers (thanks to
  Stéphane Letz)

- use 'alloca' which is faster than std::vector and will also work on
  Windows (thanks to Stéphane Letz)

- move some UI handling to class "ProtoFaustWidget"

- allow easier debugging of RGB LEDs (enjoy fireworks of light ...)

- re-factor code

- change selection of files formatted by astyle

- fix crash on opening module selection window
  • Loading branch information
mzuther committed Jul 18, 2020
1 parent 037b062 commit 1e49416
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ file. This change log follows the conventions of

## [Unreleased]
### Added
### Changed
### Fixed



## [1.0.5] - 2020-07-18
### Added

- add custom UI handler

Expand Down Expand Up @@ -100,3 +107,4 @@ file. This change log follows the conventions of
[1.0.2]: https://github.com/mzuther/ProtoFaust/commits/v1.0.2
[1.0.3]: https://github.com/mzuther/ProtoFaust/commits/v1.0.3
[1.0.4]: https://github.com/mzuther/ProtoFaust/commits/v1.0.4
[1.0.5]: https://github.com/mzuther/ProtoFaust/commits/v1.0.5
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"slug": "MartinZuther-Prototype",
"name": "Prototype",
"version": "1.0.4",
"version": "1.0.5",
"license": "GPL-3.0-or-later",
"brand": "",
"author": "Martin Zuther",
Expand Down

0 comments on commit 1e49416

Please sign in to comment.