Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pierstitus committed May 14, 2021
1 parent 01af093 commit 9ee96b9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## v2.0.4 - 2021-05-14

### Added
- TRS MIDI support (no motion sensor data to reduce data rate)
- Normal MIDI mode: add pitch bend, tilt and channel pressure output
- Configurable CC for key press, bend and tilt
- Development utilities

### Fixed
- Enable line-out directly at boot to reduce ground-loop noise with some amps

---

For earlier releases check the commit logs.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[![latest release](https://img.shields.io/github/v/release/striso/striso-control-firmware)](https://github.com/striso/striso-control-firmware/releases/latest)

# Striso Control Firmware

This repository contains the firmware source code for the Striso board MPE MIDI controller. More information can be found on www.striso.org.

## Updating firmware

Firmware releases can be found on https://github.com/striso/striso-control-firmware/releases.
The latest release can be found on https://github.com/striso/striso-control-firmware/releases/latest.

To update the Striso board firmware plug in the Striso board with the config (square) button pressed, now it should attach as a flash drive. To update the firmware just copy the new .uf2 file to this drive, after which the device automatically reboots. The current firmware version can be found in INFO_FW.TXT, and can be backupped by copying CURRENT.UF2.

Expand Down
2 changes: 2 additions & 0 deletions utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ Launch the synth and OSC bridge with `make launch_synth`.
`synth`: synthesizer, uses JACK for audio

`strivi.py`: Striso data visualisation utility

Other recommended utilities are [SendMIDI](https://github.com/gbevin/SendMIDI) and [ReceiveMIDI](https://github.com/gbevin/ReceiveMIDI).

0 comments on commit 9ee96b9

Please sign in to comment.