Skip to content

Commit

Permalink
Bump version to v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Nov 16, 2022
1 parent a0d2012 commit 85f47ba
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changelog for pd-flite

v0.3.3, dated 16-11-2022

- Remove flite sources (include them via gitmodules)
- Allow building against system-installed libflite

v0.3.2, dated 24-06-2022

- Better thread coding
Expand All @@ -15,4 +20,4 @@ v0.3.0, dated 12-06-2022
- Add Flite sources and include them in the build.
- The build includes the 5 built-in "voices" that can be used in the synthesis.
- Update pd-lib-builder to 0.6.0
- New method to read from files.
- New method to read from files.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ endif

ldlibs += -lm -lpthread

cflags += -I . -DVERSION='"0.3.2"'
cflags += -I . -DVERSION='"0.3.3"'

# input source file (class name == source file basename)
flite.class.sources = flite.c
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
README for Pd external distribution 'pd-flite'

Last updated for version 0.3.2
Last updated for version 0.3.3

# DESCRIPTION

Expand Down Expand Up @@ -91,6 +91,6 @@ Bryan Jurish <moocow@ling.uni-potsdam.de>

# MAINTENANCE

Since v0.3.0 Lucas Cordiviola https://github.com/Lucarda/pd-flite
Since v0.3.0 Lucas Cordiviola https://github.com/pd-externals/flite

- Thanks to Christof Ressi for code reviews.
2 changes: 1 addition & 1 deletion flite-help.pd
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ playing., f 46;
it;
#X msg 137 415 thrd_voice_file \$1;
#X text 262 410 threaded version, f 9;
#X text 412 630 v0.3.2 updated by Lucas Cordiviola https://github.com/Lucarda/pd-flite
#X text 412 630 v0.3.3 updated by Lucas Cordiviola https://github.com/pd-externals/flite
;
#X connect 8 0 59 0;
#X connect 9 0 59 0;
Expand Down
2 changes: 1 addition & 1 deletion flite-meta.pd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#N canvas 169 49 432 242 10;
#N canvas 25 49 420 300 META 1;
#X text 10 10 VERSION 0.3.2;
#X text 10 10 VERSION 0.3.3;
#X text 10 30 AUTHOR Bryan Jurish <moocow.bovine@gmail.com>;
#X text 10 50 NAME flite;
#X text 10 70 LICENSE GPL-2;
Expand Down

0 comments on commit 85f47ba

Please sign in to comment.