199 Commits (3ac384ce2405e3463c4fc96d3797804dadf9ef8a)
 

Author SHA1 Message Date
  clwe 3f0c62a450 Merge branch 'master' of https://gitlab.chair.audio/chair-audio/VCV-Prototype 4 years ago
  clwe 49b65e332a PD: audio output correction factor x4, shows version before loading patch 4 years ago
  max ae0d392bb0 Pd: updated rainbow example 4 years ago
  max 90fe8003b1 Pd: added and updated examples 4 years ago
  max e78546cd54 Pd: added and updated examples 4 years ago
  clwe 1539633198 PD: reset global arrays on script reload to fix wrong lights display 4 years ago
  clwe bd57f49eb8 Merge branch 'master' of https://gitlab.chair.audio/chair-audio/VCV-Prototype 4 years ago
  clwe c56cc3871d PD: fixes initial display, display pd version 4 years ago
  max 3915322f9c Pd: added vco.pd example 4 years ago
  clwe c0f7dc1340 Merge branch 'master' of https://gitlab.chair.audio/chair-audio/VCV-Prototype 4 years ago
  clwe 1ae8bdbc36 PD: implements display from pd patch and changes message sending method to lists 4 years ago
  max e01f2c1c97 Pd: added vco.pd example 4 years ago
  clwe 9b140aca8f PD: adds switch send, switch lights receive, adds examples/gain.pd, initializes patch with sending messages 4 years ago
  clwe c769b1b1aa PD: revert to PD v.0.50-2, implements knob send, lights receive and audio through, displays multi instance warning 4 years ago
  clwe 0e774853a1 adds 6 in/out audio through pd patch, sets buffer size to 64 samples and sets frame divider to 1 4 years ago
  clwe 013784aa17 implements Makefile build flow 4 years ago
  Andrew Belt c659480099 Vult: Clean up code and auto-format. 4 years ago
  Leonardo a4d9b387c3 Fixes the vultc.h checksum 5 years ago
  Leonardo Laguna Ruiz 165693b0de Add support for Vult scripts 5 years ago
  Andrew Belt c823845e7a LuaJIT: Clean up code and organization. 4 years ago
  Leonardo Laguna Ruiz 909d5d7241 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 5 years ago
  Leonardo Laguna Ruiz 4caf611d2d Reverts changes in the Lua examples to use the original 1-based index 5 years ago
  Leonardo Laguna Ruiz 9dcb0f4445 Example on how to use the FFI in LuaJIT to increase the performance 5 years ago
  Leonardo Laguna Ruiz 4004bc4e96 Fixes typo in comment 5 years ago
  Leonardo Laguna Ruiz 95348ffaee Loads the JIT library that way the JIT engine is enabled 5 years ago
  Leonardo Laguna Ruiz c68b38aa64 Revert "Improves the LuaJIT performance by using luaL_openlibs to initialize the VM" 5 years ago
  Leonardo Laguna Ruiz 81eb47815e Improves the LuaJIT performance by using luaL_openlibs to initialize the VM 5 years ago
  Andrew Belt 774d7ce561 Add "New script" and "Edit script" menu items to make script creation easier. Allow copying display message to clipboard. 4 years ago
  Andrew Belt 668fbc5fb1 Relicense from GPLv3 to GPLv3+. 4 years ago
  Leonardo Laguna Ruiz acc8d7ea7f
Improves the LuaJIT performance by using luaL_openlibs to initialize the VM (#26) 5 years ago
  Andrew Belt e3628e7e26
Merge pull request #25 from vult-dsp/master 5 years ago
  Leonardo Laguna Ruiz 61a0339b85 Allows using the bit library 5 years ago
  Andrew Belt 000fb5775d Update languages in Contributers section. 5 years ago
  Andrew Belt 0bcc4cef92 Disable SuperCollider 5 years ago
  Andrew Belt 650159271d Move efsw submodule to root 5 years ago
  Andrew Belt 5c7d6a9f5e efsw upstream repo moved from Bitbucket to GitHub 5 years ago
  Andrew Belt 960743b756 Replace QuickJS submodule with a call to `git clone ...` in the Makefile. 5 years ago
  Andrew Belt c8b4ddab9e Check out explicit commit hash for supercollider repo. 5 years ago
  Andrew Belt e6bcc28126 Comment out `$(MAKE) install` line for Supercollider. 5 years ago
  Andrew Belt cc074ed1a7 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. 5 years ago
  Brian Heim fb7569d3f3 SC: standardize file locations and make steps 5 years ago
  Brian Heim 97927fe367 SC: use auto 5 years ago
  Brian Heim cd2674605c SC: improve error handling 5 years ago
  Brian Heim 54573e11d4 SC: limit number of running engines 5 years ago
  Brian Heim fbba8c2306 SC: rearrange functions in cpp 5 years ago
  Brian Heim 3f4820eacf SC: use std:: for printf 5 years ago
  Brian Heim 1c7f0c0e4a Update examples, add vco.scd 5 years ago
  Brian Heim a911e82a7f Add SC rainbow example 5 years ago
  Brian Heim 60ef89b992 SC: rewrite gain.scd 5 years ago
  Brian Heim 263bd19678 SC: use Signal for audio signals instead of FloatArray 5 years ago