Skip to content

Commit

Permalink
note slider behavior in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Nov 3, 2023
1 parent ecfec8c commit 0aeb849
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 @@ -85,6 +85,7 @@ If you experience any problems or have some thoughts on how to improve heavy mak
* Many objects do not take control signals on their left inlet. `[osc~]` for instance always requires the use of `[sig~]` before connecting a value.
* Heavy does not support symbols in `[pack]`. e.g. `[pack s f]`.
* Heavy does not support numbers in `[unpack]`, e.g. `[unpack 0 0]` gives `Heavy only supports arguments 'f' and 's' to unpack.` Workaround is to use `f` instead, e.g. `[unpack f f]`, and if necessary prime the default values with a `[loadbang]` and `[0 0(`.
* Sliders and number inputs are converted to `[f ]` and thus do not store send/receive/initialization/etc. settings.
* Heavy does not accept arguments and control connections to: `[rzero~]`, `[rzero_rev~]`, `[czero~]`, `[czero_rev~]`. In Heavy, these objects accept only signal inputs. Arguments and control connections are ignored.
* On the `[select]` object it is currently not possible to set the arguments via the right inlet (internally a hardcoded switch_case is used).
* `[metro]` and `[timer]` objects do not accept tempo messages or unit arguments.
Expand Down

0 comments on commit 0aeb849

Please sign in to comment.