Commit Graph

  • *
  • *
  • | *
  • | *
  • | |\
  • | * |
  • | | *
  • | |/
  • | *
  • | *
  • | *
  • | *
  • | |\
  • | * |
  • | | *
  • | |/
  • | *
  • | |\
  • | * |
  • | | *
  • | |/
  • | *
  • | *
  • | *
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • |/
  • *
  • *
  • | *
  • | *
  • |/
  • | *
  • | *
  • | *
  • | |\
  • | |/
  • |/|
  • | *
  • * |
  • | *
  • | *
  • | *
  • | *
  • * |
  • |\ \
  • | |/
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 3dadb3f adds 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
  • 713613f implements Makefile build flow by clwe 2020-06-28 22:05:05 +0200
  • 27d18ef PD: audio output correction factor is x5 by clwe 2020-07-01 19:22:35 +0200
  • 3f0c62a Merge branch 'master' of https://gitlab.chair.audio/chair-audio/VCV-Prototype by clwe 2020-07-01 19:17:37 +0200
  • 49b65e3 PD: audio output correction factor x4, shows version before loading patch by clwe 2020-07-01 19:17:31 +0200
  • ae0d392 Pd: updated rainbow example by max 2020-07-01 19:13:17 +0200
  • 90fe800 Pd: added and updated examples by max 2020-07-01 18:44:31 +0200
  • e78546c Pd: added and updated examples by max 2020-07-01 18:42:36 +0200
  • 1539633 PD: reset global arrays on script reload to fix wrong lights display by clwe 2020-07-01 16:09:34 +0200
  • bd57f49 Merge branch 'master' of https://gitlab.chair.audio/chair-audio/VCV-Prototype by clwe 2020-07-01 15:57:51 +0200
  • c56cc38 PD: fixes initial display, display pd version by clwe 2020-07-01 15:56:07 +0200
  • 3915322 Pd: added vco.pd example by max 2020-07-01 15:40:17 +0200
  • c0f7dc1 Merge branch 'master' of https://gitlab.chair.audio/chair-audio/VCV-Prototype by clwe 2020-07-01 15:35:14 +0200
  • 1ae8bdb PD: implements display from pd patch and changes message sending method to lists by clwe 2020-07-01 15:35:06 +0200
  • e01f2c1 Pd: added vco.pd example by max 2020-07-01 15:33:21 +0200
  • 9b140ac PD: adds switch send, switch lights receive, adds examples/gain.pd, initializes patch with sending messages by clwe 2020-07-01 00:36:56 +0200
  • c769b1b PD: 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
  • 0e77485 adds 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
  • 013784a implements Makefile build flow by clwe 2020-06-28 22:05:05 +0200
  • c659480 Vult: Clean up code and auto-format. by Andrew Belt 2020-06-25 13:03:05 -0400
  • a4d9b38 Fixes the vultc.h checksum by Leonardo 2020-04-20 18:47:33 +0300
  • 165693b Add support for Vult scripts by Leonardo Laguna Ruiz 2020-04-17 22:11:12 +0300
  • c823845 LuaJIT: Clean up code and organization. by Andrew Belt 2020-06-25 11:33:05 -0400
  • 909d5d7 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
  • 4caf611 Reverts changes in the Lua examples to use the original 1-based index by Leonardo Laguna Ruiz 2020-04-13 18:42:36 +0300
  • 9dcb0f4 Example on how to use the FFI in LuaJIT to increase the performance by Leonardo Laguna Ruiz 2020-04-13 07:56:17 +0300
  • 4004bc4 Fixes typo in comment by Leonardo Laguna Ruiz 2020-04-12 15:05:19 +0300
  • 95348ff Loads the JIT library that way the JIT engine is enabled by Leonardo Laguna Ruiz 2020-04-12 14:59:10 +0300
  • c68b38a Revert "Improves the LuaJIT performance by using luaL_openlibs to initialize the VM" by Leonardo Laguna Ruiz 2020-04-12 14:42:15 +0300
  • 81eb478 Improves the LuaJIT performance by using luaL_openlibs to initialize the VM by Leonardo Laguna Ruiz 2020-04-12 12:44:04 +0300
  • 774d7ce Add "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
  • 668fbc5 Relicense 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
  • a940e58 Add 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
  • 83dd2c6 Reverts changes in the Lua examples to use the original 1-based index by Leonardo Laguna Ruiz 2020-04-13 18:42:36 +0300
  • 30fc899 Merge remote-tracking branch 'upstream/master' by Leonardo Laguna Ruiz 2020-04-13 08:03:58 +0300
  • bdd1ff7 Example on how to use the FFI in LuaJIT to increase the performance by Leonardo Laguna Ruiz 2020-04-13 07:56:17 +0300
  • acc8d7e Improves 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
  • ed90a63 Loads the JIT library that way the JIT engine is enabled by Leonardo Laguna Ruiz 2020-04-12 14:59:10 +0300
  • 7bb1a97 Revert "Improves the LuaJIT performance by using luaL_openlibs to initialize the VM" by Leonardo Laguna Ruiz 2020-04-12 14:42:15 +0300
  • 1e8f89a Improves the LuaJIT performance by using luaL_openlibs to initialize the VM by Leonardo Laguna Ruiz 2020-04-12 12:44:04 +0300
  • e3628e7 Merge 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
  • 000fb57 Update languages in Contributers section. by Andrew Belt 2020-04-05 18:01:45 -0400
  • 0bcc4ce Disable SuperCollider by Andrew Belt 2020-02-26 17:10:33 -0500
  • 6501592 Move efsw submodule to root by Andrew Belt 2020-02-26 17:07:15 -0500
  • 5c7d6a9 efsw upstream repo moved from Bitbucket to GitHub by Andrew Belt 2020-02-26 03:35:12 -0500
  • 960743b Replace QuickJS submodule with a call to `git clone ...` in the Makefile. by Andrew Belt 2019-12-20 18:18:53 -0500
  • c8b4dda Check out explicit commit hash for supercollider repo. by Andrew Belt 2019-12-20 18:13:42 -0500
  • e6bcc28 Comment out `$(MAKE) install` line for Supercollider. by Andrew Belt 2019-12-20 18:11:23 -0500
  • cc074ed Remove 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
  • 97927fe SC: use auto by Brian Heim 2019-12-19 21:37:15 -0600
  • cd26746 SC: improve error handling by Brian Heim 2019-12-18 23:26:58 -0600
  • 54573e1 SC: limit number of running engines by Brian Heim 2019-12-18 23:04:39 -0600
  • fbba8c2 SC: rearrange functions in cpp by Brian Heim 2019-12-18 22:49:27 -0600
  • 3f4820e SC: use std:: for printf by Brian Heim 2019-12-18 22:33:29 -0600
  • 1c7f0c0 Update examples, add vco.scd by Brian Heim 2019-12-18 22:32:14 -0600
  • a911e82 Add SC rainbow example by Brian Heim 2019-12-18 19:17:55 -0600
  • 60ef89b SC: rewrite gain.scd by Brian Heim 2019-12-18 19:03:52 -0600
  • 263bd19 SC: use Signal for audio signals instead of FloatArray by Brian Heim 2019-12-18 19:03:47 -0600
  • 6ca5bad SC: precalc class symbol by Brian Heim 2019-12-18 19:03:08 -0600
  • b22b5f3 update comment by Brian Heim 2019-12-18 19:02:46 -0600
  • abbe7df SC: use sprintf directly by Brian Heim 2019-12-18 18:45:14 -0600
  • 7557152 fixup! SC: hide timing test code behind macro by Brian Heim 2019-12-18 18:45:06 -0600
  • ddfb8d1 SC: rearrange by Brian Heim 2019-12-18 18:30:36 -0600
  • 5f1ec1f SC: hide timing test code behind macro by Brian Heim 2019-12-18 18:27:13 -0600
  • 649990e SC: turn off assertions by Brian Heim 2019-12-18 18:24:48 -0600
  • 9f35afd SC: use sprintf instead of snprintf by Brian Heim 2019-12-18 18:22:13 -0600
  • 49940ad SC: speedup readback (~3% speedup for gain.scd by Brian Heim 2019-12-18 18:20:41 -0600
  • 6c5449e SC: use sprintf & local buf (10% speedup for gain.scd) by Brian Heim 2019-12-18 18:12:25 -0600
  • 60f307b SC: add scratch buf to prep for faster string buildings by Brian Heim 2019-12-17 22:49:18 -0600
  • ea500e4 SC: add more processing to gain.scd by Brian Heim 2019-12-17 21:49:05 -0600
  • 444c3ab SC: small improvements by Brian Heim 2019-12-17 21:48:30 -0600
  • 96dd05c SC: additional timing code by Brian Heim 2019-12-17 21:48:00 -0600
  • 1c3aee9 SC: implement type checkin by Brian Heim 2019-12-17 21:25:20 -0600
  • 9c916b4 SC: make num rows available during initial script load by Brian Heim 2019-12-17 18:59:45 -0600
  • 9049566 SC: resolve TODOs by Brian Heim 2019-12-17 18:55:14 -0600
  • 62a37de SC: implement engine::setNumRows by Brian Heim 2019-12-17 18:50:04 -0600
  • aaf1684 SC: comment by Brian Heim 2019-12-17 18:31:52 -0600
  • 72914be SC: expand on gain.scd by Brian Heim 2019-12-15 23:15:16 -0600
  • 6d5f6f3 SC: get values from sclang back to vcv by Brian Heim 2019-12-15 23:15:06 -0600
  • 94f9173 SC: build full process block string by Brian Heim 2019-12-15 13:04:22 -0600
  • 557df78 fixup! SC: cleanup getResultAsInt by Brian Heim 2019-12-15 12:37:27 -0600
  • 3588b71 SC: add function parameter by Brian Heim 2019-12-15 12:33:20 -0600
  • bb3861b SC: remove TODO by Brian Heim 2019-12-15 12:26:32 -0600
  • d29c131 SC: add TODO by Brian Heim 2019-12-15 12:26:23 -0600
  • be15b44 SC: cleanup getResultAsInt by Brian Heim 2019-12-15 12:26:05 -0600
  • 8635f7d SC: remove TODOs by Brian Heim 2019-12-15 12:23:19 -0600
  • d1a596d SC: check client condition in return of process by Brian Heim 2019-12-15 12:22:52 -0600
  • e930fcd SC: protect against failure conditions by Brian Heim 2019-12-15 12:21:47 -0600
  • 65e74b6 SC: implement getResultAsInt by Brian Heim 2019-12-15 12:21:33 -0600
  • 47b4e3a SC: change interpret to take cstring by Brian Heim 2019-12-15 12:21:00 -0600
  • 46cb271 Add basic SuperCollider support by Brian Heim 2019-12-13 20:26:08 -0600
  • ad8473c Update manual URL. by Andrew Belt 2019-11-16 02:41:36 -0500
  • 4cad80e Update "Adding a script engine" section of readme. by Andrew Belt 2019-11-16 01:57:41 -0500
  • bcfb174 Add plugin website to manifest. by Andrew Belt 2019-11-16 00:59:56 -0500
  • ff06e31 Port vco.js to vco.lua. by Andrew Belt 2019-11-15 10:08:34 -0500