This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
Releases: tomara-x/moths
Releases · tomara-x/moths
amaranth v1.5.1
amaranth v1.5
- cleaned some silly stuff with storing the list in the quantizer, now it's even smaller
- no more envgen~, instead have a data envelope on the outside with custom time grain (default 1ms)
- most times i just need a data envelope, instead of converting back from signal
- it can be sample accurate with a 0.02 time grain and a vline~
- sometimes don't need envelopes (or need many of them) so felt best to keep it outside and copy it as needed
- made the numbox ranges a bit bigger (for easier working with microtonal scales with more than 12 division)
- time grain input for the glide (and default to 1ms)
- allow a pulse width to [pd gate] (fun for working with fm models)
- kept that metro outside to remember that arpeggios are fun xD
amaranth v1.4
amaranth v1.3
amaranth v1.2
- 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)
- 🦐
colorful array abstraction
this works in plugdata
have a look at the help file for method details. this is a first revision thing, some things might still be sticky
method state, array values, and colors are all saved in the parent patch
amaranth v1.1
amaranth v1.0.0
the screaming kick
amaranth-e
edit: this is old! don't get this! find the latest in here: https://github.com/tomara-x/moths/tree/main/things/girls/amaranth
or find the latestest in the flutter branch