mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
25 lines
1.3 KiB
Markdown
25 lines
1.3 KiB
Markdown
# Changelog
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
|
## [Unreleased]
|
|
### Added
|
|
- An instrument (set of opcodes & accompanying values) can have any number of voices.
|
|
- A track can trigger any number of voices (polyphonism).
|
|
- Pattern length does not have to be a power of 2.
|
|
- Macros for defining patches, so that only the necessary parts of the synth are compiled in.
|
|
- Harmonized support for stereo signals: every opcode supports stereo variant.
|
|
- New opcodes: bit-crusher, gain, inverse gain, clip, speed (bpm modulation), compressor.
|
|
- Support for sample-based oscillators; samples loaded from gm.dls.
|
|
- Unison oscillators: multiple copies of the oscillator running sligthly detuned and added up to together.
|
|
- Support for 32 and 64 bit builds.
|
|
- Regression tests for opcodes, using CTests.
|
|
- Switch to CMake for builds.
|
|
- Compiling as a static library & an API to call Sointu
|
|
- Running all tests (win/linux/mac) in the cloud, using Github workflows
|
|
- go: a Go package to call Sointu
|
|
- go: Importing and exporting Sointu .asm songs
|
|
- go: asmfmt, a command line utility to format/process Sointu .asm song files
|
|
|
|
[Unreleased]: https://github.com/vsariola/sointu/compare/4klang-3.11...HEAD |