Releases: perkowitz/issho
Releases · perkowitz/issho
v1.0.7: Seq module
2017-11-26 v1.0.5
- In Beatbox, combine jump and play modes into a single mode. Add momentary pitch control and measure clock.
- In Shihai, a fill button that tells all Sessionizeable modules to play a fill.
- In Paraphonic, add controller sequencing.
- Add ValueSettable, which allows an external midi controller to be used for setting values (in addition
to the array of 8 buttons). - Fix bug in displaying midi channel in Settings.
- Send midi program change on session load; values set in config.
- In Paraphonic, replace pattern clear with edit select, to allow editing of patterns that aren't currently playing.
v1.0.3: Beatbox, MIDI pulses, swing, multi-note Step
2017-09-06 v1.0.3
- In Step, if multiple note modifiers are added to a stage, play the notes one at a time, from low to high
- Added framework for different multi-note modes, but implemented only low-to-high
2017-09-02 v1.0.2
- Session copy/clear from settings screen for Beatbox & Para
- Follow 24ppqn MIDI clock, enable swing by MIDI pulse
- Allow multiple devices to control Hachi simultaneously
- Beatbox replaces Rhythm
- Minibeat module
- Memory management app
v1.0.1: Chords
- Add configurable keyboard device
- Added Chords, ChordReceiver, ChordModule to track chords from keyboard device and apply chords to outgoing MIDI notes
- Updated MonoModule and StepModule to extend ChordModule so they follow chords
- Added chord options to keyboard configuration
- Updated doc to cover chords and keyboard configuration
- Added tests for Chords