usynth

simple midi synth for sndio
git clone git://nsmpr.xyz/usynth.git
Log | Files | Refs

DateCommit messageAuthorFiles+-
2021-08-12 14:19rearrange how machine instructions are stored for easier future modificationsPavel Renev4+48-56
2021-08-12 13:27add missing arg.hPavel Renev1+50-0
2021-08-12 13:23add params to usync, fix little-endiannesPavel Renev3+43-9
2021-08-12 00:32clean usynth.oPavel Renev1+1-1
2021-08-12 00:27miditest, buildtest, program assemly, example programPavel Renev11+368-43
2021-04-10 16:41wavetable: enlarge, fix triangleprenev3+13-11
2021-04-10 16:40Makefile: more proper depsprenev1+6-0
2021-04-10 16:40usynth: implement note stackprenev1+17-4
2021-04-10 14:31minor fixesprenev2+3-3
2021-04-10 13:09rework machine into array from structprenev3+111-107
2021-04-08 22:34make some noice with usynth, but vms args appear to not work properlyprenev8+32-21
2021-04-08 12:45break things for the usynths sakeprenev4+21-26
2021-02-24 10:29commit some initial work on new usynthprenev10+117-27
2021-02-19 19:58rename usynth to progsynthprenev2+1-1
2020-09-25 08:55static everywherezavok7+9-8
2020-09-24 20:18fix typo, add libszavok1+2-2
2020-09-24 11:48copy Makefile from pcmprintzavok2+32-24
2020-02-12 14:32Merge branch 'master' of ssh://solid.at-home.me:/home/git/pub/usynthzavok5+43-17
2020-02-12 10:22blerzavok1+2-3
2020-01-12 20:22lots of work to do yetzavok5+45-20
2020-01-12 13:46tinkered with built-in progzavok1+7-0
2020-01-12 12:56clean up audio files, finallyzavok1+0-2
2020-01-01 18:54programmability is almost donezavok7+180-159
2019-12-31 15:11arglbarglzavok2+6-9
2019-12-31 14:38fix Makefilezavok1+1-1
2019-12-31 14:37remove empty filezavok2+1-1
2019-12-29 21:25working on programmabilityzavok9+280-90
2019-12-29 10:51brand new day, brand new commitzavok7+52-8
2019-11-07 06:58makefiles are hardzavok1+1-1
2019-11-06 19:13fixed phase modulationzavok3+9-9
2019-11-05 18:27some minor changeszavok2+15-19
2019-11-05 12:19simplified midi message fetching routineszavok2+30-49
2019-11-05 11:22started coding operatorszavok5+64-19
2019-11-05 06:42added more midi management logiczavok6+134-59
2019-11-04 17:12implemented polyphonyzavok1+53-10
2019-11-04 14:01moved synth code to separate file.zavok3+58-41
2019-11-04 10:40moved midi stuff to separate filezavok3+57-73
2019-11-04 08:31time for version controlzavok8+270-0