Wykres commitów

  • bb1b473ee3
    Revert auv3 changes develop James H Ball 2025-05-31 10:53:54 +0100
  • c3e13f228c
    One-off build of different plugin type that should work on garageband James H Ball 2025-05-31 10:32:23 +0100
  • 602cca1b6d
    Merge 20d3e7b6e4 into 06b705aeaa DJLevel3 2025-05-26 21:03:33 +0100
  • 06b705aeaa
    Merge pull request #303 from jameshball/develop main James H Ball 2025-05-26 21:03:26 +0100
  • 20d3e7b6e4
    Possible speedup? We'll see DJLevel3 2025-05-26 11:46:36 -0600
  • 7caef02679
    Speedup from reducing reallocations DJLevel3 2025-05-26 11:39:07 -0600
  • 986a1cfd13 Fix issue with sample rate not being set correctly when recording audio James H Ball 2025-05-26 17:37:48 +0100
  • ffa0886a48
    Merge pull request #302 from jameshball/develop James H Ball 2025-05-19 22:20:34 +0100
  • 475da7a4ad
    Update build.yaml James H Ball 2025-05-19 22:17:26 +0100
  • 8d475d7946 Flip syphon texture on mac James H Ball 2025-05-18 13:15:59 +0100
  • ed62df01b4 Fix compilation on free version James H Ball 2025-05-12 21:06:13 +0100
  • b7114dbed0 Add parameter linking, remove debug messages in opengl on windows, make visualiser settings resizable James H Ball 2025-05-12 20:55:10 +0100
  • ce5f735271 Make the custom syphon/spout name visible and fix the double text boxes James H Ball 2025-05-10 15:59:12 +0100
  • c98e32e0cf Add slider with a label that is rendered using the visualiser James H Ball 2025-05-10 15:36:38 +0100
  • 726595c12d
    Merge f1c9aa1c38 into 041f9bd137 DJLevel3 2025-05-10 09:28:02 +0000
  • f1c9aa1c38 Resolve merge conflicts James H Ball 2025-05-10 10:27:51 +0100
  • 041f9bd137 Increment version numbers separate-effects James H Ball 2025-05-09 17:55:33 +0100
  • cf193dc9bc Separate visualiser parameters into separate file and fix compilation of osci-render and sosci James H Ball 2025-05-08 22:10:34 +0100
  • 303cb68484 Add basic osci-bitcrush plugin James H Ball 2025-05-08 21:26:03 +0100
  • 19bedcb378 Refactor visualiser into two separate components visualiser-refactor James H Ball 2025-05-06 21:47:39 +0100
  • 5729e26727 Increment version number James H Ball 2025-05-04 22:31:33 +0100
  • b003a5590d Merge branch 'develop' of github.com:jameshball/osci-render into develop James H Ball 2025-05-04 22:30:01 +0100
  • 3d633b110a Make the syphonframegrabber run opengl code properly James H Ball 2025-05-04 22:29:08 +0100
  • 115b4c0853 Fix syphon input on mac James H Ball 2025-05-04 18:27:08 +0100
  • 70898bf497 Properly increment version numbers James H Ball 2025-05-04 15:06:55 +0100
  • eafa27e75f Remove intel encoder James H Ball 2025-05-04 15:03:39 +0100
  • c2abbf3829 Increment version number James H Ball 2025-05-04 15:01:31 +0100
  • 8f52d79ae9 Actually check the encoder works before using it James H Ball 2025-05-04 15:01:04 +0100
  • aa0f4092e6 Correctly set premium flag James H Ball 2025-05-03 13:08:05 +0100
  • 22cf940eb6 Fix compilation issues on free version James H Ball 2025-05-03 12:51:23 +0100
  • 93d82fa4da Fix UI bugs with spout/syphon James H Ball 2025-05-03 12:35:51 +0100
  • 67650b682e Refactor how syphon/spout input works to be cleaner and less buggy James H Ball 2025-05-03 11:57:14 +0100
  • 9e93ffc260 Fix video input on mac James H Ball 2025-04-30 20:26:40 +0100
  • 59c5c97881 Fix compilation issues on linux James H Ball 2025-04-29 21:28:35 +0100
  • cdafdd52f8 Correctly set OSCI_PREMIUM James H Ball 2025-04-29 21:14:10 +0100
  • caa3650100 Fix compilation issues on osci-render free James H Ball 2025-04-29 20:57:57 +0100
  • b838dca58d Remove readprocess and use childprocess instead and fix deadlocks in code James H Ball 2025-04-29 20:43:26 +0100
  • 769492c22c Move volume component to a nicer position and get spout input working James H Ball 2025-04-27 18:36:44 +0100
  • 14b00e0354 Fix test compilation issues James H Ball 2025-04-27 11:44:01 +0100
  • a125abfa7f Fix compilation issues on free version, add more extensive hardware accelleration support for video James H Ball 2025-04-27 11:36:37 +0100
  • 231e1d8234
    Merge pull request #300 from jameshball/more-improvements James H Ball 2025-04-27 09:20:02 +0100
  • 00a50f10ca Adjust timeout to 3 seconds more-improvements James H Ball 2025-04-27 09:17:20 +0100
  • 6d525b3f0a Add timeout to semaphore acquires, as well as several pre-emptive semaphore releases to try and reduce the scope of deadlocks. i.e. we prefer race conditions to outright crashes/deadlocks James H Ball 2025-04-26 21:40:15 +0100
  • 590eace784 Get initial working version of syphon input James H Ball 2025-04-26 20:30:10 +0100
  • fb1db3c886 Fix bug with audioplayercomponent James H Ball 2025-04-25 19:12:45 +0100
  • b88269825c Make the crash detection work more nicely across multiple instances of osci-render James H Ball 2025-04-25 19:04:15 +0100
  • 9a10347870 Fix bugs with text rendering James H Ball 2025-04-25 18:29:33 +0100
  • db8206200b Make timeline and new text rendering appear on premium only and remove license registration James H Ball 2025-04-25 18:14:27 +0100
  • ab2fcc287f Merge branch 'main' into more-improvements James H Ball 2025-04-25 18:13:27 +0100
  • d9b561c491
    Merge pull request #299 from jameshball/jameshball-patch-1 James H Ball 2025-04-24 23:05:05 +0100
  • 3ab2d6fe45
    Update RecordingSettings.h James H Ball 2025-04-24 23:04:47 +0100
  • b14bc672a5
    Update PluginEditor.cpp James H Ball 2025-04-24 23:04:09 +0100
  • 0ad4c4682d
    fix osci-render link James H Ball 2025-04-24 23:03:32 +0100
  • 0150dcde51 Improve the look of the timeline and the volume component, and show error when opening large video files, and fix several bugs James H Ball 2025-04-24 17:13:45 +0100
  • 114a7bf66f Split timeline into its own component for simplicity James H Ball 2025-04-24 13:53:44 +0100
  • 7b3930689a Fix osci-render free version, and remove license registration from free version, and support mono audio input James H Ball 2025-04-24 11:29:13 +0100
  • 335bf5f055 Fix .gitmodules James H Ball 2025-04-24 10:52:51 +0100
  • 0be777507c Move concurrency to osci_render_core and add lua as submodule James H Ball 2025-04-24 10:47:03 +0100
  • 41fe625595 Add working addon code James H Ball 2025-04-23 17:11:21 +0100
  • c2074d1cef Refactor effects and shapes into osci_render_core James H Ball 2025-04-23 15:26:33 +0100
  • 3156cc875a Remove old submodule James H Ball 2025-04-23 14:46:04 +0100
  • 1cf576f5d7 Update submodule configuration for rename James H Ball 2025-04-23 14:45:50 +0100
  • e92978c136 Improve usability and make the license check even less aggressive James H Ball 2025-04-23 10:48:48 +0100
  • b7da40b90c Add license key checking and registration James H Ball 2025-04-22 22:01:32 +0100
  • 1b4b826763 Add further support and add a timeline for animatable files James H Ball 2025-04-22 19:13:41 +0100
  • 7e43db6c66 Add support for opening mp4 and mov files James H Ball 2025-04-21 18:05:04 +0100
  • 27cbd30a45 Make the last opened directory save globally across projects and VSTs James H Ball 2025-04-21 14:11:11 +0100
  • 4566dd49e5 Merge branch 'improvements' into develop James H Ball 2025-04-20 20:13:48 +0100
  • 7ca87f3b81 Increment version numbers improvements James H Ball 2025-04-20 20:13:25 +0100
  • 869a4ce719
    Merge pull request #298 from jameshball/improvements James H Ball 2025-04-20 20:11:37 +0100
  • f7f4f7b0eb Improve crash detection logic James H Ball 2025-04-20 20:11:11 +0100
  • 7b02950c2d
    Make the goniometer work correctly DJLevel3 2025-04-13 13:53:08 -0400
  • a73e0deb51 update naming from 'scene' to 'preset' Fabian Gonzalez 2025-04-06 15:29:20 -0400
  • a5959943bc clean code - 3 Fabian Gonzalez 2025-04-06 15:17:13 -0400
  • 0558e9ee6c clean code - 2 Fabian Gonzalez 2025-04-06 14:52:25 -0400
  • 7952a4cbef clean code Fabian Gonzalez 2025-04-06 14:40:37 -0400
  • 67e5f79970 fix code editor layout not shifting Fabian Gonzalez 2025-04-06 14:33:20 -0400
  • bee0cb5849 update preset to be within layout above main Fabian Gonzalez 2025-04-06 14:17:33 -0400
  • c50a49e9ba update osci-render.jucer to have scene/preset config Fabian Gonzalez 2025-04-06 12:04:17 -0400
  • 47f014cbc5 remove midi-based instrument plugin Fabian Gonzalez 2025-04-06 11:42:30 -0400
  • a73e904be4 store imaeg frame settings in presets/scenes Fabian Gonzalez 2025-04-06 10:00:15 -0400
  • b22933f259 scene loading/saving support multi image - no support for envelope toggling or saving specific data per type (ex. frame settigs for png) YET Fabian Gonzalez 2025-04-06 02:00:58 -0400
  • a0c0ad7399 initial scene loading of image - single support Fabian Gonzalez 2025-04-06 01:51:24 -0400
  • a03fcb7850 safe pointer on loading preset - still have some crashes when loading presets during single session Fabian Gonzalez 2025-04-06 01:24:31 -0400
  • d812641287 simple tag(s) support Fabian Gonzalez 2025-04-06 01:08:21 -0400
  • ec22c05921 simple scene/preset handling Fabian Gonzalez 2025-04-06 00:54:43 -0400
  • 963a7f28a8 basic preset saving (effects only, simple presets) Fabian Gonzalez 2025-04-06 00:06:36 -0400
  • 11dc609df0 ui - remove ui components unecessary for instrument mode (todo > remove leftover padding and gaps) Fabian Gonzalez 2025-04-05 22:55:35 -0400
  • 7421d4d59f functionally auto/force-enable midi input for MidiAlwaysEnabled mode Fabian Gonzalez 2025-04-05 22:28:28 -0400
  • 21f6cf2136 create initial midi jucer configuration for daw instrument Fabian Gonzalez 2025-04-05 20:38:55 -0400
  • edff0e529e Detect crashes or broken project files James H Ball 2025-04-05 11:22:18 +0100
  • cdf3e88e17 Make volume button mutable, and add ability to save global settings James H Ball 2025-04-04 23:00:38 +0100
  • 3580ef5fa4 Add popout button to sosci James H Ball 2025-04-04 17:26:27 +0100
  • ddd2163644 Massively improve text parsing James H Ball 2025-04-04 14:59:17 +0100
  • 6a1306ae15 Add H265, VP9, and ProRes codecs for recording James H Ball 2025-04-04 12:10:44 +0100
  • c205de10b7 Flip gionometer and add warning message if opening an obj file that is too large James H Ball 2025-04-04 11:28:13 +0100
  • 02095d3a15 Merge branch 'open-project' into develop James H Ball 2025-03-16 20:32:53 +0000
  • 77c3d3a82a Increment version number open-project James H Ball 2025-03-16 20:26:01 +0000
  • ad37a52a02
    Update .gitmodules no-visualiser DJLevel3 2025-03-16 13:19:17 -0600
  • 75dac1408a Strip out visualiser DJLevel3 2025-03-16 09:15:40 -0600