MyGit

mtytel/helm

Fork: 200 Star: 2359 (更新于 2024-09-13 09:45:30)

license: GPL-3.0

Language: C++ .

Helm - a free polyphonic synth with lots of modulation

最后发布版本: v0.9.0 ( 2017-07-09 09:16:21)

官方网址 GitHub网址

Helm

Helm is a free, cross-platform, polyphonic synthesizer that runs on GNU/Linux, Mac, and Windows as a standalone program and as a LV2/VST/AU/AAX plugin. Release is in beta so there are outstanding bugs. Please send any bugs found to matthewtytel@gmail.com

Installing:

Go to tytel.org/helm for builds.

Building:

If you want to build AAX plugins You'll need its SDK located in ~/srcs
For AU on the Mac you'll want to put the CoreAudio SDK in /Applications/Xcode.app/Contents/Developer/Extras/CoreAudio
Nothing extra is needed for building VST/LV2 plugins

Linux

To build and install the standalone, lv2 and vst plugin:

make
sudo make install

Other make commands:

# Build just the Linux standalone executable:
make standalone

# Build just the Linux LV2 plugin:
make lv2

# Build just the Linux VST plugin
make vst

# Install just the Linux standalone executable:
sudo make install_standalone

# Install just the Linux LV2 plugin:
sudo make install_lv2

# Install just the Linux VST plugin
sudo make install_vst

The standalone executable is built to standalone/builds/linux/build and installed to /usr/bin The LV2 plugin is built to builds/linux/LV2 and installed to /usr/lib/lv2 The VST plugin is built to builds/linux/VST and installed to /usr/lib/lxvst

OSX

Open /standalone/builds/osx/Helm.xcodeproj for standalone version
Open /builds/osx/Helm.xcodeproj for plugin versions

Windows

Open /standalone/builds/vs15/Helm.sln for standalone version
Open /builds/vs15/Helm.sln for plugin versions

Features:

  • 32 voice polyphony
  • Interactive visual interface
  • Powerful modulation system with live visual feedback
  • Dual oscillators with cross modulation and up to 15 unison oscillators each
  • Sub oscillator with shuffle waveshaping
  • Oscillator feedback and saturation for waveshaping
  • 12 different waveforms
  • Blending between 12 or 24dB low/band/high pass filter
  • Low/Band/High Shelf filters
  • 2 monophonic and 1 polyphonic LFO
  • Step sequencer
  • Lots of modulation sources including polyphonic aftertouch
  • Simple arpeggiator
  • Effects: Formant filter, stutter, delay, distortion, reverb

alt tag

最近版本更新:(数据更新于 2024-07-26 15:34:28)

2017-07-09 09:16:21 v0.9.0

2017-05-18 01:06:04 v0.8.6

2017-05-18 00:58:59 v0.8.0

2017-05-18 00:56:19 v0.7.0

2015-12-31 03:36:53 v0.6.0

2015-09-11 10:34:44 v0.5.0

2015-08-04 06:32:05 v0.4.1

mtytel/helm同语言 C++最近更新仓库

2024-09-20 00:07:41 PCSX2/pcsx2

2024-09-19 22:10:57 amnezia-vpn/amnezia-client

2024-09-18 01:39:36 notepad-plus-plus/notepad-plus-plus

2024-09-17 16:57:32 topjohnwu/Magisk

2024-09-17 16:50:49 catchorg/Catch2

2024-09-17 11:56:03 moonlight-stream/moonlight-qt