Skip to content

Commit

Permalink
add symbol comment for pack
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Nov 2, 2023
1 parent 57f9ded commit ecfec8c
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 @@ -83,6 +83,7 @@ If you experience any problems or have some thoughts on how to improve heavy mak
## Known Limitations

* 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(`.
* 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).
Expand Down

0 comments on commit ecfec8c

Please sign in to comment.