1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
Changes since last release tag:
---- balance.lv2 ----
* 2024-03-21 Retain FTGL font object until last UI instance is closed
---- controlfilter.lv2 ----
* 2023-05-07 Add LV2 header location compatibility
---- darc.lv2 ----
* 2025-10-25 update man page for v0.7.1
* 2025-08-19 Fix invalid markup in comment
---- dpl.lv2 ----
* 2024-06-11 update man page for v0.7.0
* 2024-06-11 Update robtk submodule
* 2024-04-26 Update (C), true peak upsampling and parameter smoothing by YT
---- fat1.lv2 ----
* 2024-06-11 update man page for v0.8.8
* 2024-06-11 Update robtk submodule
---- fil4.lv2 ----
* 2025-05-12 update man page for v0.8.10
* 2025-04-14 Consistent ctrl port naming (no CamelCase)
---- matrixmixer.lv2 ----
* 2024-06-11 update man page for v0.4.7
* 2024-06-11 Update robtk submodule
---- meters.lv2 ----
* 2026-01-25 update man page for v0.9.27
* 2026-01-17 Add missing output port lv2:maximum to satisfy validation
---- mididebug.lv2 ----
* 2023-05-07 Add LV2 header location compatibility
---- midifilter.lv2 ----
* 2026-01-17 Amend 4b6c13a1: fix LV2 port max for CC64/sostenuto
---- midigen.lv2 ----
* 2026-01-17 Amend 82a79c0cd3f0, fix upper-bound
---- midimap.lv2 ----
* 2023-05-07 Add LV2 header location compatibility
---- mixtri.lv2 ----
* 2024-06-11 update man page for v0.4.11
* 2024-06-11 Update robtk submodule
---- nodelay.lv2 ----
* 2023-05-07 Add LV2 header location compatibility
---- onsettrigger.lv2 ----
* 2023-05-07 Add LV2 header location compatibility
---- phaserotate.lv2 ----
* 2025-10-25 update man page for v0.6.8
* 2025-10-08 Fix memcpy-param-overlap
---- robtk ----
* 2024-06-11 Pugl/X11: fix size request ordering
* 2024-05-13 Allow to set default scale (jack apps)
* 2024-03-29 Cont'd work on UI scaling (cached surfaces)
---- sisco.lv2 ----
* 2024-06-11 Update robtk submodule
---- spectra.lv2 ----
* 2024-06-11 update man page for v0.6.6
* 2024-06-11 Update robtk submodule
---- stepseq.lv2 ----
* 2026-01-25 update man page for v0.6.15
* 2026-01-17 Amend d14a08450e; LV2 maximum for Nord Drum mapping
---- stereoroute.lv2 ----
* 2023-05-12 Fix LV2 include
---- testsignal.lv2 ----
* 2024-06-11 Use 1993's MINSTD for MLCG
---- tuna.lv2 ----
* 2025-05-12 update man page for v0.6.7
* 2024-07-12 Allow GUI scaleing
---- xfade.lv2 ----
* 2023-07-06 Fix LV2 header location compatibility
---- zconvo.lv2 ----
* 2025-05-12 We can't we won't and we don't stop
* 2025-05-12 Fix fast restart bug (can happen during state restore)
* 2024-12-06 Set atom:Path string size while loading IR
|