Skip to content

Commit

Permalink
Fix error in grandMA example.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Apr 27, 2024
1 parent 60bfc94 commit 1ebe2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/Integration_GrandMA2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ To have the speed set to zero when playback stops, set the trigger’s
Deactivation Expression to:

```clojure
(set-gm-tempo 0)
(set-gm-tempo 0.0)
```

If you have other things that you want to happen when particular
Expand Down

0 comments on commit 1ebe2eb

Please sign in to comment.