Skip to content

Releases: schollz/plonky

v1.5.0

27 Oct 14:54
2a7234f
Compare
Choose a tag to compare

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

04 Apr 17:15
Compare
Choose a tag to compare

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 for mx.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

14 Mar 15:04
Compare
Choose a tag to compare

v1.3.0

  • new feature: add midi transport control
  • ui: the engine parameter and midi transport is under the PLONKY menu
  • bug fix: crow only fires on note on (not note off)
  • bug fix: weird menu things

v1.2.2

14 Mar 03:34
97a296c
Compare
Choose a tag to compare

v1.2.2

  • new feature: add midi channel support
  • bug fix: fix crow/jf support (2nd try)
  • ux: toggle reset on load

v1.2.1

10 Mar 15:55
Compare
Choose a tag to compare

-possible bug fix for mutiple midis with the same name

v1.2.0

09 Mar 14:43
Compare
Choose a tag to compare

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)

v1.1.1

08 Mar 18:49
de85d5a
Compare
Choose a tag to compare
  • change mx intrument to default first 1

v1.1.0

07 Mar 21:55
Compare
Choose a tag to compare
  • add midi out

v1.0.0

07 Mar 18:59
Compare
Choose a tag to compare
update readme