Releases: schollz/plonky
v1.5.0
v1.5.0 - thebangs and mollythepolly!
@timriot has wonderfully gifted plonky with two more synth engines that you can use for the voices - either thebangs or mollythepolly! you can update plonky and make sure to install the two engines to select them from the PARAMS > engine
option. to install the engines:
;install https://github.com/markwheeler/molly_the_poly
;install https://github.com/catfact/thebangs
just like with the other engines, each plonky "voice" can be set to a different set of parameters in each engine (but only use a single engine at a time still).
v1.4.0
v1.4.0 - midi keyboard support (so plonky works without a grid)
- new feature: plonky can get input from any midi keyboard (so it works gridless!)
- ux: add attack as variable in
PLONKY
menu formx.samples
engine - ux: add midigrid instructions in code
lib/plonky.lua
- bug fix: don't crash on startup sometimes
every voice now has a "midi-in" which you can assign to it a midi keyboard for input. the midi-in keyboards only work if the voice is selected (i.e. only two work at a time).
note: its important to note that the midi keyboard support is basically allowing to use a midi keyboard as a input into plonky - emphasis on plonky. meaning, plonky doesn't accept notes from a midi keyboard that aren't in the plonky grid area (even if there is no grid attached). so if you have a C major scale plugged in, plonky will only respond to the white keys on your keyboard. also, a grid only lets you play two voices at once, so similarly plonky will only respond to two midi keyboards at the same time (you can switch voices to switch which keyboards are used if they are assigned across each voice). I realize these are weird limitations, but its the only way I can see forward to keep the grid-based plonky and the now keyboard-based plonky in unison.
v1.3.0
v1.2.2
v1.2.1
v1.2.0
v1.2.0 - more voices + improvements
- new feature: 8 voices! switch to them with E1
- new feature: "arp+latch only" mode doesn't play presses (for seamless arps)
- new feature: crow+jf support (untested)
- new feature: "legato" parameter can adjust how long notes are held in patterns/arps
- ux: while in menu, press note to switch menu to that voice
- ux: save latch steps when saving PSET
- fast json library added
- better grid64 support (better, but not great...still missing have the voices)