diff --git a/docs/02.getting_started.md b/docs/02.getting_started.md index 81a42d37..9d9c65ea 100644 --- a/docs/02.getting_started.md +++ b/docs/02.getting_started.md @@ -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