Skip to content

Releases: pd3v/zeroone

zeroone v0.6

09 Dec 17:28
Compare
Choose a tag to compare

Language (kind of) + headless MIDI sequencer for live coding music
Make some noise!

v0.3.1

02 Jul 17:32
Compare
Choose a tag to compare

0.3

. Refactoring some helper functions to become more generic

. new helper functions: cycle, rcycle, slow, fast and sine

. MIDI CC (virtually unlimited) to each instrument

. ccstep, for synchronizing CC changes to instrument rhythm

. noctrl, to remove all MIDI CC from each and every instrument

. x, stands for rest note
__

0.3.1

. Validations in some helper functions

. Improved sync

. Short-typed note duration pattern; eg. short-typed {4,3,6,8} parses into {4,3,3,3,6,6,6,6,6,6,8,8}. 1st 1/4 = 4, 2nd 1/4 = 3,3,3, etc.

. New helper functions - edger, edgerx, swarm, chop, insync and bounce

. Instruments +1 to work as a metronome (metro()), alias sync

. Rename istep to isync, ccstep to ccsync, whenMod to when
__

v0.1.1

24 Jul 15:16
Compare
Choose a tag to compare

Upgrades

  • polyphony
  • function rnd (allows values between 0 and 1)
  • function rndBunch, rotL, rotR, shuffleOct

aestival

29 Jun 09:17
Compare
Choose a tag to compare
v0.1

delete unneeded file main.cpp