Commit 1e49416
committed
v1.0.5: improve performance
- 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 window1 parent 037b062 commit 1e49416
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
| |||
100 | 107 | | |
101 | 108 | | |
102 | 109 | | |
| 110 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments