Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
asmnasm: C:\Users\runneradmin\nasm\nasm
output: sointu-vsti.dll
params: -buildmode=c-shared -tags="plugin,native" ./cmd/sointu-vsti/
- os: windows-latest
asmnasm: C:\Users\runneradmin\nasm\nasm
output: sointu-play.exe
params: cmd/sointu-play/main.go
- os: ubuntu-latest
asmnasm: /home/runner/nasm/nasm
output: sointu-compile
Expand All @@ -67,6 +71,11 @@ jobs:
output: sointu-vsti.so
params: -buildmode=c-shared -tags="plugin,native" ./cmd/sointu-vsti/
packages: libegl-dev libvulkan-dev libxkbcommon-x11-dev libwayland-dev libasound2-dev libx11-xcb-dev libxcursor-dev libxfixes-dev
- os: ubuntu-latest
asmnasm: /home/runner/nasm/nasm
output: sointu-play
params: cmd/sointu-play/main.go
packages: libegl-dev libvulkan-dev libxkbcommon-x11-dev libwayland-dev libasound2-dev libx11-xcb-dev libxcursor-dev libxfixes-dev
- os: macos-latest
asmnasm: /Users/runner/nasm/nasm
output: sointu-compile
Expand All @@ -81,6 +90,10 @@ jobs:
bundleoutput: sointu-vsti
params: -buildmode=c-archive -tags="plugin" ./cmd/sointu-vsti/
bundle: true
- os: macos-latest
asmnasm: /Users/runner/nasm/nasm
output: sointu-play
params: cmd/sointu-play/main.go
steps:
- uses: benjlevesque/short-sha@v3.0
id: short-sha
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
### Added
- Binary builds for sointu-play from GitHub Actions on all platforms.
([#226][i226])
- Song corpus with songs from real intros for testing size optimizations in
Sointu systematically. ([#227][i227])
- MIDI velocity, keyboard splitting, forcing specific instrument to use
Expand Down
Loading