.. |
UGen
|
Remove duplicate const
|
2023-12-26 20:49:36 +00:00 |
audio
|
Remove hacky trace effect, and replace it with a different version of the trace line effect
|
2025-08-16 21:03:25 +01:00 |
chinese_postman
|
Minor code cleanup
|
2023-11-25 18:45:04 +00:00 |
components
|
Fix sosci compilation
|
2025-08-17 08:07:23 +01:00 |
gpla
|
Refactor effects and shapes into osci_render_core
|
2025-04-23 15:26:33 +01:00 |
img
|
Flip syphon texture on mac
|
2025-05-18 13:15:59 +01:00 |
ixwebsocket
|
Add audio websocket server that sends data to software oscilloscope browser client
|
2023-07-10 22:00:36 +01:00 |
lua
|
Make LuaJIT build a little more robust
|
2025-08-16 07:55:27 -06:00 |
mathter
|
Move concurrency to osci_render_core and add lua as submodule
|
2025-04-24 10:47:03 +01:00 |
obj
|
Cement FOV and camera placement changes
|
2025-08-14 23:21:19 -07:00 |
parser
|
Add parameter linking, remove debug messages in opengl on windows, make visualiser settings resizable
|
2025-05-12 20:55:10 +01:00 |
svg
|
Refactor effects and shapes into osci_render_core
|
2025-04-23 15:26:33 +01:00 |
txt
|
Separate visualiser parameters into separate file and fix compilation of osci-render and sosci
|
2025-05-08 22:10:34 +01:00 |
video
|
Refactor visualiser into two separate components
|
2025-05-06 21:47:39 +01:00 |
visualiser
|
Merge develop
|
2025-08-16 20:03:08 +01:00 |
wav
|
Split timeline into its own component for simplicity
|
2025-04-24 13:53:44 +01:00 |
CommonPluginEditor.cpp
|
Merge develop
|
2025-08-16 20:03:08 +01:00 |
CommonPluginEditor.h
|
Add parameter linking, remove debug messages in opengl on windows, make visualiser settings resizable
|
2025-05-12 20:55:10 +01:00 |
CommonPluginProcessor.cpp
|
Switch to setGlobalValue for osci-render
|
2025-08-15 08:41:43 -06:00 |
CommonPluginProcessor.h
|
Switch acceptsKeys to getter method for osci-render
|
2025-08-16 06:58:46 -06:00 |
CustomStandalone.cpp
|
Support opening from a file
|
2025-03-15 19:49:34 +00:00 |
CustomStandaloneFilterWindow.h
|
Support opening from a file
|
2025-03-15 19:49:34 +00:00 |
EffectPluginEditor.cpp
|
Add effect icons and overhaul draggable list box
|
2025-08-10 16:28:22 +01:00 |
EffectPluginEditor.h
|
Add slider with a label that is rendered using the visualiser
|
2025-05-10 15:36:38 +01:00 |
EffectPluginProcessor.cpp
|
Add slider with a label that is rendered using the visualiser
|
2025-05-10 15:36:38 +01:00 |
EffectPluginProcessor.h
|
Refactor effects so they initialise in the file, and several other improvements
|
2025-08-10 20:45:06 +01:00 |
EffectsComponent.cpp
|
Refactor effects so they initialise in the file, and several other improvements
|
2025-08-10 20:45:06 +01:00 |
EffectsComponent.h
|
Refactor effects so they initialise in the file, and several other improvements
|
2025-08-10 20:45:06 +01:00 |
FrameSettingsComponent.cpp
|
Add parameter linking, remove debug messages in opengl on windows, make visualiser settings resizable
|
2025-05-12 20:55:10 +01:00 |
FrameSettingsComponent.h
|
Make timeline and new text rendering appear on premium only and remove license registration
|
2025-04-25 18:14:27 +01:00 |
LookAndFeel.cpp
|
Add close button, pin add new effects to the bottom, add nice ScrollFaceMixin, add automatic scrolling to DraggableListBox
|
2025-08-10 11:32:24 +01:00 |
LookAndFeel.h
|
Add recording settings
|
2024-12-22 14:31:21 +00:00 |
LuaComponent.cpp
|
Increment version number
|
2024-03-03 14:08:28 +00:00 |
LuaComponent.h
|
…
|
|
MainComponent.cpp
|
Refactor how syphon/spout input works to be cleaner and less buggy
|
2025-05-03 11:57:14 +01:00 |
MainComponent.h
|
Fix crash with trace, improve and fix wobble effect, remove pitch detector, make changing slider values with small increments more reliable
|
2025-02-01 14:28:13 +00:00 |
MathUtil.h
|
Fix SVG parsing bugs, object parsing bugs, rotation precision errors
|
2023-09-09 11:22:14 +01:00 |
MidiComponent.cpp
|
Significantly simplify usage of SwitchButtons
|
2024-08-21 12:09:50 +01:00 |
MidiComponent.h
|
Significantly simplify usage of SwitchButtons
|
2024-08-21 12:09:50 +01:00 |
PerspectiveComponent.cpp
|
Add parameter linking, remove debug messages in opengl on windows, make visualiser settings resizable
|
2025-05-12 20:55:10 +01:00 |
PerspectiveComponent.h
|
Get standalone software oscilloscope to compile
|
2024-09-12 23:09:54 +01:00 |
PluginEditor.cpp
|
Add placeholders in the grid component, and sort effect types
|
2025-08-10 21:56:35 +01:00 |
PluginEditor.h
|
Add parameter linking, remove debug messages in opengl on windows, make visualiser settings resizable
|
2025-05-12 20:55:10 +01:00 |
PluginProcessor.cpp
|
Remove hacky trace effect, and replace it with a different version of the trace line effect
|
2025-08-16 21:03:25 +01:00 |
PluginProcessor.h
|
Remove hacky trace effect, and replace it with a different version of the trace line effect
|
2025-08-16 21:03:25 +01:00 |
SettingsComponent.cpp
|
Add placeholders in the grid component, and sort effect types
|
2025-08-10 21:56:35 +01:00 |
SettingsComponent.h
|
Remove readprocess and use childprocess instead and fix deadlocks in code
|
2025-04-29 20:43:26 +01:00 |
SosciPluginEditor.cpp
|
Make timeline and new text rendering appear on premium only and remove license registration
|
2025-04-25 18:14:27 +01:00 |
SosciPluginEditor.h
|
Add mic button to show when audio input is being used, and enable audio input if the audio device is changed
|
2025-01-10 16:51:11 +00:00 |
SosciPluginProcessor.cpp
|
Refactor visualiser into two separate components
|
2025-05-06 21:47:39 +01:00 |
SosciPluginProcessor.h
|
Move concurrency to osci_render_core and add lua as submodule
|
2025-04-24 10:47:03 +01:00 |
TestMain.cpp
|
Merge develop
|
2025-08-16 20:03:08 +01:00 |
TxtComponent.cpp
|
Massively improve text parsing
|
2025-04-04 14:59:17 +01:00 |
TxtComponent.h
|
Save and load fonts and styles
|
2023-08-27 22:01:37 +01:00 |