Skip to content
proxeeus edited this page Mar 14, 2025 · 8 revisions

Welcome to the tablemorph wiki!

Future ideas:

  • Better external sample library management (accept "symbolic links" pointing towards multiple sample directories on the filesystem (avoid sample duplication everywhere))
  • Generate Wavetables only assembled from sample-parts (no random generation)
  • Find more random/chaotic generation algorithms
  • Implement basic, built-in FXs to apply to wavetables/samples pre/post generation
  • Pitch up / down samples across multiple octaves

Overall System Improvements

  • Modular Processing Pipeline: Reorganize the code to allow chaining multiple processing algorithms in sequence
  • Parameter Automation: Add support for parameter automation curves within wavetables to create more dynamic evolution
  • User-Defined Presets: Implement a system for saving and loading user-defined algorithm combinations
  • Improved Randomization: Use better probability distributions (Gaussian, Perlin noise) for more natural randomness
  • Cross-Synthesis: Add tools for analyzing and applying spectral characteristics from one sound to another
  • Interactive Visualization: Provide visualization of the algorithm's behavior to help users understand the generation process
  • Wavetable Evolution: Implement genetic algorithm techniques to "breed" new wavetables from existing ones

Clone this wiki locally