Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 2.34 KB

README.md

File metadata and controls

59 lines (46 loc) · 2.34 KB

SFZTools

Following the list of projects in this organization, subdivided by category, excluding fork / support / archived repositories.

Documentation

Libraries

  • sfizz: SFZ parser and synth c++ library, providing a JACK standalone client

Plugins

  • prelude.lv2: Simple wavetable-based church organ as an LV2 plugin with a very reduced set of parameters.
  • sfizz-ui: SFZ based sampler, providing AU / LV2 / PD / VST3 plugins using the sfizz library
  • toccata.lv2: A reasonable LV2 church organ (WIP)

SFZ syntax highlighting for text editors

Tools

  • sfz-opcode-checker: Checks opcodes availability in sfzformat.github.io database from SFZ files definitions
  • sfz-flat: A command line client that "flattens" a .sfz file, removing all the hierarchies and keeping only the regions, curves and control information.
  • WaveTableTools: Wavetable generation utilities