Browse Source

Merge branch 'main' of https://github.com/j-p-higgins/SoundThread

Jonathan Higgins 7 months ago
parent
commit
71adfca34f
1 changed files with 3 additions and 2 deletions
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -28,6 +28,7 @@ SoundThread is currently in Alpha and as such there are some bugs, missing featu
   - [Granulate (Brassage)](https://www.composersdesktop.com/docs/html/cgromody.htm#BRASSAGE) - Granulate, Pitch Shift, Scramble, and Time Stretch
   - Misc - Accelerate/Decelerate, Gain, Reverse, Stack, and Varispeed
   - [PVOC](https://www.composersdesktop.com/docs/html/cspecndx.htm) - Analaysis/Resynthesis, Accumulate, Blur, Chorus, Gain, Invert, Stretch, Scatter, Trace (hilite), and Waver
+- Automation of values using automatically generated [Breakpoint Files](https://www.composersdesktop.com/docs/html//filestxt.htm#BREAKPOINTFILES) based on drawn in automation data
 - Mac and Windows builds
 - Accepts stereo or mono input files (splits and merges files as needed to run the full processing Thread)
 - Threads can be saved and loaded for reuse
@@ -39,8 +40,8 @@ SoundThread is currently in Alpha and as such there are some bugs, missing featu
 ## What doesn't work?
 A number of things are not yet implemented or supported. Not all features of CDP will likely be implemented in SoundThread, as not all processes work well with the node based system. For access to all features of CDP I reccomend [SoundLoom, Soundshaper](https://www.composersdesktop.com/docs/html/cdphome.htm#GUIS) or using the command line directly.
 ### Main missing features:
-- [Breakpoint files](https://www.composersdesktop.com/docs/html/filestxt.htm#BREAKPOINTFILES) and other text files are not yet implemented, all values are fixed constants
-- Support for multiple input files
+- Simple value/pair breakpoint files and PVOC analysis files are implemented but more [complex automation files and other text/analysis files](https://www.composersdesktop.com/docs/html//filestxt.htm) are not
+- Support for multiple input files and therefore all processes which require more than one input file
 - Support for audio files with more than 2 channels
 - Support for audio formats other than WAV
 - Nodes for many CDP processes have not yet been made