Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucarda committed Jun 14, 2022
1 parent bf2accf commit 96d7f4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changelog for pd-flite

v0.4.0, dated 12-06-2022
v0.3.1, dated 14-06-2022

- Add threaded functions for "synth" and "textfile"
- Add function to open and use voice files
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ XINCLUDE = -I ${SOURCE_DIR}/include \
${empty}


cflags = ${XINCLUDE} -I . -DVERSION='"0.4.0"'
cflags = ${XINCLUDE} -I . -DVERSION='"0.3.1"'
ldlibs += -lm -lpthread


Expand Down
2 changes: 1 addition & 1 deletion flite-help.pd
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ playing., f 46;
#X connect 2 0 1 0;
#X coords 0 -1 1 1 90 25 2 100 100;
#X restore 369 408 pd get-voices;
#X text 411 642 v0.4.0 updated by Lucas Cordiviola;
#X text 411 642 v0.3.1 updated by Lucas Cordiviola;
#X connect 9 0 61 0;
#X connect 10 0 61 0;
#X connect 11 0 61 0;
Expand Down

0 comments on commit 96d7f4b

Please sign in to comment.