Commit History

Author SHA1 Message Date
  Jonathan Higgins 9e805c4fbf fix for window count being incorrectly reported 4 months ago
  Jonathan Higgins 1699cf75e2 Revert "fixed issue with window count being mis-calculated when overlap is changed" 4 months ago
  Jonathan Higgins 2ebbd9e927 fixed issue with window count being mis-calculated when overlap is changed 4 months ago
  Jonathan Higgins acf41c8b01 small bug fixes for console errors 4 months ago
  Jonathan Higgins b8745063ff input files/paths containing special characters now create a copy of the file without special characters before processing, also fixed bug with bit-depth file type checks 4 months ago
  Jonathan Higgins 12bed4a108 made it possible to adjust fft overlap 4 months ago
  Jonathan Higgins b3bbd9b746 implemented fft size and fft window count variable to parameters to allow the parameters to operate as a percentage of these 5 months ago
  Jonathan Higgins 495aadd169 implemented get_analysis_file_properties function to get window size and window count from a file 5 months ago
  Jonathan Higgins 0d31367d3e started implementing function to check properties of analysis files 5 months ago
  Jonathan Higgins 9f6f5557b5 added ui element to change fft size and implemented it in run thread 5 months ago
  Jonathan Higgins bd5d8f4085 updated behavior of stop running thread button to make it clickable only while a thread is running 5 months ago
  Jonathan Higgins b0a0eb7263 implemented required logic to use morph glide (freeze morph) 5 months ago
  Jonathan Higgins c844422547 added potential fix for reverb error 6 months ago
  Jonathan Higgins fabe3f3592 fixed bugs with removing inlets and threads trying to use files that don't exist when going from multiple inputs to a singular input 6 months ago
  Jonathan Higgins 7e45a3468e removed a left over print 6 months ago
  Jonathan Higgins 82a589b399 updated get_soundfile_properties to get the file length and replaced sfprops for time sliders and break files 6 months ago
  Jonathan Higgins f1326e3eeb fixed graph validation for multiple inlets 6 months ago
  Jonathan Higgins 15d1f51109 improved loop detection 6 months ago
  Jonathan Higgins 036643665a implemented full processing chain for multiple input pvoc nodes 6 months ago
  Jonathan Higgins e720a32c28 added bit-depth conversion for synthesis nodes to match other input files 6 months ago
  Jonathan Higgins e5d8bd81f3 added bit-depth normalisation for input files 6 months ago
  Jonathan Higgins a25c29a3f1 implemented version of sfprops natively into soundthread and added a currently unused meta tag to nodes that flags if a process always outputs stereo 6 months ago
  Jonathan Higgins af2becc2bf added checks for sample rates for synthesis nodes so that they match the rest of the thread before running 6 months ago
  Jonathan Higgins d0e043d7c0 implemented up front normalising of sample rates for input files to mitigate checks during thread running 6 months ago
  Jonathan Higgins 72bc9e035a started implementing multi input pvoc files 6 months ago
  Jonathan Higgins 020a6a9622 improved mono processes with multiple inlets and also did a rough fix for issues with the waveform visualiser 6 months ago
  Jonathan Higgins adb0c6d083 implemented multi input processing for dual mono processes and added two distort functions 6 months ago
  Jonathan Higgins d3efc06c46 started implementing dual mono processing for multiple input files 6 months ago
  Jonathan Higgins 8e5073dc39 implemented checks to ensure that all files being processed by a node are the same sample rate and number of channels 6 months ago
  Jonathan Higgins 36aa79f466 split stereo/mono file mix checking and matching into own function and cleaned up merge_many_files 6 months ago