Skip to content

Refactor Midi Follow CC assignments to use lookup tables and add rest of automateable parameters #8087

Refactor Midi Follow CC assignments to use lookup tables and add rest of automateable parameters

Refactor Midi Follow CC assignments to use lookup tables and add rest of automateable parameters #8087

Workflow file for this run

name: Pull Request Build
on:
push:
branches:
- 'synthstrom-official'
pull_request:
branches:
- 'community'
- 'release/**'
merge_group:
workflow_dispatch:
jobs:
release-build:
name: Build check - Release
uses: ./.github/workflows/build.yml
with:
firmware-retention-days: 5
build-type: 'Release'
debug-build:
name: Build check - Debug
uses: ./.github/workflows/build.yml
with:
firmware-retention-days: 5
build-type: 'Debug'