Skip to content

Releases: zsteinkamp/m4l-FractalNoteEcho

v7 - Bugfix for out-of-scale notes

22 Dec 22:06
Compare
Choose a tag to compare

There was a bug in the prior release (v6) where if an out-of-scale note was received, it would make horrible farting noises.

This was due to not actually finding the in-scale note for the supplied MIDI note, then flatulence ensued.

The stanky problem has been isolated and refreshened.

v6 - Scale Awareness :)

18 Dec 23:58
Compare
Choose a tag to compare

This release adds scale awareness to the notes output by the device. Depends on the global scale setting.

screenshot

v5 - Telemetry

30 Oct 01:53
Compare
Choose a tag to compare

This release adds a telemetry "ping" on load.

As an independent developer, it's beneficial to both me and the people who use my devices to know which devices are used the most. This change adds a small amount of telemetry to this device that runs when you add the device to your Live Set. It assembles a short string containing the device name, the hostname of the computer it is running on (not the IP), the type of OS (Mac or Windows), and the CPU type (e.g. "arm64"). This message is sent to a computer that I own and operate, who appends this message to a log file.

The device will function as normal if the telemetry fails for any reason. The telemetry does not block the loading or operation of the device.

v4 - Typescript / Flashing Bubbles

29 Jul 21:30
Compare
Choose a tag to compare