Commit Graph

  • 67d2bbb50d fixed compile issue on windows Jesse Chappell 2022-04-15 19:21:39 -0400
  • 649d7c42e6 fixed windows jucer options Jesse Chappell 2022-04-15 19:15:00 -0400
  • 3c313e4f50 fixed offline rendering bugs. more layout tweaks essej 2022-04-15 19:13:55 -0400
  • 3510b0ee6f updated small size layout issues. fixed offline render to actually work correctly based on the passed in parameters. essej 2022-04-15 14:29:23 -0400
  • 681dc4de6b add missing file Jesse Chappell 2022-04-15 10:54:39 -0400
  • 82bfca1198 updated dmg build script essej 2022-04-14 16:35:12 -0400
  • 3ec2202c88 added windows build/release scripts Jesse Chappell 2022-04-14 16:31:54 -0400
  • 60cada010f updated readme and added separate changes file essej 2022-04-14 10:36:21 -0400
  • c747ca085c updated readme and added license files essej 2022-04-14 10:21:44 -0400
  • 1c100ced23 added mac release scripts essej 2022-04-14 10:06:10 -0400
  • b3414a292e added button icons. layout fixes. increased buffering thread priority essej 2022-04-14 03:26:26 -0400
  • 7404f827a7 layout fixes essej 2022-04-13 19:24:44 -0400
  • dd89d80959 lots of ios file related updates, now use URLs internally. icons added. essej 2022-04-13 13:48:09 -0400
  • e2178da076 do offline render regardless of pause state essej 2022-04-12 19:20:28 -0400
  • 38cf79fec0 layout updates, other ios compatibility updates essej 2022-04-12 18:47:43 -0400
  • 52d3326de6 added accelerate vdsp FFT support and use it on iOS essej 2022-04-12 18:46:50 -0400
  • 300c89d2b2 ios file handling updates. restore editor window size. double-click group order toggles enabled. essej 2022-04-11 18:50:55 -0400
  • 2084782a79 layout update supporting better dynamic resizing, lookandfeel update, ios support essej 2022-04-11 13:23:10 -0400
  • 8c4a20ecd6 update to support juce 6.1. added mute audio while processing capture option. added a mac specific priority fix. use async popup menus and browsers where needed. essej 2022-04-02 12:45:02 -0400
  • 86f1a8c594 Update About box and jucer project xenakios 2021-10-12 21:35:24 +0300
  • 371355b375 Fix for Juce 6 modal loops. Should make the proper fixes at some point... xenakios 2021-07-12 17:14:27 +0300
  • 7d9ed352a1 Build fixes for Juce 6 xenakios 2020-12-11 04:02:36 +0200
  • 8bfd8557b7 Build fix for updated Juce xenakios 2020-03-26 01:32:39 +0200
  • 434b6b5488 Added VS2019 build xenakios 2020-02-19 21:46:13 +0200
  • d281c2fe4d jucer xenakios 2019-09-04 13:55:29 +0300
  • 2df73f0d74 Jucer project xenakios 2019-09-03 23:12:58 +0300
  • 942d8aa382 Compile fixes xenakios 2019-07-16 15:46:44 +0300
  • b052ee7a10 Use raw buffer pointers instead of setSample. Note to self : remember to avoid using setSample and just use the damn array of pointers because setSample does the AudioBuffer flag setting and that can slow things down. xenakios 2019-05-15 22:54:12 +0300
  • 288ab7a6bc Render exact calculated output length. But release build isn't working...Sigh. xenakios 2019-03-29 23:27:08 +0200
  • 727f0e19ec Update stretch source parameters before prepareToPlay calls when offline rendering. However the beginning of the offline render still appears to use the wrong parameters. xenakios 2019-03-29 17:11:04 +0200
  • e4ab699c6b Merge branch 'master' of https://bitbucket.org/xenakios/paulstretchplugin xenakios 2019-03-29 16:38:06 +0200
  • 71c78bf4c3 Stand alone build offline render finally works a bit. Output duration is wrong. xenakios 2019-03-29 16:37:36 +0200
  • ba8b45f7f4 macOs build fix xenakios 2019-02-28 23:39:39 +0200
  • ae8a5e44c8 Remove dependency on modified Juce Component header xenakios 2019-02-28 16:53:40 +0200
  • 33dae072ac Draw technical info texts on waveform component xenakios 2019-02-28 16:44:14 +0200
  • 27b014a6e7 Enabled showing the file source cached time ranges xenakios 2019-02-28 16:04:04 +0200
  • cfb8f4f303 up version text xenakios 2019-02-26 15:45:05 +0200
  • 30859ccae9 jucer xenakios 2019-02-26 15:43:19 +0200
  • 530f781044 readme xenakios 2019-02-26 15:08:06 +0200
  • 9b1d29bf3e Store import file folder when changing the browser root xenakios 2019-02-19 20:28:13 +0200
  • 7dfa485ed6 Let the customized file browser component own the look and feel xenakios 2019-02-19 20:25:24 +0200
  • c90f6c9022 Use older Juce look and feel for the file browser. Not looking too great but better than the current default look and feel... xenakios 2019-02-19 20:21:39 +0200
  • 6c9cca5213 jucer, readme xenakios 2019-02-16 15:43:30 +0200
  • d065c2d305 Filebrowser tweaks xenakios 2019-02-12 15:21:47 +0200
  • 21a0a6e8e0 Remove sonogram for now xenakios 2019-02-12 14:59:51 +0200
  • d4a2247679 Reverted Capture parameter to a normal parameter to again allow host MIDI learn etc. It is now instead ignored when saving the state tree. This may not fix the parameter being recalled when undoing in all hosts but this is the best that can be done with the plugin format limitations at this point. xenakios 2019-02-12 14:56:37 +0200
  • 7f7259225f Implement file browser as a separate component xenakios 2019-01-23 14:38:48 +0200
  • 1a42192509 Implement file browser showing in separate method xenakios 2019-01-22 00:09:28 +0200
  • eef1f1a8e7 Defer creation of filebrowsercomponent. Seems to fix the crash in Reaper with release build. xenakios 2019-01-21 21:17:05 +0200
  • 61baf392c7 readme xenakios 2019-01-21 19:28:18 +0200
  • 3ee6f44b16 Ditch the file open dialog in favor of an overlaid FileBrowserComponent. Should be much nicer to use anyway... xenakios 2019-01-21 19:25:27 +0200
  • 409c053057 Trying to fix a problem with the file import dialog. The dialog is not actually modal, so it's possible to close the plugin GUI or delete the plugin while the dialog is still open. No complete fix yet and the dialog opened by launchAsync has the ancient GUI style on Windows...Big SIGH. xenakios 2019-01-21 16:10:17 +0200
  • 0dd0fb962e Try smaller render buffer size, didn't help xenakios 2019-01-20 21:45:43 +0200
  • cf85f992c8 Something seriously wrong in the offline rendering... xenakios 2019-01-20 20:21:29 +0200
  • b0c8388b6b Work on offline render stuff xenakios 2019-01-20 15:24:30 +0200
  • 0df28fa3d6 Disable MIDI note control for now! xenakios 2019-01-17 22:15:46 +0200
  • 467b9ed904 foo xenakios 2019-01-17 20:03:52 +0200
  • 2ac85fac1f Added ADSR envelope xenakios 2019-01-17 19:47:56 +0200
  • aa740528f5 More correct note handling logic xenakios 2019-01-17 19:35:11 +0200
  • cf3c26989e Very preliminary tests to allow reacting to incoming MIDI notes xenakios 2019-01-17 19:26:41 +0200
  • 57ac702c3f Add JUCE DSP module to Projucer project. Added a sonogram view of the output audio. xenakios 2019-01-17 18:30:40 +0200
  • 676ce4a025 up version text xenakios 2019-01-17 16:24:25 +0200
  • 99fb8b0a47 readme xenakios 2019-01-17 15:58:42 +0200
  • bfb531d74e foo xenakios 2019-01-17 15:38:57 +0200
  • 23d63c8827 Removed the phase freeze processing for now. xenakios 2019-01-17 15:23:01 +0200
  • 13e39ca30c Add Steinberg required text in About dialog and update Xenakios copyright year. xenakios 2019-01-08 17:08:02 +0200
  • e7303dc9b0 Readme change xenakios 2019-01-08 14:37:45 +0200
  • 36052698e9 Readme. Initial work to allow choosing captured audio save location. xenakios 2018-12-19 15:25:52 +0200
  • e6a614c5f5 Made saving captured audio optional. While it probably will never take a long time to save the buffer, show the capture saving is active in the info label xenakios 2018-12-19 15:16:30 +0200
  • 6a9f9cb1e9 Regain focus after file dialog xenakios 2018-12-15 20:17:15 +0200
  • bcf05cb8c2 Tweak for keyboard handling xenakios 2018-12-15 17:23:32 +0200
  • 7cb3ec78b6 Move methods xenakios 2018-11-15 20:48:49 +0200
  • e5af6e1da1 Attempt adding control of refresh rate of random phases but some problem getting the plugin parameter to work xenakios 2018-11-15 20:14:56 +0200
  • b192c720d7 The Popupmenu doesn't need to be a member, which is a bit surprising... xenakios 2018-11-13 23:32:27 +0200
  • 7c0c5ae325 The separate callback class wasn't needed... xenakios 2018-11-13 23:03:18 +0200
  • 0822415ae4 foo xenakios 2018-11-13 22:41:30 +0200
  • 93f011be28 Rename the menu member xenakios 2018-11-13 22:20:12 +0200
  • 6de7d3fd14 While probably not REALLY necessary, implemented the Settings popup menu as an async version xenakios 2018-11-13 22:18:05 +0200
  • 93cebcdcd2 Initial work to allow having some spectral module order presets xenakios 2018-11-11 14:46:25 +0200
  • 605852d853 Use enum for spectral processing module type xenakios 2018-11-11 14:06:18 +0200
  • b5a106f0b0 Use plugin settings file directory for captures. Use Juce ThreadPool instead of detached std::thread for the capture saving task. xenakios 2018-11-08 22:48:06 +0200
  • 0d230ac974 Save capture files to user documents directory xenakios 2018-11-08 22:18:50 +0200
  • 06ded7d011 Comments and readme addition xenakios 2018-11-08 21:55:30 +0200
  • bcc3290582 Rename capture enabled parameter constant. Implemented incredibly nasty hack to prevent hosts like Reaper from enabling the capture when recalling undo states. Even this doesn't fully work, additional undo history states are still added, but at least it looks like the capture enabled state won't be recalled... xenakios 2018-11-08 21:48:51 +0200
  • 1e9ec7ffd3 Simplify capture saving logic a bit xenakios 2018-11-08 20:48:15 +0200
  • 7ed5987a72 readme xenakios 2018-11-08 20:23:23 +0200
  • 8405ddf2a5 Initial implementation to save buffer after capturing audio. Still need to figure out a proper way to determine the file path where to save to. xenakios 2018-11-08 20:22:26 +0200
  • e9f38c78a5 Use Juce Logger for FFT size warning. Just use an increasing static int to init the FFT random generator. should be good enough. xenakios 2018-11-08 18:54:44 +0200
  • 0eadb853f7 Use constexpr if in FFTWBuffer memory helper functions xenakios 2018-11-08 18:43:00 +0200
  • 778a360cd6 readme xenakios 2018-11-05 14:34:28 +0200
  • 2cea9feefc Set resampler rates when switching back from non stretched mode xenakios 2018-11-05 14:28:07 +0200
  • bdcb268508 Make WDL resampler initial buffer size optional xenakios 2018-10-26 20:38:28 +0300
  • 1b9256ede0 Preallocate buffer in WDL resampler, but not sure if this actually avoids time consuming preallocations later... xenakios 2018-10-26 17:49:38 +0300
  • 70f7ce0393 Windows VST2 build fix xenakios 2018-10-24 13:16:15 +0300
  • a17ce69686 macOs build fix for VST2 xenakios 2018-10-24 02:55:02 +0300
  • 3f0f105565 More breakpoint envelope renaming xenakios 2018-10-17 13:14:07 +0300
  • 007cc1cded Rename breakpoint envelope related things xenakios 2018-10-17 13:06:07 +0300
  • 023989d3de More const xenakios 2018-10-15 19:24:16 +0300
  • 9ba940d55f Add const xenakios 2018-10-15 19:21:11 +0300
  • 0e0f28687e remove unused variables, nodiscard for openaudiofile method xenakios 2018-10-15 18:43:33 +0300