Skip to content

Releases: schollz/oooooo

v0.9.2

17 Sep 23:52
Compare
Choose a tag to compare

changelog

  • bug fix: clearing should stop recording / stop tape
  • ui: expert mode!
  • ui: reorganized menus

v0.9.1

15 Sep 21:48
Compare
Choose a tag to compare

changelog

  • ui: recording loops distinguished by thickness
  • ux: defaults better (?) for slew rate, lfo amplitude, rate randomization, panning

v0.9.0

13 Sep 14:50
Compare
Choose a tag to compare

v0.9.0 record all the loops!

no breaking changes here, should be able to load previous tapes. but, major changes to buttons:

  • any tape functions - stop/play/clear/record - can only be activated when in "tape" mode (turn E2 all the way left to tape mode for any loop).
  • all other parameters in quick menu are activated with K2/K3 and modified with E3.

changelog

  • new feature: can setup recording on multiple loops, "A" loop records on all loops simultaneously
  • ui: screen now shows which loops are recording
  • ux: button mapping changes
  • new feature: can adjust slew rate via menu
  • new feature: can adjust pre/rec levels

still to do

  • find 🦋 🦟 🐛 (i didn't find any, but lmk if you do find)

v0.8.1

12 Sep 18:37
7583959
Compare
Choose a tag to compare

v0.8 - destroy/randomize tapes with ease

no breaking changes here, should be able to load prevoius tapes.

changelog

  • ui: global menu is grouped into better categories
  • new feature: can load+start playing on init (see global menu "startup")
  • new feature: can randomize lfos on init (see global menu "startup")
  • new feature: volume ramping over time (see global menu "all loops")
  • new feature: loop destruction, destroys loops over time (see global menu "all loops")
  • new feature: reset all loops every X beats (see global menu "all loops")
  • new feature: randomize parameters on reset (see global menu "all loops" and in each loop sub menu)

still to do

  • find 🦋 🦟 🐛 (i didn't find any, but lmk if you do find)
  • arc support (no timeline on this)
  • grid support (no timeline on this)
  • crow support (no timeline on this)
  • feedback control to the tape loop
  • as always - more suggestions?

v0.7.0

11 Sep 03:25
66150cc
Compare
Choose a tag to compare

major update: lfos! 114 global parameters!

you won't be able to load your previous tapes using this version, sorry :(

  • new feature: lfos are available (via global menu or quick menu)
  • new feature: every parameter (all 114 of them) are available in the global menu. so they are now midi mappable now (? i think)
  • ui: slight button changes (see documentation, namely recording can only occur when you see the tape)
  • ui: lfos can be toggled on volume, rate, and loop lengths by hitting shift+K2 or shift+K3
  • ui: reverse rate by pressing shift+K2 or shift+K3
  • ui: can make random lfos and pausing lfos in "A" loop
  • ui: numbers are shown

still to do

  • bug fixes (i didn't find any, but lmk if you do)
  • arc support (no timeline on this)
  • grid support (no timeline on this)

v0.6.1

04 Sep 14:05
Compare
Choose a tag to compare
  • make sure loads are not corrupted 646c759

v0.6.0

04 Sep 13:50
4a964f2
Compare
Choose a tag to compare
  • Add method to reset loop (clearing twice)
  • Add option to reset loop every nth beats

v0.5

04 Sep 01:39
2d8f482
Compare
Choose a tag to compare
  • new feature: on each loop you can "warble" by moving E3
  • new feature: on "A" loop you can randomize loop lengths

v0.4.0

03 Sep 11:34
e664018
Compare
Choose a tag to compare
  • bug fix: play button can stop recording as well as stop button
  • bug fix: sleep now uses clock instead of while-loop (less CPU)
  • bug fix: recording should be more reponsive (shorter poll time)
  • new feature: the initial loop sizes are quantized based on the global clock tempo
  • new feature: multiple save/loading tapes
  • new feature: randomizer mode on loop "A" (activate with shift+K3)
  • new feature: if loop stopped during recording, the loop shrinks to that size
  • new option: quantize rates (global parameter continuous rates)
  • new option: record through all loops (global parameter keep rec)
  • new option: set volume pinch at begining+end of loop when recording (global parameter vol pinch)

v0.3.0

30 Aug 15:17
Compare
Choose a tag to compare

prevent from going off screen
41decdb

allow multiple tapes
e752247

better message ui
9e46e63

fix bug with saving/loading
b94e3ce