osci-render/Source
James Ball 70de26bbb2 Show different slider when non-static LFO chosen 2023-07-21 11:41:01 +01:00
..
audio Show different slider when non-static LFO chosen 2023-07-21 11:41:01 +01:00
chinese_postman Massively speed up .obj file loading - now comparable to java osci-render - and fixed missing and duplicated edges 2023-03-29 18:02:23 +01:00
components Show different slider when non-static LFO chosen 2023-07-21 11:41:01 +01:00
concurrency Most effects now change smoothly between values, making the visuals MUCH smoother when using sliders 2023-07-14 15:34:24 +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 visualiser look better, add translate effect, fix fixed rotation axis 2023-07-19 21:40:31 +01:00
obj Most effects now change smoothly between values, making the visuals MUCH smoother when using sliders 2023-07-14 15:34:24 +01:00
parser Introduce more locks to prevent concurrency issues 2023-07-11 22:28:54 +01:00
shape Get initial non-working lua parser set up 2023-04-04 16:17:37 +01:00
svg Get initial non-working lua parser set up 2023-04-04 16:17:37 +01:00
txt Add basic .txt support 2023-02-05 20:36:51 +00:00
xml Add code for SvgParser that mostly works 2023-02-05 00:43:57 +00:00
EffectsComponent.cpp Add parameters for enabling and disabling effects, and refactor effects to store a boolean for enabled effects rather than presence in a list 2023-07-18 17:25:09 +01:00
EffectsComponent.h Remove LFO support for Lua and remove 'infinite' lua sliders as you cannot dynamically add parameters 2023-07-21 11:08:55 +01:00
LuaComponent.cpp Complete infinite lua slider support 2023-07-04 14:58:36 +01:00
LuaComponent.h Add .lua file settings with infinite (non-working) slider support 2023-07-02 21:00:14 +01:00
MainComponent.cpp Make visualiser look better, add translate effect, fix fixed rotation axis 2023-07-19 21:40:31 +01:00
MainComponent.h Add wobble effect and remove frequency input from effect applications 2023-07-13 20:11:24 +01:00
ObjComponent.cpp Make visualiser look better, add translate effect, fix fixed rotation axis 2023-07-19 21:40:31 +01:00
ObjComponent.h Remove LFO support for Lua and remove 'infinite' lua sliders as you cannot dynamically add parameters 2023-07-21 11:08:55 +01:00
PluginEditor.cpp Add combobox on all effects for changing LFO and move lua/obj panel underneath other effects 2023-07-20 17:24:34 +01:00
PluginEditor.h Add basic volume visualiser with non-functioning sliders 2023-07-10 13:17:04 +01:00
PluginProcessor.cpp Remove LFO support for Lua and remove 'infinite' lua sliders as you cannot dynamically add parameters 2023-07-21 11:08:55 +01:00
PluginProcessor.h Remove LFO support for Lua and remove 'infinite' lua sliders as you cannot dynamically add parameters 2023-07-21 11:08:55 +01:00
Util.h Add resources from Java osci-render, fully implement fixed rotation axis for 3D rotation, fix various bugs when opening and closing GUI as a VST 2023-07-05 17:57:41 +01:00