Commit Graph
75 Commits
Author SHA1 Message Date
[email protected] a994d831ee doc: update README.md 2026-02-16 12:21:23 +02:00
[email protected] 74fea4138f docs: Update README.md (-o . is not needed; it's the default behavior) 2025-08-13 15:18:39 +03:00
0b5vrandGitHub f13a5cd2df docs: Update README.md (#208)
Now it seems bulk memory is enabled by default in wat2wasm

See: https://github.com/WebAssembly/wabt/pull/1728
2025-08-13 07:31:23 +03:00
[email protected] 3163f46447 feat!: both native & Go synths are included in the same executables
Closes #200
2025-07-10 17:46:00 +03:00
[email protected] 13102aa7d6 docs: update README.md 2025-07-10 10:34:55 +03:00
[email protected] d276f52942 docs: update README.md 2025-06-25 13:44:58 +03:00
[email protected] c77d541dc6 docs: update README.md; claim that native synth is faster was false 2025-06-17 18:22:14 +03:00
[email protected] 1a13fadd75 docs: add link to Discussions to the README.md 2025-06-17 14:12:23 +03:00
[email protected] ea4dee9285 docs: add reaby to contributors 2025-02-25 18:57:32 +02:00
[email protected] 8d7d896375 docs: update README.md 2024-11-08 10:49:17 +02:00
[email protected] 7417170a8b docs: update README.md 2024-10-28 21:01:18 +02:00
[email protected] 58916d3c6d docs: update README.md, to recommend using nasm instead of yasm 2024-05-05 11:37:42 +03:00
[email protected] f074c392f6 docs: add anticore to contributors 2024-04-08 19:05:20 +03:00
[email protected] 6b3aaf6cc9 docs: update README.md 2024-02-24 15:34:40 +02:00
[email protected] b70db4d394 docs: add links to 21 and Tausendeins 2024-02-20 19:39:32 +02:00
[email protected] d5af39e324 docs: add link to Phosphorescent Purple Pixel Peaks 2024-02-20 19:33:46 +02:00
[email protected] c08a319eb7 docs: add link to NR4's tool 2023-11-20 08:55:22 +02:00
[email protected] a9517f1511 docs: make the list of prods using sointu a markdown list 2023-10-19 14:30:01 +03:00
[email protected] 192b31917a docs: update README.md 2023-10-17 15:07:31 +03:00
[email protected] 905637eee3 update README.md: add links to prods using sointu 2023-10-02 11:15:15 +03:00
[email protected] b65d11cbb7 update CHANGELOG.md and README.md 2023-10-01 15:07:50 +03:00
[email protected] 00850c8001 code/text formatting and cleaning up whitespace 2023-09-24 10:47:54 +03:00
Alexander KrausandVeikko Sariola 607e5b5da0 Added x86 asm and C wav writer and player examples.
Specifically:
* Added win32, elf32 and elf64 asm player and wav writers using winmm.
* Added dsound player in C.
* Separated the ALL target and the examples; introduced a new examples target.
2023-08-31 14:15:52 +03:00
[email protected] a439a4fa48 update README.md: credits
(cherry picked from commit 1d89dd0e99fdfce01fbee47e1d409118c4fa1ce2)
2023-08-31 13:06:45 +03:00
[email protected] 29a33a154b update README.md: add prod link for "Physics Girl St." 2023-08-29 09:27:04 +03:00
Alexander KrausandVeikko Sariola d0efcc3001 Added usage examples in C; Added asm include file with track info to sointu-compile. 2023-08-29 09:09:02 +03:00
[email protected] 7dd2c246a0 feat(vm): add support for gm.dls samples in the go virtual machine (closes #75) 2023-08-28 22:44:37 +03:00
[email protected] 6ec06c760a CI: add builds for linux and macos (closes #82) 2023-08-28 16:26:15 +03:00
[email protected] 4135286ed0 update README.md 2023-08-28 13:42:14 +03:00
[email protected] 568aa1d76d update README.md 2023-08-27 14:54:14 +03:00
[email protected] 94926c5596 update README.md - add link to | by epoqe 2023-08-19 20:21:52 +03:00
[email protected] 338529012a update README.md 2023-07-18 16:22:43 +03:00
[email protected] f5980ecb79 Update README.md 2023-07-07 01:44:01 +03:00
[email protected] c06ac6ea5e update README.md 2023-05-15 21:22:27 +03:00
[email protected] cd700ed954 feat!: implement vsti, along with various refactorings and api changes for it
The RPC and sync library mechanisms were removed for now; they never really worked and contained several obvious bugs. Need to consider if syncs are useful at all during the compose time, or just used during intro.
2023-05-13 17:56:13 +03:00
vsariola 15cf8a750c Update README.md 2021-04-24 22:09:30 +03:00
vsariola e9affe31ae Update README.md and screenshot 2021-04-12 20:42:32 +03:00
vsariola df9713865f Update README.md 2021-03-10 00:08:09 +02:00
vsariola 99dbdfe223 feat: add the ability to use Sointu as a sync-tracker
There is a new "sync" opcode that saves the top-most signal every 256 samples to the new "syncBuffer" output. Additionally, you can enable saving the current fractional row as sync[0], avoiding calculating the beat in the shader, but also calculating the beat correctly when the beat is modulated.
2021-03-09 23:52:33 +02:00
vsariola 062180db1e update README 2021-03-04 18:05:18 +02:00
vsariola b7c326a0a7 update README & screenshot 2021-03-04 17:53:19 +02:00
vsariola 68fbb914cd add screenshot 2021-02-05 22:40:17 +02:00
Veikko Sariola 7974f0ff82 fix(x86): denormalize delay damp filters
the damp filters, after input was switched off, cause the CPU to spike up and causing the tracker audio to start chopping
2020-12-30 19:50:38 +02:00
Veikko Sariola e4490faa2e feat(compiler): Add support for targeting WebAssembly.
The working principle is similar as before with x86, but instead of outputting .asm, it outputs .wat. This can be compiled into .wasm by using the wat2wasm assembler.
2020-12-26 23:16:18 +02:00
Veikko Sariola 7e4bcf18e4 Update README.md. 2020-12-18 22:51:32 +02:00
Veikko Sariola 2d00640e06 Update README.md 2020-12-17 00:01:27 +02:00
Veikko Sariola 358db1ca46 Update README.md 2020-12-16 23:56:07 +02:00
Veikko Sariola 335d2af05b feat(asm&CI): Add support for macho-formats to header.inc and run tests also on MacOS.
Mac was giving errors about position dependent code, so had to add linker flag -Wl,-no_pie to ld & cgo.
2020-11-16 23:59:13 +02:00
Veikko SariolaandGitHub a799ee2b6d Update README.md: add Tests/Passing badge. 2020-11-12 13:05:05 +02:00
Veikko SariolaandGitHub 910bf42da9 Update README.md 2020-11-07 21:31:24 +02:00