Wykres commitów

1052 Commity (e5c5ff6901c2b12619d54a9ec87d2e18d02a5977)

Autor SHA1 Wiadomość Data
James Ball 10fecca39e Correctly notify host of parameter changes when loading a project 2024-01-01 17:34:17 +00:00
James Ball 6884595f39 Change names of zip files to include OS 2023-12-30 14:10:28 +00:00
James Ball 9dc4c8610f Include windows .exe 2023-12-30 14:10:28 +00:00
James Ball 0e0797a320 Copy .app recursively 2023-12-30 14:10:28 +00:00
James Ball 0d90cad644 Fix mac build path for .app 2023-12-30 14:10:28 +00:00
James Ball 0278841e54 Different attempt for windows 2023-12-30 14:10:28 +00:00
James Ball ac0759ef4d Add more mac debug prints 2023-12-30 14:10:28 +00:00
James Ball 03249346e9 Change how file is copied on Windows and print mac build output 2023-12-30 14:10:28 +00:00
James Ball 3b7c70ac03 Add more logging to windows 2023-12-30 14:10:28 +00:00
James Ball 77992425f9 Set JUCE modules path 2023-12-30 14:10:28 +00:00
James Ball fe4f2ac9f6 Remove plugin directory 2023-12-30 14:10:28 +00:00
James Ball b5d4ba0ad5 Move jobs into single workflow, and follow redirects when downloading JUCE 2023-12-30 14:10:28 +00:00
James Ball 0b27d08cbb Remove hash check 2023-12-30 14:10:28 +00:00
James Ball b4aa89d5a0 Make build.sh executable 2023-12-30 14:10:28 +00:00
James Ball 34e65b6fd1 Add GitHub actions 2023-12-30 14:10:28 +00:00
James Ball 95ccbacc42 Double-click visualiser to make fullscreen 2023-12-29 13:28:26 +00:00
James Ball 53d04d9c23 Increment version number 2023-12-27 11:51:21 +00:00
James Ball 0c10d7054b Enable OpenGL rendering on Windows and Linux 2023-12-27 11:51:21 +00:00
James H Ball 7b523bfd4e Update README.md 2023-12-26 20:50:56 +00:00
James Ball 9a6e76c8e6 Add Linux compilation instructions 2023-12-26 20:49:36 +00:00
James Ball 968916bb10 Remove duplicate const 2023-12-26 20:49:36 +00:00
James Ball 925bf98e4b Correctly support mono output 2023-12-25 12:56:46 +00:00
James H Ball 21a833d411 Add announcement video to README 2023-12-24 19:42:58 +00:00
James Ball 9f4890c35b Remove dumb cap on drawing speed that caused innacurate frequencies 2023-12-23 10:43:08 +00:00
James H Ball fe487d50e1 Update README.md 2023-12-22 18:44:42 +00:00
James H Ball 4c1694b579
Merge pull request #170 from jameshball/osci-render-2
Replace repository with osci-render-juce repo for osci-render 2.0 official release!
2023-12-22 18:12:44 +00:00
James Ball ba022de030 Add link to osci-render.com from README 2023-12-22 17:54:56 +00:00
James Ball 1dcdb50eb0 Remake README for osci-render 2.0 and get projucer file production-ready 2023-12-22 17:52:36 +00:00
James Ball eddfa9bcd9 Enable all buttons on native title bar 2023-12-22 14:41:52 +00:00
James Ball 3c1c73054e Merge branch 'osci-render-juce' into osci-render-2 2023-12-22 13:51:48 +00:00
James Ball 71dacdbeb0 Delete legacy osci-render files 2023-12-22 13:48:25 +00:00
James Ball b8892532fc Fix some bugs and deadlocks when opening projects 2023-12-22 10:27:23 +00:00
James H Ball 18e4edb8d8
Merge pull request #85 from jameshball/polish
Various bug fixes / interface tweaks ahead of release
2023-12-21 21:53:21 +00:00
James Ball fcf5d69f6b Make volume visualiser less laggy at lower sample rates, fix lfo frequency at lower sample rates, improve lua and svg demo files 2023-12-21 21:33:05 +00:00
James Ball 14607636ca Remove button for software oscilloscope, use MIDI key velocity to control gain 2023-12-21 19:58:00 +00:00
James Ball b8a86f3655 Add static dot when beam is moving extremely slowly 2023-12-21 18:46:28 +00:00
James Ball 1eec8fc2e1 Allow modification of visualiser quality, and improve how it looks 2023-12-21 18:31:18 +00:00
James Ball 972a9840cd Fix laggy visualiser component on lower sample rates 2023-12-21 17:24:39 +00:00
James Ball 2fa34819d9 Set lookandfeel earlier on, and set colour for highlighting menu bar 2023-12-21 16:18:34 +00:00
James Ball f810a73a2e Add drop shadow to menu bar and code editor 2023-12-21 15:17:08 +00:00
James Ball 185737dea8 Save ADSR and voice info to state and add Create New Project option 2023-12-21 14:43:15 +00:00
James Ball fd8935a589 Slightly improve Lua variable performance, and add control for MIDI voices 2023-12-21 14:14:33 +00:00
James Ball b85318a4fd Use independent states for every ShapeVoice for Lua 2023-12-20 23:30:20 +00:00
James Ball c17d5024cf Pass more variables from audioprocessor to Lua 2023-12-20 21:41:28 +00:00
James Ball a0d2c93327 Fix bug that meant you couldn't change slider ranges 2023-12-20 21:09:22 +00:00
James Ball 151aaf68cf Use native window with native menu bar 2023-12-20 20:58:08 +00:00
James H Ball 3540074cc8
Merge pull request #82 from jameshball/lua-errors
Add Lua error messages
2023-12-20 19:23:30 +00:00
James Ball 0d4f461503 Remove race condition when painting error message, and remove newline characters from error message 2023-12-20 19:22:59 +00:00
James Ball 1eb0c4956f Use a unique id for each file, rather than non-unique filename, to identify a document 2023-12-20 18:43:03 +00:00
James Ball be8f30476b Only update code editors that map to the lua parser 2023-12-20 17:47:58 +00:00