Skip to content

Commit

Permalink
add more argument documentation
Browse files Browse the repository at this point in the history
still needs proper documentation to clearly explain [stash] and [stash/hub]
  • Loading branch information
ben-wes authored Jun 19, 2024
1 parent 74803a2 commit ee4334f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ Puredata (Pd) abstractions for preset management, based on central [stash/hub] a
* morph between states with float input (0..1 or 1..0 - depending on start value)
* record and play back value changes
* additional helper object [stash/arr] facilitates management of array values
* optional argument to create black or randomly colored plugins (`-black` or `-color` based on id)
* manually set id via `-id <number>` argument or simply by adding a float argument
* optional `-color` flag to set the color:
* color will be randomly generated based on the id if no argument is given
* `black` will create a black object (this can also be achieved by just setting the `-black` flag)
* you can set any hexadecimal value - e.g. `-color #ddff22`
* manually set id via `-id <number>` flag or simply by adding a float argument
* avoid easing of values by adding `-noease` flag

see help of [stash] object for example application.

Expand Down

0 comments on commit ee4334f

Please sign in to comment.