James H Ball
|
596a4a5665
|
Add debug QOIs
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
56ae7b1fce
|
Change wording of ffmpeg dialog box
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
f26ea1011a
|
Add pop-up for downloading ffmpeg and complete downloader implementation
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
7b98b34b04
|
Add pop-up to download ffmpeg if not already downloaded
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
157676439e
|
Create application folder for osci-render to store the ffmpeg binary in
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
3c48f1b3bc
|
Add support for ffmpeg through static executable and fix several concurrency bugs
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
40423b400c
|
Fix issues with enabling blocked rendering
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
e40356e71a
|
Add partially working blocking recording - very buggy
|
2024-12-22 14:31:21 +00:00 |
DJLevel3
|
59ce35220a
|
Add required MIT license
|
2024-12-22 14:31:21 +00:00 |
DJLevel3
|
85dd8bc331
|
Revert erroneously changed shader
|
2024-12-22 14:31:21 +00:00 |
DJLevel3
|
3442e3b900
|
fix a bug
|
2024-12-22 14:31:21 +00:00 |
DJLevel3
|
c1b5f784d1
|
Implement recording to PNG or QOI
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
513ec136d6
|
Fix long-standing bug with visualiser
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
dc9fe17c1c
|
Remove unneccessary reattach code
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
1e112425e4
|
Add smoothing effect to visualiser
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
a106e09876
|
Add noise and glow effects, and make upsampling button work
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
7f12ee9490
|
Refactor software oscilloscope and remove legacy visualiser
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
ee7e040fa6
|
Fix bug with preparation
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
63a0b238d5
|
Add shaders in a separate file and start looking at noise
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
08fbbae925
|
Refactor ConsumerManager to AudioBackgroundThread which is now a lot cleaner
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
6054d81541
|
Refactor BufferConsumer to use a double buffer that results in significantly less audio loss
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
8296014272
|
Fix most major bugs with opengl implementation and add upsampling
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
eff8b3f635
|
Refactor Point to OsciPoint due to naming conflicts
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
3022800e1c
|
Add paused text, respond to mouse clicks, and remove mouse hover effects
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
f75f132aed
|
Add grid code and ability to toggle grid and smudges
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
bb190a1e45
|
Pass data through to opengl oscilloscope
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
d94cc3b935
|
Cleanly delete renderer
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
f306c6af33
|
Clean-up code and make it fill the screen
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
74be29194b
|
Get initial version working
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
14b211df5c
|
Initial partially working opengl implementation
|
2024-12-22 14:31:21 +00:00 |
James H Ball
|
6c66774f26
|
Add stopwatch timer
|
2024-10-13 21:11:29 +01:00 |
James H Ball
|
a3eef3c074
|
Remove worse record icon, and enable audio input for osci-render
|
2024-10-12 21:23:19 +01:00 |
James H Ball
|
3db7dcaff4
|
Change font for osci-render, improve recording button
|
2024-10-12 21:19:39 +01:00 |
James H Ball
|
e7f018932d
|
Improve recording performance by recording directly to a file
|
2024-10-12 20:07:53 +01:00 |
James H Ball
|
f30ac1823e
|
Add support for recording oscilloscope visualiser
|
2024-10-12 19:17:35 +01:00 |
James H Ball
|
925f2a7b80
|
Change default font
|
2024-10-06 20:26:41 +01:00 |
James H Ball
|
212d518fd0
|
Move settings cog to title bar
|
2024-10-06 20:11:53 +01:00 |
James H Ball
|
558bd0011d
|
Remove secondary brightness bus and replace with third optional input
|
2024-10-05 20:45:18 +01:00 |
James H Ball
|
35aa8ded56
|
Add focus
|
2024-09-29 20:36:16 +01:00 |
James H Ball
|
d1be10bd5a
|
Add saturation effect
|
2024-09-29 19:46:35 +01:00 |
James H Ball
|
da8cb4f861
|
Fix binary name, fix AU type, hide full screen and popout
|
2024-09-29 17:05:09 +01:00 |
James H Ball
|
08ef65c377
|
Get standalone oscilloscope working with three channel inputs, and migrate BufferConsumer to use Points rather than raw samples
|
2024-09-22 18:49:58 +01:00 |
James H Ball
|
44b6dea7ba
|
Get standalone software oscilloscope to compile
|
2024-09-12 23:09:54 +01:00 |
James H Ball
|
2f671f653a
|
Fix bug when opening separate windows in Reaper
|
2024-08-26 20:46:01 +01:00 |
James H Ball
|
6194b039f3
|
Fix several threading bugs, and crash when changing sample rate
|
2024-08-26 18:30:29 +01:00 |
James H Ball
|
479319b11c
|
Merge branch 'wav-file-input' of github.com:jameshball/osci-render into wav-file-input
|
2024-08-23 11:07:15 +01:00 |
James H Ball
|
fb6105996c
|
Add separate brightness and intensity sliders
|
2024-08-23 11:06:50 +01:00 |
James H Ball
|
e9351f7852
|
Merge visualiser fixes
|
2024-08-23 10:53:52 +01:00 |
James H Ball
|
557b9f3371
|
Add support for .wav and .aiff files
|
2024-08-22 16:59:21 +01:00 |
James H Ball
|
997de907bc
|
Save visualiser fullscreen state to project
|
2024-08-22 14:42:54 +01:00 |
James H Ball
|
9672e826ac
|
Add default implementations for all Lua functions if no additional parameters are provided
|
2024-08-22 14:18:04 +01:00 |
James H Ball
|
2071cc9a18
|
Add several Lua functions
|
2024-08-22 13:12:46 +01:00 |
James H Ball
|
ddba403e14
|
Close visualiser settings when going from new to legacy visualiser
|
2024-08-21 13:43:30 +01:00 |
James H Ball
|
2b7e51f1df
|
Only have a single instance of visualiser settings per app
|
2024-08-21 13:35:26 +01:00 |
James H Ball
|
f160c67f9f
|
Prevent setting toggle state after object deletion
|
2024-08-21 12:09:50 +01:00 |
James H Ball
|
bed8997a2a
|
Show correct toggle state in effect components when effects are disabled and enabled from a DAW
|
2024-08-21 12:09:50 +01:00 |
James H Ball
|
b630a1b7cb
|
Remove redundant connection to old web-based software oscilloscope, and make visualiser centered
|
2024-08-21 12:09:50 +01:00 |
James H Ball
|
9bfdca7b99
|
Fix several bugs on Windows, make more stable, and make visualiser consistent across sample rates
|
2024-08-21 12:09:50 +01:00 |
James H Ball
|
8deba8dc7c
|
Clean up some of the orders things are initialised in
|
2024-08-21 12:09:50 +01:00 |
James H Ball
|
51b788a367
|
Improve performance and get Windows working with new visualiser
|
2024-08-21 12:09:50 +01:00 |
James H Ball
|
9017586b39
|
Add support for toggling upsamping, toggling legacy visualiser, and fix bugs when deleting visualiser
|
2024-08-21 12:09:50 +01:00 |
James H Ball
|
e25d8e6d71
|
Add options to remove smudges and grid, and make sample rate agnostic
|
2024-08-21 12:09:50 +01:00 |
James H Ball
|
96fb3efbb0
|
Significantly simplify usage of SwitchButtons
|
2024-08-21 12:09:50 +01:00 |
James H Ball
|
87edfe0608
|
Add visualiser settings panel
|
2024-08-21 12:09:50 +01:00 |
James H Ball
|
776578caa3
|
Add overlay to visualiser, proper popout logic, fix tooltips, ability to use old visualiser
|
2024-08-21 12:09:50 +01:00 |
James H Ball
|
a6bd3bbc92
|
Remove unneccessary code and add fullscreen support
|
2024-08-21 12:09:50 +01:00 |
James H Ball
|
bda414de92
|
Get audio sent to visualiser, and add buttons
|
2024-08-21 12:09:50 +01:00 |
James H Ball
|
0e62c7667a
|
Use modified version of dood.al oscilloscope for visualiser
|
2024-08-21 12:09:50 +01:00 |
James Ball
|
ea406551f8
|
Switch to Direct2D renderer on Windows
|
2024-08-21 12:09:50 +01:00 |
James H Ball
|
f0a7e0ed1b
|
Revert "Use modified version of dood.al oscilloscope for visualiser"
This reverts commit f75b6e034a .
|
2024-06-29 20:10:18 +01:00 |
James H Ball
|
f75b6e034a
|
Use modified version of dood.al oscilloscope for visualiser
|
2024-06-28 21:27:10 +01:00 |
James H Ball
|
e99e86915f
|
Remember last opened directory
|
2024-06-11 20:18:38 +01:00 |
James H Ball
|
be80a7e5e2
|
Fix bug with opening older project files on 2.2.0
|
2024-06-11 20:18:38 +01:00 |
James H Ball
|
4515e3a153
|
Add pop-up window for visualiser
|
2024-06-02 21:00:18 +01:00 |
James H Ball
|
063b33e956
|
Return resizing cursor on resizer bar
|
2024-06-02 21:00:18 +01:00 |
James H Ball
|
51387642af
|
Add fullscreen and settings cog to visualiser and remove tooltip
|
2024-06-02 21:00:18 +01:00 |
James H Ball
|
a047beae37
|
Never traverse transparent pixels
|
2024-06-02 17:17:25 +01:00 |
James H Ball
|
e77cddb494
|
Remove unneccessary import that isn't available on Linux
|
2024-06-02 17:17:25 +01:00 |
James H Ball
|
8f437c716e
|
Make code editor not appear if a binary file is open, and add About menu
|
2024-06-02 15:27:51 +01:00 |
James H Ball
|
35c8f52d47
|
Save visualiser settings
|
2024-06-02 15:27:51 +01:00 |
James H Ball
|
9726317928
|
Several improvements to ImageParser, support for all image types, show only relevant controls in FrameSettingsComponent
|
2024-06-02 15:27:51 +01:00 |
James H Ball
|
ba0d55a1f6
|
Properly set custom cursors for components
|
2024-06-02 15:27:51 +01:00 |
James Ball
|
43819213a7
|
Fix bugs with parsing GIFs, make it possible to save/load projects with GIFs, STILL HAVEN'T made it so the code documents ignore binary formats
|
2024-06-02 15:27:51 +01:00 |
James Ball
|
9b394e2fd1
|
First pass at GIF support
|
2024-06-02 15:27:51 +01:00 |
James Ball
|
f699c185e2
|
Remove osci_render.zip file, change some tooltip wording, revert modulo trick
|
2024-04-28 22:11:39 +01:00 |
DJLevel3
|
018771797d
|
change default bpm to 60 to fix unexpected behavior
|
2024-04-28 22:11:39 +01:00 |
DJLevel3
|
bbdd98d34f
|
Add tooltips and change references
|
2024-04-28 22:11:39 +01:00 |
James Ball
|
27a2d12f42
|
Enable animation of line art by default, and set default framerate to 30
|
2024-04-28 22:11:39 +01:00 |
James Ball
|
d1ae93f75a
|
Reorganise Line Art Settings and make double box lose focus when clicking off it
|
2024-04-28 22:11:39 +01:00 |
James Ball
|
23bfcaee7d
|
Make DAW parameters update when GUI changes and vice versa and fix several bugs
|
2024-04-28 22:11:39 +01:00 |
James Ball
|
d8bb084cac
|
Fix some crashes in standalone mode, crashes when saving .gpla file
|
2024-04-28 22:11:39 +01:00 |
DJLevel3
|
82ad9a4b2e
|
Add checks to ensure line art is always valid
|
2024-04-28 22:11:39 +01:00 |
DJLevel3
|
f13258e195
|
Discard lines behind camera when processing grease penicl line art
|
2024-04-28 22:11:39 +01:00 |
DJLevel3
|
894a21f7d8
|
Make requested changes
|
2024-04-28 22:11:39 +01:00 |
DJLevel3
|
bc908d12c9
|
woops forgot to check for nullptr
|
2024-04-28 22:11:39 +01:00 |
DJLevel3
|
1414186011
|
Fix major lag spike and add important settings
|
2024-04-28 22:11:39 +01:00 |
DJLevel3
|
7e8448fc43
|
Fix crash in some DAWs (probably)
|
2024-04-28 22:11:39 +01:00 |
DJLevel3
|
3aa8990e8e
|
Make some suggested changes
|
2024-04-28 22:11:39 +01:00 |
DJLevel3
|
d23216ac51
|
implement .gpla animation
|
2024-04-28 22:11:39 +01:00 |
James Ball
|
4f390ae041
|
Automatically open code editor when a lua or txt file is created
|
2024-04-13 18:06:38 +01:00 |
James Ball
|
e7479ac2f4
|
Fix crash when reordering effects
|
2024-04-13 18:06:38 +01:00 |
James Ball
|
09d9b32882
|
Fix custom lua code not appearing when closing and opening VST window
|
2024-04-13 18:06:38 +01:00 |
James Ball
|
4052788c8a
|
Fix audio input being disabled, improve checkbox lookandfeel, allow lfo sliders to be more granular
|
2024-04-04 21:23:06 +01:00 |
James Ball
|
5a9efeba1e
|
Remove corner resize icon and increase max Lua instructions per sample
|
2024-03-29 22:51:35 +00:00 |
James Ball
|
6ada7214e7
|
Make design consistent across the board
|
2024-03-29 22:51:35 +00:00 |
James Ball
|
f1f54c761f
|
Make UI more responsive and effects rounded
|
2024-03-29 22:51:35 +00:00 |
James Ball
|
58362b1508
|
Improve performance of the interface and refresh look
|
2024-03-29 22:51:35 +00:00 |
James Ball
|
2e23c485b6
|
Refactor LuaParser and make it abort running Lua if taking too long
|
2024-03-29 22:51:35 +00:00 |
James Ball
|
faaa049b9d
|
Add experimental animations to interface
|
2024-03-29 22:51:35 +00:00 |
James Ball
|
d66967285b
|
Dramatically increase UI performance when resizing
|
2024-03-29 22:51:35 +00:00 |
James Ball
|
4c5852f9f0
|
Refactor code editor visibility, add title to code editor, significantly improve performance when resizing interface
|
2024-03-29 22:51:35 +00:00 |
James Ball
|
35cf8d7942
|
Modify tooltip to include instructions on how to clear console from Lua
|
2024-03-29 22:51:35 +00:00 |
James Ball
|
beca0215cb
|
Add Lua function clear() to clear console from Lua
|
2024-03-29 22:51:35 +00:00 |
James Ball
|
b5969bfd7a
|
Fix bug that leads to innaccurate frequencies
|
2024-03-29 22:51:35 +00:00 |
James Ball
|
579a16f5b2
|
Replace effect checkbox with toggle switch and fix bug on macOS when changing range of slider
|
2024-03-03 20:31:31 +00:00 |
James Ball
|
4db2fcc293
|
Remove indentation in LuaParser
|
2024-03-03 14:08:28 +00:00 |
James Ball
|
8f6a9f7ed8
|
Increment version number
|
2024-03-03 14:08:28 +00:00 |
James Ball
|
6f73dd8940
|
Add message when the Lua console is empty
|
2024-03-03 14:08:28 +00:00 |
James Ball
|
d38fcaced5
|
Add lua console clearing, pausing
|
2024-03-03 14:08:28 +00:00 |
James Ball
|
446c065d93
|
Add half-complete Lua Console
|
2024-03-03 14:08:28 +00:00 |
James Ball
|
7b292c1c89
|
Correctly open every code document
|
2024-03-03 14:08:28 +00:00 |
James Ball
|
f3bc547588
|
Allow Lua sliders to be animated, and smoothened
|
2024-02-26 22:13:37 +00:00 |
James Ball
|
9ab8a44358
|
Change default rotation of 3D rotate effect to be in the Y direction
|
2024-02-24 09:39:05 +00:00 |
James Ball
|
8f674b99d6
|
Make effects being enabled more likely, and remove trace effects from randomisation
|
2024-02-22 15:08:01 +00:00 |
James Ball
|
96c8934d92
|
Add tooltip to visualiser, make file arrows more consistent
|
2024-02-22 14:47:58 +00:00 |
James Ball
|
da6ffb082a
|
Add arrows to change the currently open file
|
2024-02-22 14:28:09 +00:00 |
James Ball
|
6802455301
|
Allow Lua effects to access frequency, step, phase, sampleRate variables
|
2024-02-22 13:10:24 +00:00 |
James Ball
|
d553e94c6f
|
Move randomise button, change icon, and add a tooltip
|
2024-02-20 18:18:53 +00:00 |
James Ball
|
566ecc0968
|
Add randomise button
|
2024-02-20 15:32:52 +00:00 |
James Ball
|
4554158155
|
Move close file button to an icon
|
2024-02-20 14:57:52 +00:00 |
James Ball
|
e132eb63bb
|
Add dashed line effect
|
2024-02-20 14:14:24 +00:00 |
James Ball
|
ff1b62dfb3
|
Add scale X/Y/Z, distort Z, Swirl effects, and support 3D Lua files
|
2024-02-16 21:09:39 +00:00 |
James Ball
|
3423ccd893
|
Add ripple effect
|
2024-02-13 08:48:15 +00:00 |
James Ball
|
690ea8bd43
|
Move Lua component under the code editor, remove z pos and rotate speed parameters
|
2024-02-12 22:33:06 +00:00 |
James Ball
|
7a74976341
|
Add rotate effect, remove rotation settings from 3D settings
|
2024-02-12 20:34:00 +00:00 |
James Ball
|
13e23b8b5c
|
Better normalise objects by taking magnitude rather than abs distance to scale them down
|
2024-02-12 08:33:19 +00:00 |
James Ball
|
870019980b
|
Make objects view more consistently without the need for findZPos
|
2024-02-11 23:02:34 +00:00 |
James Ball
|
e52406aec0
|
Remove unneccessary functions and imports
|
2024-02-11 22:13:52 +00:00 |
James Ball
|
eaf5a3eb9c
|
Use mathter library for Camera and Frustum, and add viewMatrix-based camera
|
2024-02-11 22:06:35 +00:00 |
James Ball
|
8ff283aba8
|
Add tests for Frustum and fix bugs associated with it
|
2024-02-11 18:56:46 +00:00 |
James Ball
|
e7f960a0a1
|
Make tests pass
|
2024-02-10 12:54:22 +00:00 |
James Ball
|
8ed20f50b9
|
Add test suite
|
2024-02-10 12:05:19 +00:00 |
James Ball
|
d3b032cbf5
|
Merge branch 'master' into 3d-audio
|
2024-02-10 10:53:42 +00:00 |
James Ball
|
abad00a308
|
Add button to open Audio/MIDI settings from MIDI section
|
2024-01-31 17:20:06 +00:00 |
James Ball
|
2fcaa6431d
|
Remove 'Audio input muted to avoid feedback loop' warning
|
2024-01-31 17:20:06 +00:00 |
James Ball
|
4a97c317f9
|
Correctly check for end-of-lines in Blender connection
|
2024-01-31 17:20:06 +00:00 |
James Ball
|
a83cc33a76
|
Correctly reset frame drawn, shape drawn, and current shape when starting a new frame, fixing the trace function
|
2024-01-31 17:20:06 +00:00 |
James Ball
|
0a956e963a
|
Check if local file before getting local file
|
2024-01-30 20:18:47 +00:00 |
James Ball
|
dae57b6ce1
|
Add audio thread callback in null check
|
2024-01-30 20:15:56 +00:00 |
James Ball
|
36fea8f484
|
Add audio thread callback in null check
|
2024-01-30 20:14:07 +00:00 |
James Ball
|
bfc70d71dc
|
Resolve conflicts
|
2024-01-30 19:29:31 +00:00 |
James Ball
|
4401a7674b
|
Record audio using audio directly from audio thread to guarantee no audio is missed
|
2024-01-28 20:19:56 +00:00 |
James Ball
|
95ab90ad63
|
Correctly overwrite existing wav file
|
2024-01-28 20:19:56 +00:00 |
James Ball
|
cad5bad853
|
It works
|
2024-01-28 20:19:56 +00:00 |
James Ball
|
f5d3f83a2f
|
Fix bug with volume visualiser leading to NaN volume, and make audio recorder use sample buffer
|
2024-01-28 20:19:56 +00:00 |
James Ball
|
d39122232f
|
Add ability to record and save files
|
2024-01-28 20:19:56 +00:00 |
James Ball
|
e83f3f769e
|
Get Frustum Culling half-working
|
2024-01-21 22:22:03 +00:00 |
James Ball
|
379109be0d
|
Merge master
|
2024-01-21 19:14:49 +00:00 |
James Ball
|
240fafe65c
|
Add pitch bend support
|
2024-01-21 19:10:26 +00:00 |
James Ball
|
0ab4b8cc84
|
Always show 3D settings and rename settings titles to be more clear
|
2024-01-21 17:56:47 +00:00 |
James Ball
|
f748fa66d6
|
Rename ObjComponent, fix Custom Effect, and always show 3D settings
|
2024-01-17 01:26:07 +00:00 |
James Ball
|
22fdf8872d
|
Refactor significant portion of codebase to use custom effect instead of perspective effect, and add perspective effect as a new permanent effect
|
2024-01-07 19:48:02 +00:00 |
James Ball
|
70028c55b5
|
Remove Vector3D and remove rotate from Shape
|
2024-01-07 16:37:22 +00:00 |
James Ball
|
8a91099c55
|
Rename Vector2 to Point
|
2024-01-07 16:17:20 +00:00 |
James Ball
|
9376b5d715
|
Fix trace effects
|
2024-01-07 16:00:43 +00:00 |
James Ball
|
18776c7324
|
Set value of parameters in correct order, increment version number, and clip input volume
|
2024-01-01 17:34:17 +00:00 |
James Ball
|
b20ef8b994
|
Disable sidechain for Lua
|
2024-01-01 17:34:17 +00:00 |
James Ball
|
7a5ab4d31f
|
Reduce how dark the disabled audio effect names are
|
2024-01-01 17:34:17 +00:00 |
James Ball
|
72cc253159
|
Resize effect component when too small, and add sidechain ability
|
2024-01-01 17:34:17 +00:00 |
James Ball
|
10fecca39e
|
Correctly notify host of parameter changes when loading a project
|
2024-01-01 17:34:17 +00:00 |
James Ball
|
95ccbacc42
|
Double-click visualiser to make fullscreen
|
2023-12-29 13:28:26 +00:00 |
James Ball
|
0c10d7054b
|
Enable OpenGL rendering on Windows and Linux
|
2023-12-27 11:51:21 +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 Ball
|
9f4890c35b
|
Remove dumb cap on drawing speed that caused innacurate frequencies
|
2023-12-23 10:43:08 +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
|
b8892532fc
|
Fix some bugs and deadlocks when opening projects
|
2023-12-22 10:27:23 +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 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 |
James Ball
|
6686d25085
|
Show Lua errors in the code editor
|
2023-12-20 17:13:38 +00:00 |
James Ball
|
e3ecb794b0
|
Start getting useful error messages for Lua
|
2023-12-20 13:27:22 +00:00 |
James Ball
|
c62b6a9f90
|
Change envelope to show ADSR stats when ADSR mode is on
|
2023-12-19 12:11:12 +00:00 |
James Ball
|
f9b9e09a53
|
Change design of envelope component
|
2023-12-18 15:06:34 +00:00 |
James Ball
|
3eb8bbae5a
|
Remove tabs from interface, move MIDI settings to seperate toggleable window, resign MIDI settings and envelope component, wire up MIDI keyboard
|
2023-12-18 13:41:56 +00:00 |
James Ball
|
07a35e709e
|
Add tooltips to fixed rotate and edit buttons
|
2023-12-17 22:46:24 +00:00 |