[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 561: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 617: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1065: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1065: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1065: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 181: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 182: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
Forum Discussions about the Moselle Software Synthesizer 2017-03-13T19:12:03 http://www.moselle-synth.com/forum/feed.php?f=20&t=35 2017-03-13T19:12:03 2017-03-13T19:12:03 http://www.moselle-synth.com/forum/viewtopic.php?t=35&p=50#p50 <![CDATA[Alpha-09 proj 9 of 56: splitting the Voice module into Note, Pitch, and Voice]]> I've written about 25 example patches showing how to use all features.

The new Pitch module especially is really nice. For instance here's all you need to do to turn the vibrato into kind of a sequencer. The following patch (this is the complete patch!) uses a 1/2 Hz LFO's phase to pick values from the list. 12 is octave, 7 is fifth, 0 is base pitch. This patch depends on lots of default connections: for instance the oscillator frequency is Pitch's output by default, and its waveform is sawtooth by default. Pitch's input in turn goes through a default tuning table and portamento generator.

[Pitch]
VibManual = 1 semi
VibSource = Select( LFO(.5):PhaseOut, 12, 7, 0, 12, 7, 0, 7, 0 )

[Osc]

[Voice]
Result = Osc

Statistics: Posted by forum — Mon Mar 13, 2017 7:12 pm


]]>