kenrestivo / Linux-synth-patches

A whole bunch of synth patches I've made or modified, for AMS, Phasex, and Whysynth.

Home Page:http://www.restivo.org/blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synth Patches for AMS, PHASEX, and WhySynth

These are synth patches I either created or modified throughout the years as a working Linux-based electronic musician. I used them live and in studio projects for years.

The patches are for Linux softsynths AMS, PHASEX, and WhySynth

Usage

  • It's been a while, but IIRC there is a command in the PHASEX GUI to load patches.

  • Loading patches in AMS can be done on the command line via a switch, or from the GUI in the File menu.

  • WhySynth required all the patches as a single file, which I'd do by concatenating them. To load them, WhySynth required they be sent via OSC, which I used to do as follows:

m=osc.Message('/dssi/whysynth/WhySynth/chan00/configure', ('load', "/path/to/patchfile"))
s.sendto(m.get_packet(), ('localhost', int(port)))

It's been years since I used these synths so my apologies for the thin instructions. I wanted to put these out there for others to use in case they wanted to.

License

Copyright by the authors of AMS, of PHASEX, of WhySynth, and ken restivo. Many are modifications based on sample patches which shipped with the synths and as such are licensed the same as the synths, which is mostly the GPL.

About

A whole bunch of synth patches I've made or modified, for AMS, Phasex, and Whysynth.

http://www.restivo.org/blog