Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit a9ea323

Browse files
committed
release preparations
1 parent a31e9f3 commit a9ea323

File tree

7 files changed

+15
-11
lines changed

7 files changed

+15
-11
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#[=========================================================================[
2-
Copyright (c) 2022-2024 Pedro López-Cabanillas
2+
Copyright (c) 2022-2025 Pedro López-Cabanillas
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.14)
1818

1919
project( sonivox
2020
LANGUAGES C CXX
21-
VERSION 3.6.15.0
21+
VERSION 3.6.16.0
2222
)
2323

2424
# GoogleTest requires at least C++14
@@ -40,7 +40,7 @@ cmake_dependent_option(BUILD_MANPAGE "Build the manpage of the example program"
4040

4141
include(GNUInstallDirs)
4242

43-
set(PROJECT_RELEASE_DATE "December 14, 2024")
43+
set(PROJECT_RELEASE_DATE "April 13, 2025")
4444

4545
if (BUILD_TESTING)
4646
find_package(GTest CONFIG)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ We do not allow merge requests into the `master` branch directly. Please follow
2222

2323
When opening a pull request, please:
2424
- Describe the changes you've made.
25-
- Link to the issue describing your contributions.
25+
- [Link to the issue](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue) describing your contributions.
2626
- Ensure your code follows the contribution guidelines.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ There are two environment variables that you may set before running the tests (m
119119

120120
## License
121121

122-
Copyright (c) 2022-2024 Pedro López-Cabanillas.
122+
Copyright (c) 2022-2025 Pedro López-Cabanillas.
123123

124124
Copyright (c) 2008-2024, The Android Open Source Project.
125125

example/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#[=========================================================================[
2-
Copyright (c) 2022-2024 Pedro López-Cabanillas
2+
Copyright (c) 2022-2025 Pedro López-Cabanillas
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

example/sonivoxrender.1

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Automatically generated by Pandoc 2.14.0.3
22
.\"
3-
.TH "SONIVOXRENDER" "1" "December 14, 2024" "sonivox 3.6.15.0" "Sonivox MIDI File Renderer"
3+
.TH "SONIVOXRENDER" "1" "April 13, 2025" "sonivox 3.6.16.0" "Sonivox MIDI File Renderer"
44
.hy
55
.SH NAME
66
.PP
@@ -13,7 +13,8 @@ audio
1313
\f[I]0..4\f[R]] [\f[B]-w|--wet\f[R] \f[I]0..32767\f[R]]
1414
[\f[B]-n|--dry\f[R] \f[I]0..32767\f[R]] [\f[B]-c|--chorus\f[R]
1515
\f[I]0..4\f[R]] [\f[B]-l|--level\f[R] \f[I]0..32767\f[R]]
16-
[\f[B]-g|--gain\f[R] \f[I]0..100\f[R]] \f[I]midi_file\f[R]
16+
[\f[B]-g|--gain\f[R] \f[I]0..100\f[R]] [\f[B]-V|--Verbosity\f[R]
17+
\f[I]0..5\f[R]] \f[I]midi_file\f[R]
1718
.SH DESCRIPTION
1819
.PP
1920
This program is a MIDI file renderer based on the sonivox synthesizer
@@ -50,6 +51,9 @@ Chorus level between 0 and 32767.
5051
.TP
5152
-g, --gain \f[I]master_gain\f[R]
5253
Master gain between 0 and 100, default is 90 (10 dB below maximum).
54+
.TP
55+
-V, --Verbosity \f[I]verbosity\f[R]
56+
Verbosity level between 0 and 5, where 0=no, 1..5=severity levels.
5357
.SS Arguments
5458
.TP
5559
\f[I]midi_file\f[R]
@@ -118,6 +122,6 @@ See Tickets at GitHub <https://github.com/pedrolcl/sonivox/issues/>
118122
.PP
119123
Licensed under the Apache License, Version 2.0
120124
.PP
121-
Copyright (c) 2022-2024 Pedro L\['o]pez-Cabanillas and contributors
125+
Copyright (c) 2022-2025 Pedro L\['o]pez-Cabanillas and contributors
122126
.SH AUTHORS
123127
Pedro L\['o]pez-Cabanillas <plcl@users.sf.net>.

example/sonivoxrender.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ See Tickets at GitHub <https://github.com/pedrolcl/sonivox/issues/>
9898

9999
Licensed under the Apache License, Version 2.0
100100

101-
Copyright (c) 2022-2024 Pedro López-Cabanillas and contributors
101+
Copyright (c) 2022-2025 Pedro López-Cabanillas and contributors

example/sonivoxrender.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022-2024 Pedro López-Cabanillas
2+
* Copyright (c) 2022-2025 Pedro López-Cabanillas
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)