<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fm-synth, branch freq_env</title>
<subtitle>a phase modulation synthesizer 
</subtitle>
<id>https://windfis.ch/git/fm-synth/atom?h=freq_env</id>
<link rel='self' href='https://windfis.ch/git/fm-synth/atom?h=freq_env'/>
<link rel='alternate' type='text/html' href='https://windfis.ch/git/fm-synth/'/>
<updated>2011-01-15T17:11:59+00:00</updated>
<entry>
<title>Updated TODO-list</title>
<updated>2011-01-15T17:11:59+00:00</updated>
<author>
<name>Florian Jung</name>
<email>flo@thinkpad.(none)</email>
</author>
<published>2011-01-15T17:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://windfis.ch/git/fm-synth/commit/?id=ca90de7569df821066252d0f5c0aa68f43c39f04'/>
<id>urn:sha1:ca90de7569df821066252d0f5c0aa68f43c39f04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added pfactor-influence for freq_env_amount</title>
<updated>2011-01-15T16:41:03+00:00</updated>
<author>
<name>Florian Jung</name>
<email>flo@thinkpad.(none)</email>
</author>
<published>2011-01-15T16:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://windfis.ch/git/fm-synth/commit/?id=65381f7f64aacad7023b74c3f20293e8eca5fa22'/>
<id>urn:sha1:65381f7f64aacad7023b74c3f20293e8eca5fa22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added rudimentary support for freq-envelopes</title>
<updated>2011-01-15T14:27:38+00:00</updated>
<author>
<name>Florian Jung</name>
<email>flo@thinkpad.(none)</email>
</author>
<published>2011-01-15T14:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://windfis.ch/git/fm-synth/commit/?id=550497e9b09894a79c1c9888901bbbf4949a614b'/>
<id>urn:sha1:550497e9b09894a79c1c9888901bbbf4949a614b</id>
<content type='text'>
todo: pfactor'ed amount
todo: support for compiled notes

plus some tiny bugfixes:
  - in Envelope (get_sustain now returns orig_sustain)
  - parser now uses isnum instead of isfloat where appropriate
</content>
</entry>
<entry>
<title>Updated TODO-list</title>
<updated>2011-01-14T13:04:46+00:00</updated>
<author>
<name>Florian Jung</name>
<email>flo@thinkpad.(none)</email>
</author>
<published>2011-01-14T13:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://windfis.ch/git/fm-synth/commit/?id=9e3998bbaddf4eb6df8544497e42231137824998'/>
<id>urn:sha1:9e3998bbaddf4eb6df8544497e42231137824998</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed bug in in-synth-cli (reload)</title>
<updated>2011-01-14T12:58:36+00:00</updated>
<author>
<name>Florian Jung</name>
<email>flo@thinkpad.(none)</email>
</author>
<published>2011-01-14T12:58:36+00:00</published>
<link rel='alternate' type='text/html' href='https://windfis.ch/git/fm-synth/commit/?id=44ee8359ded9a47d445bc2c61daf3dd1db4bbd46'/>
<id>urn:sha1:44ee8359ded9a47d445bc2c61daf3dd1db4bbd46</id>
<content type='text'>
Now the number is first parsed (via atoi) and THEN checked if in 0..127
</content>
</entry>
<entry>
<title>Fixed stupid bug in Envelope.cpp</title>
<updated>2011-01-14T12:57:25+00:00</updated>
<author>
<name>Florian Jung</name>
<email>flo@thinkpad.(none)</email>
</author>
<published>2011-01-14T12:57:25+00:00</published>
<link rel='alternate' type='text/html' href='https://windfis.ch/git/fm-synth/commit/?id=4681a24d43cf1ec03751f271c1ed1eafd9c80a29'/>
<id>urn:sha1:4681a24d43cf1ec03751f271c1ed1eafd9c80a29</id>
<content type='text'>
Changed a "if (has_release) hold=false" into if (!has_release)
</content>
</entry>
<entry>
<title>Moved lfos and sample-and-hold in own source file</title>
<updated>2011-01-14T12:38:54+00:00</updated>
<author>
<name>Florian Jung</name>
<email>flo@thinkpad.(none)</email>
</author>
<published>2011-01-14T12:38:54+00:00</published>
<link rel='alternate' type='text/html' href='https://windfis.ch/git/fm-synth/commit/?id=b2d0c97e0ca7b7eb0a7195ddbf263b9953171e66'/>
<id>urn:sha1:b2d0c97e0ca7b7eb0a7195ddbf263b9953171e66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extended in-synth-cli</title>
<updated>2011-01-12T16:57:48+00:00</updated>
<author>
<name>Florian Jung</name>
<email>flo@thinkpad.(none)</email>
</author>
<published>2011-01-12T16:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://windfis.ch/git/fm-synth/commit/?id=a43a4e27a2ba3c34bac5a215ce49175b22913bd4'/>
<id>urn:sha1:a43a4e27a2ba3c34bac5a215ce49175b22913bd4</id>
<content type='text'>
Many commands are now available, like changing program, controllers,
panicking, killing single programs, setting pedals, setting voice limit
etc...
Also, added Channel::set_portamento_time_sec(float sec)
</content>
</entry>
<entry>
<title>Fatal-warning gets disabled when entering in-synth-CLI</title>
<updated>2011-01-12T11:09:38+00:00</updated>
<author>
<name>Florian Jung</name>
<email>flo@thinkpad.(none)</email>
</author>
<published>2011-01-12T11:09:38+00:00</published>
<link rel='alternate' type='text/html' href='https://windfis.ch/git/fm-synth/commit/?id=08fc0a38a7ed8553157043337a8c680f37694596'/>
<id>urn:sha1:08fc0a38a7ed8553157043337a8c680f37694596</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Non-releasing Envelopes now work</title>
<updated>2011-01-12T11:06:35+00:00</updated>
<author>
<name>Florian Jung</name>
<email>flo@thinkpad.(none)</email>
</author>
<published>2011-01-12T11:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://windfis.ch/git/fm-synth/commit/?id=105932305adf830ec8116827761a8a8c8aff4523'/>
<id>urn:sha1:105932305adf830ec8116827761a8a8c8aff4523</id>
<content type='text'>
</content>
</entry>
</feed>
