Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • jwilkes/lyonpotpourri3.0
1 result
Show changes
Commits on Source (1)
......@@ -247,7 +247,7 @@ void *samm_new(t_symbol *msg, short argc, t_atom *argv)
// If no args, set some sane defaults
if (!argc){
post("%s: warning: no tempo or beat streams provided: setting "
"tempo to 120 BPM and 1 stream to '1'");
"tempo to 120 BPM and 1 stream to '1'",OBJECT_NAME);
SETFLOAT(sane_defaults, default_tempo);
SETFLOAT(sane_defaults+1, 1.);
argc = 2;
......