1
0
mirror of https://github.com/sjlongland/atinysynth.git synced 2025-09-13 10:03:15 +10:00
atinysynth/ports/pc
Luciano Martorella c19c6dddcb - Added sequencer from binary 'waveform' and ADSR data.
- Added waveform generic API to create waveforms, and use period instead of frequency in waveform (avoid division on MCUs)
- Introduced 'def' struct in ADSR API for reuse
- Multi-track MML parser and compilation
- Added some samples from https://electronicmusic.fandom.com/wiki/Music_Macro_Language
- Added scale.mml for testing
2021-05-18 20:18:29 +02:00
..
main.c - Added sequencer from binary 'waveform' and ADSR data. 2021-05-18 20:18:29 +02:00
Makefile - Added sequencer from binary 'waveform' and ADSR data. 2021-05-18 20:18:29 +02:00
test - Wav output instead of raw via libao 2021-04-28 21:59:14 +02:00