Wykres commitów

203 Commity (cdf3e88e17d2be2a13650a75912acae51e3b6d51)

Autor SHA1 Wiadomość Data
James H Ball cdf3e88e17 Make volume button mutable, and add ability to save global settings 2025-04-04 23:00:38 +01:00
James H Ball f6958b568b Allow smoothing to be controlled, and correctly reset the title of the app when creating a new project 2025-02-15 17:52:54 +00:00
James H Ball 90e30ba52a Add LFO start and end parameters and change slider range to slider settings cog 2025-02-15 15:35:38 +00:00
James H Ball 63b8bb4374 Fix crash relating to EffectComponents not having parent components 2025-02-15 11:43:14 +00:00
James H Ball 96049d3ea2 Add better error messages and add support for mp3/ogg/flac 2025-02-03 18:30:14 +00:00
James H Ball 445f56b520 Ignore port on sosci 2025-02-02 23:10:55 +00:00
James H Ball 0eb21a0a70 Use audio processor properties instead of manually loading and saving 2025-02-03 14:33:53 +00:00
James H Ball f0c185e538
Merge pull request #5 from jameshball/develop
Merge develop into branch
2025-02-03 14:16:42 +00:00
James H Ball 6a900b1f6a Fix several bugs, improve visualiser settings interface, add screen hue shift 2025-02-02 20:26:18 +00:00
James H Ball f36d52c2ae 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
James H Ball 23a9b8f948 Add custom framerate and resolution 2025-01-26 21:02:01 +00:00
DJLevel3 e37e227eba Add option to change the port osci-render uses 2025-01-24 07:38:28 -05:00
DJLevel3 4baac1efab Revert "Randomize port on object server"
This reverts commit 169036584e.
2025-01-23 10:38:28 -05:00
DJLevel3 169036584e Randomize port on object server 2025-01-23 08:25:45 -05:00
James H Ball 67fb2961a5 Add more decimal places to effects and lfo 2025-01-13 21:11:26 +00:00
James H Ball b5f935b823 Add double-click to reset parameter values 2025-01-12 11:57:51 +00:00
James H Ball a078bd3865 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
James H Ball 4db0b3f8e1 Add several example presets 2025-01-08 13:06:01 +00:00
James H Ball 5f237df693 Add default audio file that plays once on standalone 2025-01-07 20:51:24 +00:00
James H Ball e9a92f1c9d Fix deadlock with AudioPlayerComponent 2025-01-07 17:51:08 +00:00
James H Ball dd3d051793 Fix several bugs, add audio player at bottom for sosci 2025-01-06 18:27:23 +00:00
James H Ball 3340d9dd45 Add output volume control to sosci 2025-01-06 09:14:34 +00:00
James H Ball a6d6dbbb4d Separate saturation effects, reduce noise slider, make noise b&w 2025-01-05 22:54:02 +00:00
James H Ball 214dbbdffd Add support for opening audio files in sosci 2025-01-05 15:55:53 +00:00
James H Ball ed7f046beb Add sosci logo to about section and add examples dropdown 2025-01-04 18:29:09 +00:00
James H Ball 35fd78de44 Add several features to prepare for release 2025-01-04 14:35:10 +00:00
James H Ball bfe497ca72 Add sweep / V-T functionality and update mac icon 2025-01-03 16:37:36 +00:00
James H Ball 9e25afd3e1 Fix issue with audio plugin, and add windows packaging steps 2025-01-01 15:57:52 +00:00
James H Ball 9cd2c5b4d3 Add toggle for syhpon/spout 2024-12-23 19:37:12 +00:00
James H Ball 77a3271cde Add recording settings 2024-12-22 14:31:21 +00:00
James H Ball cc3dae4267 Fix bugs post-refactor and improve quality of wide blur 2024-12-22 14:31:21 +00:00
James H Ball 6e86f97649 Complete major refactor of osci-render and sosci plugin editor and processor files. Still some bugs... 2024-12-22 14:31:21 +00:00
James H Ball 1a1229fcba Add audio support to visualiser 2024-12-22 14:31:21 +00:00
James H Ball af4dc0c97c Get initial version of ffmpeg support working on windows 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 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 7f12ee9490 Refactor software oscilloscope and remove legacy visualiser 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