Skip to content

Commit

Permalink
expand tips
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Nov 21, 2023
1 parent ed860fe commit 9ab7136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/02.getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Just because pd-vanilla can run your patch, does not mean it will behave exactly
* Try to move as much of your patch into the signal domain as you can. Heavy is optimized for signal processing and every control rate operation can introduce interruptions and additional delay. Use control logic at the very beginning or the very end of the dataflow if possible.
* Make sure the order in your control flow works as intended. Use `[t]`/trigger objects to force the correct order of operations.
* When using Daisy the receive objects continuously output control messages, which can potentially interrupt your intended behavior.
* If you run into problems with a patch try to reduce it in order to localize the problem to a specific object or use-case before reporting an issue.

## Known Limitations

Expand Down

0 comments on commit 9ab7136

Please sign in to comment.