<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fm-synth, branch updated_compiler</title>
<subtitle>a phase modulation synthesizer 
</subtitle>
<id>https://windfis.ch/git/fm-synth/atom?h=updated_compiler</id>
<link rel='self' href='https://windfis.ch/git/fm-synth/atom?h=updated_compiler'/>
<link rel='alternate' type='text/html' href='https://windfis.ch/git/fm-synth/'/>
<updated>2011-02-08T14:58:19+00:00</updated>
<entry>
<title>First try to make the compiler up-to-date</title>
<updated>2011-02-08T14:58:19+00:00</updated>
<author>
<name>Florian Jung</name>
<email>flo@thinkpad.(none)</email>
</author>
<published>2011-02-08T14:58:19+00:00</published>
<link rel='alternate' type='text/html' href='https://windfis.ch/git/fm-synth/commit/?id=a51271035a8591f8221e9ca6bccc5b98e29f23e1'/>
<id>urn:sha1:a51271035a8591f8221e9ca6bccc5b98e29f23e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>factor[foo] now accepts semitones instead of a factor</title>
<updated>2011-02-04T15:29:08+00:00</updated>
<author>
<name>Florian Jung</name>
<email>flo@thinkpad.(none)</email>
</author>
<published>2011-02-04T15:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://windfis.ch/git/fm-synth/commit/?id=080ddd252d94b9304db3858bc3b7f79cf2f89f33'/>
<id>urn:sha1:080ddd252d94b9304db3858bc3b7f79cf2f89f33</id>
<content type='text'>
However, internally, factor still behaves as usual.
Only all functions which can set/change .factor do the calculation
from semitones to the real factor.
</content>
</entry>
<entry>
<title>Tiny bugfix in in-synth-cli, updated TODO and stuff</title>
<updated>2011-02-04T15:20:12+00:00</updated>
<author>
<name>Florian Jung</name>
<email>flo@thinkpad.(none)</email>
</author>
<published>2011-02-04T15:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://windfis.ch/git/fm-synth/commit/?id=6ea25018546ebc099845158de7fef29c1c4fb28d'/>
<id>urn:sha1:6ea25018546ebc099845158de7fef29c1c4fb28d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added waveforms and noise, changed foo++ into ++foo</title>
<updated>2011-01-16T17:30:53+00:00</updated>
<author>
<name>Florian Jung</name>
<email>flo@thinkpad.(none)</email>
</author>
<published>2011-01-16T17:18:39+00:00</published>
<link rel='alternate' type='text/html' href='https://windfis.ch/git/fm-synth/commit/?id=12f20783b7ec8804825282fd04d9333ec83e31eb'/>
<id>urn:sha1:12f20783b7ec8804825282fd04d9333ec83e31eb</id>
<content type='text'>
List of waveforms:
0=sin
1=abssin
2=half_sin
3=pulse-sin
4=square
5=sawtooth
6=pyramid
7=white noise
</content>
</entry>
<entry>
<title>In-synth-cli can now change snh-freq</title>
<updated>2011-01-16T14:23:13+00:00</updated>
<author>
<name>Florian Jung</name>
<email>flo@thinkpad.(none)</email>
</author>
<published>2011-01-16T14:23:13+00:00</published>
<link rel='alternate' type='text/html' href='https://windfis.ch/git/fm-synth/commit/?id=527e7400f227703b9f0932b685f2bf7f2c2c005b'/>
<id>urn:sha1:527e7400f227703b9f0932b685f2bf7f2c2c005b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented freq-envelopes for non-compiled notes</title>
<updated>2011-01-15T17:13:48+00:00</updated>
<author>
<name>Florian Jung</name>
<email>flo@thinkpad.(none)</email>
</author>
<published>2011-01-15T17:13:48+00:00</published>
<link rel='alternate' type='text/html' href='https://windfis.ch/git/fm-synth/commit/?id=67025394dcbc2d0917c89856c40be3b9198eca5e'/>
<id>urn:sha1:67025394dcbc2d0917c89856c40be3b9198eca5e</id>
<content type='text'>
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>
</feed>
