Skip to content

Commit

Permalink
clean sys_lock()
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucarda committed Jun 12, 2022
1 parent 3e8f8db commit 78fb9d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions flite-help.pd
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ 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 obj 698 226 noise~;
#X obj 698 247 *~ 0.1;
#X connect 9 0 62 0;
#X connect 10 0 62 0;
#X connect 11 0 62 0;
Expand Down Expand Up @@ -172,5 +170,3 @@ playing., f 46;
#X connect 62 0 2 0;
#X connect 63 0 16 0;
#X connect 63 0 16 1;
#X connect 67 0 68 0;
#X connect 68 0 16 1;
5 changes: 1 addition & 4 deletions flite.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ cst_lexicon *cmulex_init(void);



#define DEFAULT_BUFSIZE 256
#define DEFAULT_BUFSTEP 256

/*=====================================================================
* Structures and Types
*=====================================================================*/
Expand Down Expand Up @@ -223,7 +220,7 @@ static void flite_synth(t_flite *x) {
// -- sanity checks again for the thread if the patch has been closed
if (!(x->x_a = (t_garray *)pd_findbyclass(x->x_arrayname, garray_class))) {
x->x_inprogress = 0;
x->x_threaderrormsg = FAIL; // this is need but why?
x->x_threaderrormsg = FAIL; // this is needed but why?
return;
}

Expand Down

0 comments on commit 78fb9d4

Please sign in to comment.