Skip to content

v1.3.1 "The Feedback Update"

Compare
Choose a tag to compare
@ScheerleJo ScheerleJo released this 26 Aug 22:17
· 29 commits to main since this release

Release Notes

This release builds on a bug that I found in v1.3.0.
Because the Midi-input signal with the active recording status is delayed due to conversion and processing with midi, the recording status sent as a response to the HTTP-GET request has the wrong status.
With a new update in Companion, it is possible to create trigger loops that constantly get the current recording status without triggering a direct action in Studio One. Therefore a new handler branch /get is implemented.

Another improvement is the version readout in the console when starting the application. The current version can also be seen in the default config.
! Notice: changing the version in the config has no effect on the functionality or actual version of the software

HTTP2MIDI is now able to determine whether Studio One is open. When it is closed none of the MIDI-Commands for S1 get sent. This prevents some buggy stuff when first creating a marker and then opening S1 to record.

Updates

  • Checking if S1 is running before sending MIDI-Commands
  • Get continual feedback in Companion with the new handler branch
  • Add MIDI-Input on debug-helper
  • Add version readout to startup and default config
  • Update some functions to async for better performance

Full Changelog: v1.3.0...v1.3.1