Skip to content

Commit 621bf1b

Browse files
committed
Squashed 'app/external/sp_link/' changes from 9d68daebc..b87ee6225
b87ee6225 Bugfix - fix set tempo timestamp git-subtree-dir: app/external/sp_link git-subtree-split: b87ee622517fc68845b8f1d19c735c0e3bd05176
1 parent e16f99a commit 621bf1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sp_link_nifs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ERL_NIF_TERM sp_link_set_tempo_nif(ErlNifEnv* env, int argc, const ERL_NIF_TERM
9090
return enif_make_atom(env, "error");
9191
}
9292

93-
rc = sp_link_set_tempo(bpm, 0);
93+
rc = sp_link_set_tempo(bpm, micros);
9494
return enif_make_atom(env, rc == 0 ? "ok" : "error");
9595
}
9696

0 commit comments

Comments
 (0)