2021-12-24 21:20Z | fix typo | kst | 1 | +1 | -1 |
2021-11-29 18:45Z | update links | kst | 1 | +2 | -2 |
2021-10-17 05:12Z | some fixing to readme | kst | 1 | +7 | -6 |
2021-10-16 17:26Z | tuning for size | kst | 1 | +1 | -1 |
2021-10-16 17:18Z | optimize wav interface | kst | 1 | +24 | -8 |
2021-10-16 16:09Z | fix float | kst | 1 | +1 | -1 |
2021-10-16 12:55Z | smoo: handle denormals | kst | 2 | +5 | -0 |
2021-10-16 12:46Z | new ugen: line mem @ smoo | kst | 8 | +307 | -1 |
2021-10-16 08:57Z | dmetro: fix off by one error | kst | 1 | +1 | -2 |
2021-10-15 11:30Z | add manpages | kst | 5 | +289 | -4 |
2021-10-15 09:47Z | handle edge cases for adsr | kst | 2 | +52 | -21 |
2021-10-15 09:17Z | add timestamp option to text interface | kst | 2 | +17 | -6 |
2021-10-15 05:38Z | add install commands | kst | 2 | +26 | -1 |
2021-10-15 05:24Z | update tseq example | kst | 1 | +3 | -4 |
2021-10-15 05:24Z | new ugen: get set | kst | 9 | +175 | -6 |
2021-10-15 03:26Z | more readme | kst | 1 | +166 | -71 |
2021-10-14 13:48Z | more ugen writing instructions | kst | 1 | +21 | -6 |
2021-10-14 13:30Z | comment on examples | kst | 1 | +1 | -1 |
2021-10-14 13:25Z | reduce default str capacity | kst | 1 | +2 | -2 |
2021-10-14 13:22Z | format | kst | 1 | +1 | -2 |
2021-10-14 13:15Z | simplify | kst | 1 | +1 | -2 |
2021-10-14 11:31Z | add freebsd instruction | kst | 3 | +8 | -5 |
2021-10-14 11:04Z | more build instructions | kst | 1 | +39 | -4 |
2021-10-14 10:40Z | free memory on eval error | kst | 2 | +4 | -1 |
2021-10-14 10:30Z | slightly more robust error handling | kst | 20 | +137 | -134 |
2021-10-14 10:22Z | mention lua dependency | kst | 1 | +2 | -1 |
2021-10-14 09:59Z | fix description | kst | 2 | +2 | -2 |
2021-10-14 08:40Z | update makefile | kst | 1 | +9 | -9 |
2021-10-14 08:38Z | simplify error handling | kst | 9 | +23 | -41 |
2021-10-14 07:51Z | reorganize comments in examples | kst | 4 | +15 | -7 |
2021-10-14 07:44Z | new ugen: ftgen, ftget, ftset, tseq | kst | 19 | +495 | -76 |
2021-10-13 12:10Z | update readme as well | kst | 1 | +2 | -2 |
2021-10-13 12:07Z | update ugen descriptions | kst | 2 | +4 | -4 |
2021-10-13 11:54Z | update description | kst | 2 | +2 | -2 |
2021-10-13 11:52Z | optimize metro | kst | 1 | +6 | -12 |
2021-10-13 08:25Z | adsr example | kst | 4 | +15 | -3 |
2021-10-12 06:40Z | new ugen: dmetro, adsr | kst | 6 | +270 | -12 |
2021-10-12 06:14Z | update ugen descriptions | kst | 1 | +2 | -2 |
2021-10-12 04:09Z | add wav interface | kst | 8 | +245 | -14 |
2021-10-11 22:00Z | more simplifications | kst | 1 | +12 | -23 |
2021-10-11 21:44Z | simplify tok | kst | 1 | +4 | -8 |
2021-10-11 15:35Z | remove unused includes | kst | 1 | +0 | -1 |
2021-10-11 15:30Z | switch to binary search lookup | kst | 1 | +12 | -7 |
2021-10-11 14:32Z | fix typo | kst | 1 | +3 | -3 |
2021-10-11 14:28Z | new ugen: inv | kst | 3 | +26 | -0 |
2021-10-11 14:10Z | new ugen: tgate | kst | 4 | +66 | -1 |
2021-10-11 13:10Z | fix build when lua unavailable | kst | 1 | +1 | -1 |
2021-10-11 11:49Z | new ugen: metro | kst | 4 | +73 | -1 |
2021-10-11 11:24Z | remove trailing comma | kst | 1 | +1 | -1 |
2021-10-11 11:19Z | optimization for sine | kst | 2 | +7 | -3 |
2021-10-11 10:59Z | add instruction to adding new ugens | kst | 1 | +45 | -0 |
2021-10-11 10:27Z | new ugen: scale, biscale | kst | 10 | +115 | -6 |
2021-10-11 08:20Z | allow codegen to fail | kst | 1 | +1 | -1 |
2021-10-11 08:03Z | add generator for ugens.h | kst | 6 | +198 | -34 |
2021-10-11 04:02Z | add in support for text frontend | kst | 1 | +16 | -3 |
2021-10-11 03:27Z | new example: in | kst | 1 | +3 | -0 |
2021-10-11 03:07Z | new ugen: in | kst | 6 | +53 | -16 |
2021-10-11 00:12Z | more clean up | kst | 2 | +3 | -7 |
2021-10-11 00:04Z | fix calloc order | kst | 1 | +1 | -1 |
2021-10-11 00:02Z | more clean up | kst | 1 | +1 | -2 |
2021-10-11 00:00Z | simplify read_file | kst | 2 | +4 | -16 |
2021-10-10 14:40Z | update readme | kst | 1 | +3 | -3 |
2021-10-10 12:27Z | fix typo | kst | 1 | +1 | -1 |
2021-10-10 12:25Z | rename type macro | kst | 2 | +3 | -3 |
2021-10-10 12:20Z | combine string parsing | kst | 1 | +3 | -5 |
2021-10-10 12:14Z | remove redundant break | kst | 1 | +0 | -1 |
2021-10-10 10:58Z | conditionally build jack backend | kst | 3 | +39 | -29 |
2021-10-10 10:55Z | update header includes | kst | 4 | +4 | -4 |
2021-10-10 10:43Z | rename ugen funcs | kst | 3 | +44 | -44 |
2021-10-10 10:33Z | fix comment | kst | 1 | +1 | -1 |
2021-10-10 10:30Z | remove unused vars | kst | 1 | +0 | -1 |
2021-10-10 10:29Z | add usage | kst | 1 | +11 | -0 |
2021-10-10 10:27Z | add text interface | kst | 10 | +124 | -1 |
2021-10-10 09:47Z | init | kst | 13 | +1090 | -0 |