Skip to content

Releases: sensorium/Mozzi

Aedes flavifrons

24 Nov 23:54
Compare
Choose a tag to compare
Aedes flavifrons Pre-release
Pre-release

Testing - please report any bugs on github or the Mozzi users forum

Mostly bug fixes and maintainance, updated to suit Arduino 1.5+. However, the 1.0.5 IDE still produces faster code than any speed optimisation levels compiled with the newer versions.

  • added library.properties for Arduino 1.5+
  • MozziGuts.cpp and .h, and mozzi_config.h: added STEREO_HACK config option, set it to true to try stereo output, also added Stereo_Hack exammple
  • README - updated install instructions
  • examples/Mozzi_Midi_Input, added note about rx pin for midi in rather than tx as shown on Arduino page.
  • ADSR.h - now IDLE phase will always return 0.
  • included ADC.h for Teensy 3+ in mozzi_analog.h and removed it from sketches - not sure why this didn't work before (maybe <> instead of "").
  • python scripts sin1024_uint8.py and sin8192_uint8.py, changed broken int16_t casts to int, Might have accidentally changed in a global search/replace.
  • examples - changed Sinwave_PWM_leds_HIFI to Sinwave_PWM_leds, can't see any need for extra confusion of HFI
  • examples - Detuned_Oscil_Wash - added note about compiling for speed, and that Arduino 1.0.5 still produces faster code.

Aedes australis: Outdated!

10 May 10:29
Compare
Choose a tag to compare

These releases are way out of date!

Download Mozzi as a zip under the "Code" button on the main Github page.

version 2015-05-11-20:23

aka v1.0.2

First (slightly edited) versioned release using GitHub release process.

Warning: This release and all previous versions of Mozzi run slow when using Arduino IDE versions greater than 1.0.5, at least on OSX, causing glitches on many of the included examples. Simple examples run OK, but until this is resolved, Arduino 1.0.5 is recommended.

  • Tweaks and fixes, a couple of new simple demos..
  • Fixed/updated python script for converting wavetables, fixed name back to char2mozzi.py
  • Updated MIDI examples for newer MIDI library.
  • Updated OverSample.h to take an additional termplate parameter to allow different numeric types.
  • Removed library.properties file until the library folder stucture is updated to match the new Arduino library form, as it stopped it installing in new IDEs.