feat(examples): add example songs from intros by epoqe, Team210 and farbrausch

This is the first step to collect a corpus of real intro songs to test various size optimizations.

Related to #227
This commit is contained in:
Alexander "NR4" Kraus
2026-03-08 18:04:24 +01:00
committed by GitHub
parent c52c074aa1
commit c793d29592
11 changed files with 3629 additions and 0 deletions

View File

@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- 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
particular MIDI channel, and ability to transpose the incoming note values.
These settings can be configured under instrument properties. ([#124][i124],