falsycat falsycat
falsycat pushed to main at falsycat/tmm 2022-07-15 10:24:04 +00:00
f16541beff update
falsycat pushed to main at falsycat/tmm 2022-07-15 10:17:58 +00:00
729e88957a update
falsycat pushed to main at falsycat/tmm 2022-07-13 21:18:08 +00:00
3cd6db5831 update
falsycat pushed to main at falsycat/tmm 2022-07-13 08:52:15 +00:00
fecec43e33 make more stable
falsycat pushed to main at falsycat/tmm 2022-07-13 04:35:19 +00:00
becffcd1fb implement SMA, EMA in addition to WMA
3d2a454e96 fix a code to terminate process
Compare 2 commits »
falsycat pushed to main at falsycat/tmm 2022-07-12 23:27:33 +00:00
a5f951dea9 improve WMA algorithm
falsycat created branch main in falsycat/tmm 2022-07-12 14:03:58 +00:00
falsycat pushed to main at falsycat/tmm 2022-07-12 14:03:58 +00:00
ecb9ad08e1 add WMA algorithm with bitbank bot
37840311e0 initial commit
falsycat created repository falsycat/tmm 2022-07-12 07:05:13 +00:00
falsycat pushed to dev at nf7/nf7 2022-07-11 00:22:57 +00:00
3ad18e3f0e improve Value interface of LuaJIT
7aab3c221f add get_info input to Node interface of Audio/IO
Compare 2 commits »
falsycat pushed to dev at nf7/nf7 2022-07-10 21:12:08 +00:00
ce258e5add add flags field to Node
35786c1683 implement Tuple in nf::Value
Compare 2 commits »
falsycat pushed to dev at nf7/nf7 2022-07-10 04:03:32 +00:00
b9740d5cc7 fix value transmittion issues in Node
f39de1a8d5 fix luajit::MatchMetaName()
4625cad8cc fix an issue that can refer invalid memory if coroutine aborts
f7eeae3d83 add Audio/IO
Compare 4 commits »
falsycat pushed to dev at nf7/nf7 2022-07-08 15:14:23 +00:00
4328c91304 add Audio/IO
falsycat pushed to dev at nf7/nf7 2022-07-08 15:10:21 +00:00
f013a28c0b add Audio/IO
falsycat pushed to dev at nf7/nf7 2022-07-08 09:43:04 +00:00
4ded9590c0 add Audio/IO
fbca935907 add Audio/Context
1e4b3e233c add nf7::Thread
Compare 3 commits »
falsycat pushed to dev at nf7/nf7 2022-07-05 13:56:55 +00:00
e96abb6a81 add Audio/Output
falsycat pushed to dev at nf7/nf7 2022-07-05 09:31:56 +00:00
2cd49511d6 () add Audio/Output
falsycat pushed to dev at nf7/nf7 2022-07-03 04:27:10 +00:00
d305e4fc72 () add Audio/Output
0baa6d37f7 add new thirdparty library, miniaudio
Compare 2 commits »
falsycat pushed to dev at nf7/nf7 2022-07-02 14:17:31 +00:00
68ca6642b0 fix issues that nodes aren't handled
049e6fad73 implement pushing caller when execute LuaJIT/Node
b1117ccea9 implement Logger API for Lua
cc883c5f36 add luajit::ToValue()
Compare 4 commits »
falsycat pushed to dev at nf7/nf7 2022-07-01 09:34:59 +00:00
2e1c248e43 add Node/Network/Initiator