Skip to content

Mégra 0.0.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@the-drunk-coder the-drunk-coder released this 30 Nov 21:40
· 68 commits to main since this release

Changes for Mégra Version 0.0.11:

  • send OSC messages to visualizer as bundle (no more stuck nodes)
  • simple spread function (without expanding)
  • resync flag for sx
  • experimental --karl-yerkes-mode (evaluate current expression on every modification)
  • load-file - load other megra files
  • startup file to define instruments etc.
  • allow vec to construct cyc and loop
  • allow nested vec to create chords in loop and cyc
  • mosc (multi-oscillator synth)
  • min and max limiters
  • idx argument for incomplete events (freq-mul and the like) to target specific fields
  • improved sound card handling (should work now on soundcards without input)

Known Issues

If you want to define a function without parameters, the intuitive way to do this would be just leaving the parenthesis empty, but this currently doesn't work. To do so, you have to pass a #f flag:

(fun noparam #f
	(once (saw 100)))