Skip to content

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Jul 26, 2018
1 parent 96c869c commit 771a6d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions external/faustgen~-help.pd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ using the programming language "Pure" : https://github.com/agraef/pure-lang.
#X text 26 399 faustgen~ institutions: CICM - ANR MUSICOLL;
#X text 26 427 faustgen~ developer: Pierre Guillot;
#X msg 62 211 gain \$1;
#X obj 32 118 osc~ 220;
#X obj 31 118 osc~ 220;
#N canvas 766 136 471 246 options 0;
#X text 16 70 Change the compile options and recompile;
#X msg 17 91 compileoptions -vec -vs 64;
Expand Down Expand Up @@ -167,7 +167,7 @@ the index 2, f 36;
#X obj 103 264 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 31 242 faustgen~ examples/gain;
#X text 26 413 faustgen~ website: github.com/CICM/faust-pd;
#X text 26 413 faustgen~ website: github.com/CICM/pd-faustgen;
#X connect 1 0 2 0;
#X connect 4 0 18 0;
#X connect 5 0 6 0;
Expand Down
2 changes: 1 addition & 1 deletion src/faustgen_tilde.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ void faustgen_tilde_setup(void)
logpost(NULL, 3, "faustgen~ default include directory: %s", class_gethelpdir(c));
logpost(NULL, 3, "faustgen~ institutions: CICM - ANR MUSICOLL");
logpost(NULL, 3, "faustgen~ external author: Pierre Guillot");
logpost(NULL, 3, "faustgen~ website: github.com/CICM/faust-pd");
logpost(NULL, 3, "faustgen~ website: github.com/CICM/pd-faustgen");
}

faustgen_tilde_class = c;
Expand Down

0 comments on commit 771a6d3

Please sign in to comment.