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

Releases: tomara-x/moths

amaranth v1.5.1

12 Jun 18:41
Compare
Choose a tag to compare

nothing new, only fixing broken compatibility. it felt like bad luck to leave her like that

Screenshot_2024-06-12_21-39-51

amaranth v1.5

07 Oct 08:36
Compare
Choose a tag to compare
  • 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

Screenshot_2023-10-07_11-06-09

amaranth v1.4

13 Sep 11:58
Compare
Choose a tag to compare
  • quantizer from scratch
    • has an indexed mode (so every integer is a scale degree) when that's off it quantizes to nearest (like autotune2)
    • better than using an array to store the list and then autotune2 uses an array internally (now it's just one list)
  • simpler glide
  • cleaning.. so much cleaning!

Screenshot_2023-09-13_14-23-48

amaranth v1.3

15 Aug 19:23
Compare
Choose a tag to compare
  • quantize to scala files (in the scales subpatch)
  • easier recording
  • cleaning

Screenshot_2023-08-15_22-09-41

amaranth v1.2

06 Aug 00:36
Compare
Choose a tag to compare
  • 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

colorful array abstraction

26 Jun 20:58
Compare
Choose a tag to compare

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

Screenshot_2023-06-26_22-16-30

amaranth v1.1

10 Jun 19:44
Compare
Choose a tag to compare
  • added [glide]
  • added a hot [+] for doing bend and vibrato
  • made the quantizer remember the last used scale

Screenshot_2023-06-13_13-06-14

amaranth v1.0.0

06 Jun 16:15
Compare
Choose a tag to compare
the screaming kick

amaranth-e

09 Feb 13:13
Compare
Choose a tag to compare

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

amaranth-d

07 Feb 08:09
Compare
Choose a tag to compare