jdxi_editor.midi.jupiter8_synthesis
Jupiter 8 String Synthesis Module
This module provides functions to create Jupiter 8-like string sounds using pure Python synthesis without requiring SoundFonts or external audio libraries.
Functions
|
Create a Jupiter 8-like string sound using additive synthesis |
|
Create a chord of Jupiter 8-like strings |
Demo function to create and save Jupiter 8-like string sounds |
Module Contents
- jdxi_editor.midi.jupiter8_synthesis.create_jupiter8_string(frequency=440, duration=2.0, sample_rate=44100)[source]
Create a Jupiter 8-like string sound using additive synthesis