Commit Graph

70 Commits

Author SHA1 Message Date
d276f52942 docs: update README.md 2025-06-25 13:44:58 +03:00
c77d541dc6 docs: update README.md; claim that native synth is faster was false 2025-06-17 18:22:14 +03:00
1a13fadd75 docs: add link to Discussions to the README.md 2025-06-17 14:12:23 +03:00
ea4dee9285 docs: add reaby to contributors 2025-02-25 18:57:32 +02:00
8d7d896375 docs: update README.md 2024-11-08 10:49:17 +02:00
7417170a8b docs: update README.md 2024-10-28 21:01:18 +02:00
58916d3c6d docs: update README.md, to recommend using nasm instead of yasm 2024-05-05 11:37:42 +03:00
f074c392f6 docs: add anticore to contributors 2024-04-08 19:05:20 +03:00
6b3aaf6cc9 docs: update README.md 2024-02-24 15:34:40 +02:00
b70db4d394 docs: add links to 21 and Tausendeins 2024-02-20 19:39:32 +02:00
d5af39e324 docs: add link to Phosphorescent Purple Pixel Peaks 2024-02-20 19:33:46 +02:00
c08a319eb7 docs: add link to NR4's tool 2023-11-20 08:55:22 +02:00
a9517f1511 docs: make the list of prods using sointu a markdown list 2023-10-19 14:30:01 +03:00
192b31917a docs: update README.md 2023-10-17 15:07:31 +03:00
905637eee3 update README.md: add links to prods using sointu 2023-10-02 11:15:15 +03:00
b65d11cbb7 update CHANGELOG.md and README.md 2023-10-01 15:07:50 +03:00
00850c8001 code/text formatting and cleaning up whitespace 2023-09-24 10:47:54 +03:00
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
a439a4fa48 update README.md: credits
(cherry picked from commit 1d89dd0e99fdfce01fbee47e1d409118c4fa1ce2)
2023-08-31 13:06:45 +03:00
29a33a154b update README.md: add prod link for "Physics Girl St." 2023-08-29 09:27:04 +03:00
d0efcc3001 Added usage examples in C; Added asm include file with track info to sointu-compile. 2023-08-29 09:09:02 +03:00
7dd2c246a0 feat(vm): add support for gm.dls samples in the go virtual machine (closes #75) 2023-08-28 22:44:37 +03:00
6ec06c760a CI: add builds for linux and macos (closes #82) 2023-08-28 16:26:15 +03:00
4135286ed0 update README.md 2023-08-28 13:42:14 +03:00
568aa1d76d update README.md 2023-08-27 14:54:14 +03:00
94926c5596 update README.md - add link to | by epoqe 2023-08-19 20:21:52 +03:00
338529012a update README.md 2023-07-18 16:22:43 +03:00
f5980ecb79 Update README.md 2023-07-07 01:44:01 +03:00
c06ac6ea5e update README.md 2023-05-15 21:22:27 +03:00
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
15cf8a750c Update README.md 2021-04-24 22:09:30 +03:00
e9affe31ae Update README.md and screenshot 2021-04-12 20:42:32 +03:00
df9713865f Update README.md 2021-03-10 00:08:09 +02:00
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
062180db1e update README 2021-03-04 18:05:18 +02:00
b7c326a0a7 update README & screenshot 2021-03-04 17:53:19 +02:00
68fbb914cd add screenshot 2021-02-05 22:40:17 +02:00
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
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
7e4bcf18e4 Update README.md. 2020-12-18 22:51:32 +02:00
2d00640e06 Update README.md 2020-12-17 00:01:27 +02:00
358db1ca46 Update README.md 2020-12-16 23:56:07 +02:00
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
a799ee2b6d Update README.md: add Tests/Passing badge. 2020-11-12 13:05:05 +02:00
910bf42da9 Update README.md 2020-11-07 21:31:24 +02:00
b94bb79366 Update README.md 2020-11-02 22:43:15 +02:00
dc88b885e9 Fix warnings when built using nasm.
Nasm gives warnings about labels without colons in the end; these were particularly prevalent in struc members: ".size" has be ".size:". Nasm also wasn't happy with extra trailing commas when calling macros.
2020-11-02 22:31:22 +02:00
acab824523 Update README.md 2020-10-24 23:36:56 +03:00
c9e8000c5f Remove the cmake magic to create bridge.go from bridge.go.in.
The bridge.go now just assumes that the library you want is built in the build/ directory. It's probably a lot better idea than using wherever the latest build was; this way the same build is always used for the library.
2020-10-23 00:04:54 +03:00
b9ec015b4a Document MinGW build commands in README.md. 2020-10-22 21:19:14 +03:00