Codebase list foo-yc20 / HEAD
HEAD

Tree @HEAD (Download .tar.gz)

Foo YC20
^^^^^^^^

This is a Faust implementation of a 1969 designed Yamaha combo organ, the YC-20. In addition to the Faust code, it has a Gtkmm UI with Jack audio and midi support. A LV2 instrument plugin is planned but not yet executed.

Original YC-20 organs have a touch vibrato control, which is vibrato induced by horizontal movement of the keys. As there very few (almost none) midi keyboards which produce such information, this feature has been left out of the emulation. Instead of the touch vibrato control, the control panel hosts a "realism" switch.

The realism switch has four positions like the drawbars. Each position adds a "feature" to the previous position. Thus all three features are enabled at the last position. The positions are:
off:	unrealistic mode
2/4:	oscillator detune
3/4:	percussion manual bleed
4/4:	drawbar bleed

Also, unlike the real YC-20, this synthesizer provides additional separate outputs for the bass section and selected main voice. The volume of these outputs is controlled with the same controls as the main mixed output.

The balance and brightness controls are in fact continuous controllers even though the ui shows them as having four positions like the other switches.

The MIDI implementation does not care about midi channels. As Jack MIDI offers flexible routing, there is little need to filter messages based on midi channel. Please contact the author if this becomes a real problem though.

MIDI can be used to play the emulation, but also control the parameters. Here are the supported control changes:

CC	control
---------------
50	Pitch
7	Master volume
51	Bass volume

12	Vibrato depth
13	Vibrato speed

14	Bass 16' drawbar (notched)
15	Bass 8' drawbar (notched)
23	Bass manual switch ( value < 64 = off, otherwise on)

2	Section I 16' drawbar (notched)
3	Section I 8' drawbar (notched)
4	Section I 4' drawbar (notched)
5	Section I 2 2/3' drawbar (notched)
6	Section I 2' drawbar (notched)
8	Section I 1 3/5' drawbar (notched)
9	Section I 1' drawbar (notched)

16	Balance between sections I and II

17	Section II brightness
18	Section II 16' drawbar (notched)
19	Section II 8' drawbar (notched)
20	Section II 4' drawbar (notched)
21	Section II 2' drawbar (notched)

22	Percussion drawbar (notched)

52	Realism switch


Comments, suggestions, whatever: contact the author:

 Sampo Savolainen <v2 'you know which symbol' iki.fi>

Thanks to a lot of people, especially:
 Robin Gareus,
 Petri Junno,
 Stéphane Letz


ChangeLog:

1.2.1 => 1.3.0 (January 28th 2011)
	- Graphical user interface for the GUI
	- OSX VST (Thanks Robin!)
	- Refactor UI codebase

1.2.0 => 1.2.1 (January 21st 2011)
	- Fix denormals in LV2 and VSTi

1.1.0 => 1.2.0 (January 20th 2011)
	- Windows and OS X releases
	- LV2
	- Improved volume control curve
	- Fixed bug with 4' drawbar bleed
	- More subtle hover highlights
	- Switch from gtkmm to straight gtk

1.0.0 => 1.1.0 (December 8th 2010)
	- Optimized band limiting scheme
	- Vectorized DSP code (built with faust -vec)


--------------------------------------------------------------------------
VST is © 2004, Steinberg Media Technologies, All Rights Reserved