Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

amaranth v1.2

Compare
Choose a tag to compare
@tomara-x tomara-x released this 06 Aug 00:36
· 210 commits to main since this release
  • moved shared sequence receives into the * subpatches (they shouldn't be used from inside, and it saves space)
  • added keyboard interaction toggle for each sequence
    • it's the little toggle next to [count]
    • can be used for manually triggering the same step (active or not) in different sequences at the same time
    • keys Q-I and A-K (uppercase) will bang steps 0-7 and 8-15 respectively (sorry, non-qwerty users)
  • the kn subpatch
    • can be duplicated, set to listen for a certain key and used to enter numbers, anywhere. useful for interacting with multiple parts of different sequences without the need to switch to them, and do it mouse-free
    • activate the toggle, press the key (alphabetical preferably) you want associated with that subpatch (all is saved in patch of course), then when that key is held the subpatch will be storing any numbers you enter, and when the key is released, that number will be output through the outlet
  • added multiplier for the tempo (combine with a step freeze and a counter, or simply nest entire sequences to get results even perfuma couldn't do! hehehehe)
  • 🦐

Screenshot_2023-08-06_02-45-14