helm
helm 0.9.0
Free, cross-platform, polyphonic synthesizer
<rendered-html><p>A free, cross-platform, polyphonic synthesizer. Features: 32 voice polyphony Interactive visual interface Powerful modulation system with live visual feedback Dual oscillators with cross modulation and up to 15 oscillators each Unison and Harmony mode for oscillators Oscillator feedback and saturation for waveshaping 12 different waveforms 7 filter types with keytracking 2 monophonic and 1 polyphonic LFO Step sequencer Lots of modulation sources including polyphonic aftertouch Simple arpeggiator Effects: Formant filter, stutter, delay</p> </rendered-html>
https://tytel.org/helmGNU General Public License v3.0 or later
main program: helmprograms: helm
Platforms (24)
arc-linuxmips64-linuxmicroblaze-linuxs390x-linuxmipsel-linuxloongarch64-linuxs390-linuxriscv32-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ helm ];
Ad-hoc shell
nix-shell -p helm
Flake (nix run)
nix run nixpkgs#helm