Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyonpotpourri3.0
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonathan Wilkes
lyonpotpourri3.0
Compare revisions
c9906dbf784f170892afc751da352ebd8f7f7d42 to 52319ac32801440e82a9212859b882210098f1c3
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
jwilkes/lyonpotpourri3.0
Select target project
No results found
52319ac32801440e82a9212859b882210098f1c3
Select Git revision
Swap
Target
jwilkes/lyonpotpourri3.0
Select target project
jwilkes/lyonpotpourri3.0
1 result
c9906dbf784f170892afc751da352ebd8f7f7d42
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Fix missing object argument name in warning
· 52319ac3
pokergaming
authored
7 years ago
52319ac3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
samm~.c
+1
-1
1 addition, 1 deletion
samm~.c
with
1 addition
and
1 deletion
samm~.c
View file @
52319ac3
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.