Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
finalize changelog v0.8.12
  • Loading branch information
x42 committed Mar 15, 2023
1 parent 712d3e9 commit eb82e1e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
@@ -1,3 +1,10 @@
2023-03-15 (0.8.12) Robin Gareus <robin@gareus.org>
* Fix upper manual key-split
* Fix MIDNAM (pedal CC, PC)
* Add UI scaling for leslie plugin
* Add compatibility with zita-convolver v4
* Minor build-system tweaks

2019-12-15 (0.8.11) Robin Gareus <robin@gareus.org>
* LV2 bypass/enable for leslie plugin (equal power distribute
mono to stereo)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
EXPORTED_VERSION=0.8.11
EXPORTED_VERSION=0.8.12
export EXPORTED_VERSION

ifneq ($(FONTFILE),)
Expand Down
8 changes: 4 additions & 4 deletions doc/setBfree.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8.
.TH SETBFREE "1" "December 2019" "setBfree 0.8.11" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
.TH SETBFREE "1" "March 2023" "setBfree 0.8.12" "User Commands"
.SH NAME
setBfree \- DSP tonewheel organ
.SH SYNOPSIS
Expand Down Expand Up @@ -163,7 +163,7 @@ Clear existing CC mapping for all controllers (if non\-zero argument is given).
midi.controller.upper.<cc>
S ("\-")
.IP
Speficy a function\-name to bind to the given MIDI control\-command. <cc> is an integer 0..127. Defaults are in midiPrimeControllerMapping() and can be listed using the '\-d' commandline option. See general information.
Specify a function\-name to bind to the given MIDI control\-command. <cc> is an integer 0..127. Defaults are in midiPrimeControllerMapping() and can be listed using the '\-d' commandline option. See general information.
.TP
midi.controller.lower.<cc>
S ("\-")
Expand Down Expand Up @@ -310,7 +310,7 @@ oscnum=[0..127], value: [0..osc.eqv.ceiling]; default values are calculated depe
osc.harmonic.<h>
D (\-)
.IP
speficy level of given harmonic number.
specify level of given harmonic number.
.TP
osc.harmonic.w<w>.f<h>
D (\-)
Expand Down
4 changes: 2 additions & 2 deletions doc/x42-whirl.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8.
.TH X42-WHIRL "1" "December 2019" "x42-whirl version 0.8.11" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
.TH X42-WHIRL "1" "March 2023" "x42-whirl version 0.8.12" "User Commands"
.SH NAME
x42-whirl \- The B Whirl Speaker
.SH SYNOPSIS
Expand Down

0 comments on commit eb82e1e

Please sign in to comment.