Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
double semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-shepardson committed Sep 14, 2022
1 parent 39e4c81 commit bc82e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/notochord/tidalcycles/tidal-notochord.scd
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ OSCdef(\from_tidal, {
);
}

}, "/notochord/tidal_feed").permanent_(true);;
}, "/notochord/tidal_feed").permanent_(true);

// create event handle,
// schedule processing by notochord,
Expand Down

0 comments on commit bc82e11

Please sign in to comment.