Skip to content

Commit

Permalink
finalize changelog v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Apr 8, 2013
1 parent e7a0c6a commit 694ea8e
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 7 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2013-04-08 (0.6.2) Robin Gareus <[email protected]>
* major work started on LV2 GUI (using openGL)
feature-wise the GUI is still work-in-progress
but it is already very useful and stable.
* added state save/load interface and dynamic reconfiguration
* fix reverb initialization (possible strange-noises on first start)
* fixes in LV2 plugin:
- sample accurate rendering
- port-group definitions
* added bcf2000 and Oxygen61 config files
* option to not load default midi CCs and unmap existing ones
* many small details all over the place in wake of GUI design

2013-03-11 (0.6.1) Robin Gareus <[email protected]>
* added MIDI-panic (all notes off)
* merged patches from akapelrud:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.6.1
VERSION=0.6.2
export VERSION

include common.mak
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setbfree (0.6.1-1) unstable; urgency=low
setbfree (0.6.2-1) unstable; urgency=low

* dummy entry -- this is a package for upstream testing

Expand All @@ -7,4 +7,4 @@ setbfree (0.6.1-1) unstable; urgency=low
=> http://packages.debian.org/sid/setbfree and
=> http://anonscm.debian.org/gitweb/?p=pkg-multimedia/setbfree.git

-- Robin Gareus <[email protected]> Mon, 11 Mar 2013 17:01:18 +0100
-- Robin Gareus <[email protected]> Mon, 08 Apr 2013 10:02:04 +0200
2 changes: 1 addition & 1 deletion doc/jboverdrive.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4.
.TH JBOVERDRIVE "1" "March 2013" "jboverdrive 0.6.1" "User Commands"
.TH JBOVERDRIVE "1" "April 2013" "jboverdrive 0.6.2" "User Commands"
.SH NAME
jboverdrive \- The B Preamp/Overdrive Emulator
.SH SYNOPSIS
Expand Down
17 changes: 15 additions & 2 deletions doc/setBfree.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4.
.TH SETBFREE "1" "March 2013" "setBfree 0.6.1" "User Commands"
.TH SETBFREE "1" "April 2013" "setBfree 0.6.2" "User Commands"
.SH NAME
setBfree \- DSP tonewheel organ
.SH SYNOPSIS
Expand All @@ -24,6 +24,9 @@ the equivalent built\-in defaults are still set
\fB\-d\fR, \fB\-\-dumpcc\fR
Print a list of MIDI\-CC mappings on startup
.TP
\fB\-D\fR, \fB\-\-noCC\fR
do not load default CC map on startup
.TP
\fB\-h\fR
Print short help text
.TP
Expand Down Expand Up @@ -141,6 +144,11 @@ I (3)
.IP
The MIDI channel to use for the pedals. range: [1..16]
.TP
midi.controller.reset
I ("\-")
.IP
Clear existing CC mapping for all controllers (if non\-zero argument is given). See also \fB\-D\fR option.
.TP
midi.controller.upper.<cc>
S ("\-")
.IP
Expand Down Expand Up @@ -603,7 +611,7 @@ D (1.0)
Note: modifies dry and wet values.
.TP
reverb.mix
D (0.3)
D* (0.3)
.IP
Note: modifies dry/wet.
.SS "Parameters for 'Convolution Reverb Effect':"
Expand Down Expand Up @@ -725,6 +733,11 @@ percussion.harmonic
I* (0)
.IP
<64: third harmonic, >=64 second harmonic
.TP
overdrive.enable
I* (0)
.IP
<64: disable overdrive, >=64 enable overdrive
.SH EXAMPLES
setBfree
setBfree \fB\-p\fR pgm/default.pgm midi.port="a2j:[AV]" midi.driver=jack
Expand Down
2 changes: 1 addition & 1 deletion doc/vb3kb.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4.
.TH VB3KB "1" "March 2013" "vb3kb 0.6.1" "User Commands"
.TH VB3KB "1" "April 2013" "vb3kb 0.6.2" "User Commands"
.SH NAME
vb3kb \- Virtual Organ - setBfree control GUI
.SH SYNOPSIS
Expand Down

0 comments on commit 694ea8e

Please sign in to comment.