1ae8bdbPD: implements display from pd patch and changes message sending method to lists by
clwe
2020-07-01 15:35:06 +0200
e01f2c1Pd: added vco.pd example by
max
2020-07-01 15:33:21 +0200
9b140acPD: adds switch send, switch lights receive, adds examples/gain.pd, initializes patch with sending messages by
clwe
2020-07-01 00:36:56 +0200
c769b1bPD: revert to PD v.0.50-2, implements knob send, lights receive and audio through, displays multi instance warning by
clwe
2020-06-30 23:36:10 +0200
0e77485adds 6 in/out audio through pd patch, sets buffer size to 64 samples and sets frame divider to 1 by
clwe
2020-06-28 23:25:59 +0200
013784aimplements Makefile build flow by
clwe
2020-06-28 22:05:05 +0200
c659480Vult: Clean up code and auto-format. by
Andrew Belt
2020-06-25 13:03:05 -0400
a4d9b38Fixes the vultc.h checksum by
Leonardo
2020-04-20 18:47:33 +0300
165693bAdd support for Vult scripts by
Leonardo Laguna Ruiz
2020-04-17 22:11:12 +0300
c823845LuaJIT: Clean up code and organization. by
Andrew Belt
2020-06-25 11:33:05 -0400
909d5d7Implements a copy of the ProccessBlock that is used to provide 1-based indices in the Lua VM and keep the speed of the FFI by
Leonardo Laguna Ruiz
2020-04-13 18:46:47 +0300
4caf611Reverts changes in the Lua examples to use the original 1-based index by
Leonardo Laguna Ruiz
2020-04-13 18:42:36 +0300
9dcb0f4Example on how to use the FFI in LuaJIT to increase the performance by
Leonardo Laguna Ruiz
2020-04-13 07:56:17 +0300
4004bc4Fixes typo in comment by
Leonardo Laguna Ruiz
2020-04-12 15:05:19 +0300
95348ffLoads the JIT library that way the JIT engine is enabled by
Leonardo Laguna Ruiz
2020-04-12 14:59:10 +0300
c68b38aRevert "Improves the LuaJIT performance by using luaL_openlibs to initialize the VM" by
Leonardo Laguna Ruiz
2020-04-12 14:42:15 +0300
81eb478Improves the LuaJIT performance by using luaL_openlibs to initialize the VM by
Leonardo Laguna Ruiz
2020-04-12 12:44:04 +0300
774d7ceAdd "New script" and "Edit script" menu items to make script creation easier. Allow copying display message to clipboard. by
Andrew Belt
2020-06-12 14:15:51 -0400
668fbc5Relicense from GPLv3 to GPLv3+. by
Andrew Belt
2020-06-07 19:12:43 -0400
a2dd1a4 (refs/pull/29/head)Fixes the vultc.h checksum by
Leonardo
2020-04-20 18:47:33 +0300
a940e58Add support for Vult scripts by
Leonardo Laguna Ruiz
2020-04-17 22:11:12 +0300
4268cf8 (refs/pull/28/head)Implements a copy of the ProccessBlock that is used to provide 1-based indices in the Lua VM and keep the speed of the FFI by
Leonardo Laguna Ruiz
2020-04-13 18:46:47 +0300
83dd2c6Reverts changes in the Lua examples to use the original 1-based index by
Leonardo Laguna Ruiz
2020-04-13 18:42:36 +0300
bdd1ff7Example on how to use the FFI in LuaJIT to increase the performance by
Leonardo Laguna Ruiz
2020-04-13 07:56:17 +0300
acc8d7eImproves the LuaJIT performance by using luaL_openlibs to initialize the VM (#26) by
Leonardo Laguna Ruiz
2020-04-12 15:44:00 +0300
fe39876 (refs/pull/26/head)Fixes typo in comment by
Leonardo Laguna Ruiz
2020-04-12 15:05:19 +0300
ed90a63Loads the JIT library that way the JIT engine is enabled by
Leonardo Laguna Ruiz
2020-04-12 14:59:10 +0300
7bb1a97Revert "Improves the LuaJIT performance by using luaL_openlibs to initialize the VM" by
Leonardo Laguna Ruiz
2020-04-12 14:42:15 +0300
1e8f89aImproves the LuaJIT performance by using luaL_openlibs to initialize the VM by
Leonardo Laguna Ruiz
2020-04-12 12:44:04 +0300
e3628e7Merge pull request #25 from vult-dsp/master by
Andrew Belt
2020-04-11 16:35:04 -0700
61a0339 (refs/pull/25/head)Allows using the bit library by
Leonardo Laguna Ruiz
2020-04-11 22:18:46 +0300
000fb57Update languages in Contributers section. by
Andrew Belt
2020-04-05 18:01:45 -0400
0bcc4ceDisable SuperCollider by
Andrew Belt
2020-02-26 17:10:33 -0500
6501592Move efsw submodule to root by
Andrew Belt
2020-02-26 17:07:15 -0500
5c7d6a9efsw upstream repo moved from Bitbucket to GitHub by
Andrew Belt
2020-02-26 03:35:12 -0500
960743bReplace QuickJS submodule with a call to `git clone ...` in the Makefile. by
Andrew Belt
2019-12-20 18:18:53 -0500
c8b4ddaCheck out explicit commit hash for supercollider repo. by
Andrew Belt
2019-12-20 18:13:42 -0500
e6bcc28Comment out `$(MAKE) install` line for Supercollider. by
Andrew Belt
2019-12-20 18:11:23 -0500
cc074edRemove NDEBUG. Replace vcv_libsclang_link_line.txt with explicit Makefile commands. Use $(CMAKE) instead of custom `cmake` which is defined in dep.mk because it's designed to work properly on all three platforms. by
Andrew Belt
2019-12-20 18:03:24 -0500
fb7569d (refs/pull/24/head)SC: standardize file locations and make steps by
Brian Heim
2019-12-19 22:46:16 -0600
97927feSC: use auto by
Brian Heim
2019-12-19 21:37:15 -0600
cd26746SC: improve error handling by
Brian Heim
2019-12-18 23:26:58 -0600
54573e1SC: limit number of running engines by
Brian Heim
2019-12-18 23:04:39 -0600
fbba8c2SC: rearrange functions in cpp by
Brian Heim
2019-12-18 22:49:27 -0600
3f4820eSC: use std:: for printf by
Brian Heim
2019-12-18 22:33:29 -0600
1c7f0c0Update examples, add vco.scd by
Brian Heim
2019-12-18 22:32:14 -0600
a911e82Add SC rainbow example by
Brian Heim
2019-12-18 19:17:55 -0600
60ef89bSC: rewrite gain.scd by
Brian Heim
2019-12-18 19:03:52 -0600
263bd19SC: use Signal for audio signals instead of FloatArray by
Brian Heim
2019-12-18 19:03:47 -0600
6ca5badSC: precalc class symbol by
Brian Heim
2019-12-18 19:03:08 -0600
b22b5f3update comment by
Brian Heim
2019-12-18 19:02:46 -0600
abbe7dfSC: use sprintf directly by
Brian Heim
2019-12-18 18:45:14 -0600
7557152fixup! SC: hide timing test code behind macro by
Brian Heim
2019-12-18 18:45:06 -0600
ddfb8d1SC: rearrange by
Brian Heim
2019-12-18 18:30:36 -0600
5f1ec1fSC: hide timing test code behind macro by
Brian Heim
2019-12-18 18:27:13 -0600
649990eSC: turn off assertions by
Brian Heim
2019-12-18 18:24:48 -0600
9f35afdSC: use sprintf instead of snprintf by
Brian Heim
2019-12-18 18:22:13 -0600
49940adSC: speedup readback (~3% speedup for gain.scd by
Brian Heim
2019-12-18 18:20:41 -0600
6c5449eSC: use sprintf & local buf (10% speedup for gain.scd) by
Brian Heim
2019-12-18 18:12:25 -0600
60f307bSC: add scratch buf to prep for faster string buildings by
Brian Heim
2019-12-17 22:49:18 -0600
ea500e4SC: add more processing to gain.scd by
Brian Heim
2019-12-17 21:49:05 -0600
444c3abSC: small improvements by
Brian Heim
2019-12-17 21:48:30 -0600
96dd05cSC: additional timing code by
Brian Heim
2019-12-17 21:48:00 -0600
1c3aee9SC: implement type checkin by
Brian Heim
2019-12-17 21:25:20 -0600
9c916b4SC: make num rows available during initial script load by
Brian Heim
2019-12-17 18:59:45 -0600
9049566SC: resolve TODOs by
Brian Heim
2019-12-17 18:55:14 -0600
62a37deSC: implement engine::setNumRows by
Brian Heim
2019-12-17 18:50:04 -0600
aaf1684SC: comment by
Brian Heim
2019-12-17 18:31:52 -0600
72914beSC: expand on gain.scd by
Brian Heim
2019-12-15 23:15:16 -0600
6d5f6f3SC: get values from sclang back to vcv by
Brian Heim
2019-12-15 23:15:06 -0600
94f9173SC: build full process block string by
Brian Heim
2019-12-15 13:04:22 -0600
557df78fixup! SC: cleanup getResultAsInt by
Brian Heim
2019-12-15 12:37:27 -0600
3588b71SC: add function parameter by
Brian Heim
2019-12-15 12:33:20 -0600
bb3861bSC: remove TODO by
Brian Heim
2019-12-15 12:26:32 -0600
d29c131SC: add TODO by
Brian Heim
2019-12-15 12:26:23 -0600
be15b44SC: cleanup getResultAsInt by
Brian Heim
2019-12-15 12:26:05 -0600
8635f7dSC: remove TODOs by
Brian Heim
2019-12-15 12:23:19 -0600
d1a596dSC: check client condition in return of process by
Brian Heim
2019-12-15 12:22:52 -0600
e930fcdSC: protect against failure conditions by
Brian Heim
2019-12-15 12:21:47 -0600
65e74b6SC: implement getResultAsInt by
Brian Heim
2019-12-15 12:21:33 -0600
47b4e3aSC: change interpret to take cstring by
Brian Heim
2019-12-15 12:21:00 -0600
46cb271Add basic SuperCollider support by
Brian Heim
2019-12-13 20:26:08 -0600
ad8473cUpdate manual URL. by
Andrew Belt
2019-11-16 02:41:36 -0500
4cad80eUpdate "Adding a script engine" section of readme. by
Andrew Belt
2019-11-16 01:57:41 -0500
bcfb174Add plugin website to manifest. by
Andrew Belt
2019-11-16 00:59:56 -0500
ff06e31Port vco.js to vco.lua. by
Andrew Belt
2019-11-15 10:08:34 -0500