Commit Graph

  • 642365f03e Merge branch 'master' of https://bitbucket.org/xenakios/paulstretchplugin yeah xenakios 2018-10-15 18:32:19 +0300
  • 0c04922f1f Remove comments. Test nodiscard. xenakios 2018-10-15 18:31:56 +0300
  • aa2adddfd9 readme xenakios 2018-10-07 14:45:20 +0300
  • ce0f06ee03 Added keyboard handling and shortcut for import file xenakios 2018-10-07 14:29:50 +0300
  • 08d80338bd Moved about dialog code to separate function xenakios 2018-10-07 14:13:53 +0300
  • f487f8d4f2 More work on the AudioFilePreviewComponent, need to add samplerate conversions, volume control etc... xenakios 2018-09-26 19:19:10 +0300
  • ab76ba2987 Initial work to add an audio file preview component for the audio file open dialog xenakios 2018-09-26 18:55:58 +0300
  • dde24a89ed Revert back to the old play cursor... xenakios 2018-09-20 02:26:11 +0300
  • 618032f24e foo xenakios 2018-09-20 01:20:07 +0300
  • d9e3935a8b A few compiler warning fixes xenakios 2018-09-20 00:58:24 +0300
  • 40a2665db5 hmm xenakios 2018-09-18 03:18:52 +0300
  • eace6f6d53 Playcursor tweaks but still wonky xenakios 2018-09-13 14:04:56 +0300
  • cabf6de7c3 Another attempt at getting the play cursor to update more often. Looks like getting somewhere with that but needs more work. xenakios 2018-09-13 13:47:19 +0300
  • 9c5141a16b Updated to fftw 3.3.8 on macOs xenakios 2018-09-07 03:00:39 +0300
  • aba9c6c425 readme xenakios 2018-09-01 15:35:59 +0300
  • 89c1944fc4 Cleanups xenakios 2018-09-01 15:31:48 +0300
  • fb710e0ec7 Mute output audio if abnormal sample values detected xenakios 2018-08-21 12:17:34 +0300
  • c691d6358d Place stretch amount and dry playrate parameter components at the same position and switch visibility with non stretched mode xenakios 2018-08-21 12:13:04 +0300
  • e7695e28f3 Proper mapping for dry playrate parameter xenakios 2018-08-21 11:49:28 +0300
  • 3a321c7d96 Disable/enable dry playrate slider according to stretch bypass state xenakios 2018-08-20 15:57:59 +0300
  • 8d008e5d2e Support resampled playrate changes for non stretched playback xenakios 2018-08-20 15:49:51 +0300
  • d0f912ba1f foo xenakios 2018-08-08 00:10:27 +0300
  • f67d8cc319 Fetch parameter value differently xenakios 2018-07-13 21:04:30 +0300
  • cf553db7fb Enable ASIO for standalone xenakios 2018-07-13 15:34:16 +0300
  • 2154cfbae8 Close the render calloutbox when starting render xenakios 2018-07-09 20:40:31 +0300
  • c1901c0528 Rewriting of the offline rendering code xenakios 2018-07-09 20:21:06 +0300
  • d4bab26693 Up version xenakios 2018-07-09 20:05:34 +0300
  • 50489b9e28 readme xenakios 2018-07-09 19:42:02 +0300
  • a47448bab0 Use ScopedLock in a few places xenakios 2018-07-08 23:10:15 +0300
  • e92f69e2a9 Renamed envelope component members xenakios 2018-07-08 14:38:50 +0300
  • 46c7c59987 readme xenakios 2018-07-08 14:17:51 +0300
  • 251d030f75 foo xenakios 2018-06-29 20:53:34 +0300
  • 5c900ee9b6 Attempt to store and recall current GUI tab index but not working... xenakios 2018-06-29 15:13:49 +0300
  • 473f4aa3e1 Readme changes xenakios 2018-06-29 14:57:01 +0300
  • 22e59efb0e Removed free filter envelope parameters from main parameters GUI xenakios 2018-06-29 14:53:22 +0300
  • dae05fdccf Added parameter components to FreeFilterComponent xenakios 2018-06-29 14:49:11 +0300
  • 2d6dce9572 Initial work to move the free filter parameter components to the free gilter tab page xenakios 2018-06-29 14:23:48 +0300
  • 4f203de39a Civilized code doesn't use global variables accessed via extern xenakios 2018-06-27 13:44:36 +0300
  • f71f437d3e pragma once xenakios 2018-06-21 21:34:43 +0300
  • 4a694f267e blah xenakios 2018-06-13 04:33:12 +0300
  • 40df130993 jucer macos xenakios 2018-06-13 02:06:31 +0300
  • ed370b7240 Jucer changes, build VST3 xenakios 2018-06-11 20:08:42 +0300
  • 1b4c75df0a Added duplicate method for breakpoint envelope. NOTE : the copy is not fully implemented yet. Get free filter envelope duplicate for use with offline rendering. xenakios 2018-06-05 21:40:03 +0300
  • c010a4d48f Keep track of captured length and set sound play range when stopped according to that xenakios 2018-06-05 21:11:17 +0300
  • 857c2adf2a Save and restore mute while capturing state xenakios 2018-06-04 23:27:08 +0300
  • 24cac9b5c1 Change and add license texts to apply for GPL3 xenakios 2018-06-04 22:04:53 +0300
  • 413dd31d90 Remove unused member xenakios 2018-06-03 21:47:40 +0300
  • daf191d0d2 Zero envelope random amount at init xenakios 2018-06-03 20:31:35 +0300
  • c5e4f78d0f Add option to mute audio when capturing xenakios 2018-06-01 16:31:31 +0300
  • 8547ccc3d4 Increase version xenakios 2018-06-01 15:02:03 +0300
  • b4af0d0ebf Make audio source set play range immediately if it is set when the seek crossfade is active. This effectively disables the smoothed audio but this will have to do for now. The smoothed playback needs to be redesigned from scratch later. Revert the larger disk buffer size. Readme changes. xenakios 2018-06-01 14:20:01 +0300
  • 27aabd5e57 macOs build fixes xenakios 2018-06-01 01:23:33 +0300
  • e8d47459a4 foo xenakios 2018-05-31 14:11:53 +0300
  • 63b1eabf06 readme xenakios 2018-05-31 14:01:52 +0300
  • b8e408a73e Use CriticalSection in audio source. Add bool argument for seek to get immediate seeks. etc xenakios 2018-05-31 13:55:32 +0300
  • 1f8f57666d Use convenience method to create components xenakios 2018-05-31 13:21:35 +0300
  • be0cd89869 readme xenakios 2018-05-21 21:25:35 +0300
  • 552c165628 Maybe nicer fix for restoring the play range. Use recursive mutex in audio source. xenakios 2018-05-21 20:25:32 +0300
  • 1d283c419c readme xenakios 2018-05-20 00:38:48 +0300
  • eabcd891b3 Calculate disk sample read count. Increase disk read cache 4x. xenakios 2018-05-19 15:03:30 +0300
  • 021944dc37 Comment out some logging xenakios 2018-05-18 21:34:08 +0300
  • eb1c840fec Init the thumbnailcache thread in the subclass xenakios 2018-05-18 21:19:07 +0300
  • db7a15d161 Made rewind a parameter. Attempts to fix the time range not being recalled properly in hosts because the time range parameters may be quickly changed when the plugin is initializing and doing the sound source smoothing fades. etc xenakios 2018-05-18 16:20:51 +0300
  • 236e6b076e Readme xenakios 2018-05-18 15:01:27 +0300
  • 11e61f8cfd Attempt to draw the points in the audio file where the FFTs are taken but of course it doesn't work like this because of the looping xenakios 2018-05-11 16:45:34 +0300
  • aae05950f0 Readme xenakios 2018-05-09 20:09:02 +0300
  • 5b64b8c779 Add rewind button xenakios 2018-05-09 14:02:22 +0300
  • 05e488c734 readme xenakios 2018-05-09 12:40:36 +0300
  • 28f14ddf7a Add looping enabled parameter xenakios 2018-05-09 12:33:06 +0300
  • 8a4aee93ec When changing audio file, set the first buffer flag to flush the existing stretched audio faster xenakios 2018-05-09 12:17:28 +0300
  • 44114a7f2c Calloutbox tweak xenakios 2018-05-07 20:47:17 +0300
  • 7c9e4ac88d Added render settings component xenakios 2018-05-07 20:43:27 +0300
  • 29bc7bd5ee Initial work to implement offline render in stand alone build xenakios 2018-05-07 20:21:42 +0300
  • b71eea227d Update plugin title xenakios 2018-05-07 18:53:44 +0300
  • 0859d8cdb4 Remove useless code. Read me change. xenakios 2018-05-07 15:51:50 +0300
  • dd333faf2c Bump version to 1.2.0 xenakios 2018-05-03 15:26:48 +0300
  • 35b3203d4e Draw pitch band numbers in ratiomixer xenakios 2018-05-02 13:14:02 +0300
  • cfbbad0e74 The stretch source doesn't really need to do anything except inc the param change count when the spectral module enabled parameters have changed. However this could get messed up if the spectral module order isn't correctly set in the stretcher instances already...Hmm. xenakios 2018-05-01 19:17:59 +0300
  • fa2564f908 Added dedicated timer for perf meter component xenakios 2018-05-01 18:35:00 +0300
  • 60293c6a84 Calculate smoothed prebuffering available amount in the processor xenakios 2018-05-01 18:22:21 +0300
  • d42971e09f Added simple signal smoother class. Use that to smooth out the buffer amount component display. xenakios 2018-05-01 17:54:20 +0300
  • 9afca36d64 Updated the buffering audio source from the new JUCE code that removed the use of volatile xenakios 2018-05-01 15:11:45 +0300
  • c4b2ead50d Avoid creating parameter components that are needed in the main GUI xenakios 2018-04-29 18:48:28 +0300
  • 2f4c8d4075 foo xenakios 2018-04-29 17:04:21 +0300
  • d898b54ea7 Deserialize should now work xenakios 2018-04-26 23:20:16 +0300
  • 81882b9ecb Remove the now unneeded map xenakios 2018-04-26 23:15:39 +0300
  • c8f865dd4a Almost getting there but some still is still messed up... xenakios 2018-04-26 23:07:08 +0300
  • a4a8f99f0b readme xenakios 2018-04-26 21:48:28 +0300
  • cd15a0ea48 Messy attempt to make the spectral module enabled parameters be tied to particular modules, this needs to be seriously examined... xenakios 2018-04-26 21:45:37 +0300
  • 40fcc1bdb0 Remove kiss fft files from repo xenakios 2018-04-26 18:03:41 +0300
  • 445623ebbb Readme xenakios 2018-04-26 17:23:29 +0300
  • cf27d43705 Clean up extra opcode stuff xenakios 2018-04-26 14:01:46 +0300
  • 2d493d6d81 Add support for some custom VST opcodes xenakios 2018-04-25 15:25:29 +0300
  • 2f3a526291 Remove the freeze seek code as it wasn't working. Best to postpone until the stretcher code has been rewritten. xenakios 2018-04-23 20:55:25 +0300
  • 2d5064743c Comment out inactive code xenakios 2018-04-19 22:57:47 +0300
  • 0e6ca99078 macOs jucer file change xenakios 2018-04-18 04:19:32 +0300
  • d294ff7171 Some useless testing with 64 bit floating point stuff xenakios 2018-04-17 23:39:26 +0300
  • d101d4f766 Init the ratio parameters with sensible ratios xenakios 2018-04-13 15:36:11 +0300
  • 9f7b288fd6 Readme. Remove the octave mixer sliders from the main GUI. It's kind of nasty creating the parameter components for all the parameters even when they are not visible in the GUI. Should probably redesign how all that is handled... xenakios 2018-04-13 15:24:18 +0300
  • 89032c93c3 Readme xenakios 2018-04-13 14:59:58 +0300