Mercurial > hg > beaglert
diff examples/basic_libpd/render.cpp @ 363:6e428d6b57ef prerelease
updated set_startup
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Thu, 09 Jun 2016 01:25:32 +0100 |
parents | f3dd39be15e4 |
children | 9dc5a0ccad25 |
line wrap: on
line diff
--- a/examples/basic_libpd/render.cpp Thu Jun 09 01:11:55 2016 +0100 +++ b/examples/basic_libpd/render.cpp Thu Jun 09 01:25:32 2016 +0100 @@ -60,7 +60,7 @@ void Bela_messageHook(const char *source, const char *symbol, int argc, t_atom *argv){ if(strcmp(source, "bela_setDigital") == 0){ // symbol is the direction, argv[0] is the channel, argv[1] (optional) - // is signal(\"sig\" or \"~\") or message(\"mess\", default) rate + // is signal("sig" or "~") or message("message", default) rate bool isMessageRate = true; // defaults to message rate bool direction = 0; // initialize it just to avoid the compiler's warning bool disable = false;