The Wayback Machine - https://web.archive.org/web/20220321101706/https://github.com/topics/synthesizer
Skip to content
#

synthesizer

Here are 886 public repositories matching this topic...

sonic-pi
ethancrawford
ethancrawford commented Feb 9, 2022

Recent discussions show that it is still possible for the load_synthdefs function to raise an un-handled error if it is given the path to a SynthDef file instead of a directory of SynthDefs.

We should fix this by raising a more useful error that describes the problem in a clearer way.
I suggest adding something like the following line:

raise "The load_synthdefs function expects an 
jmidt
jmidt commented Aug 19, 2019

We need some good graphics for the main sampler screen. This is where you can do rudimentary editing of the samples that are played in the sequencer.
There are two screens. The main screen with the controls:

  • Volume (this one may be changed later)
  • Speed (Playspeed. The sample also pitches up or down)
  • Filter (in the middle the sound is unchanged, away from center it engages either hi-pass
soloud
brightening-eyes
brightening-eyes commented Feb 20, 2018

hi,
as you know, in SoLoud, the number of filters are limited
we should implement more like different reverbs, fir and irr filters, (these could be used to implement HRTF support), Chorus, One Poll, One Zero, Pole Zero, Two Pole, Two Zero, etc
a library exists called stk under zlib license which already implemented these maybe we can implement some of these out

webaudiofont

Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and mobile browser. See live examples.

  • Updated Jan 3, 2022
  • JavaScript
maximecb
maximecb commented Dec 10, 2021

NoiseCraft seems to work well on laptops and desktops, but on my android phone, I can't manage to move a node or select nodes. I don't really get why it doesn't work. The JavaScript pointer API is pretty unintuitive.

I think a fair bit of work would be needed to properly support tablets, for instance, keyboard shortcuts aren't going to be usable on tablets, but it might still be nice to get tou

Improve this page

Add a description, image, and links to the synthesizer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the synthesizer topic, visit your repo's landing page and select "manage topics."

Learn more