aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rwxr-xr-xtest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.c b/test.c
index 691d7a8..ebadac4 100755
--- a/test.c
+++ b/test.c
@@ -42,10 +42,10 @@ static void test_bang(t_test *x) {
if (x->seq_initialized)
{
- concatenateBeat(x->seq, 0, rnd);
+ concatenateBeat(x->seq, 0, rnd, 1);
} else
{
- setFirstBeat(&(x->seq), 0, rnd);
+ setFirstBeat(&(x->seq), 0, rnd, 1);
x->seq_initialized = 1;
}