<feed xmlns='http://www.w3.org/2005/Atom'>
<title>synfone2.git/src/synth, branch dev</title>
<subtitle>Cloned from Grissess on Github, Used for itl_chorus playback on lower powered machines without running into alsa under runs
</subtitle>
<id>http://git.teleco.ch/crt/synfone2.git/atom?h=dev</id>
<link rel='self' href='http://git.teleco.ch/crt/synfone2.git/atom?h=dev'/>
<link rel='alternate' type='text/html' href='http://git.teleco.ch/crt/synfone2.git/'/>
<updated>2021-09-10T08:05:55Z</updated>
<entry>
<title>got pre-linking steps working, removed glob includes</title>
<updated>2021-09-10T08:05:55Z</updated>
<author>
<name>thajohns</name>
<email>thajohns@clarkson.edu</email>
</author>
<published>2021-09-09T05:15:22Z</published>
<link rel='alternate' type='text/html' href='http://git.teleco.ch/crt/synfone2.git/commit/?id=d6e399973e9bc6447a28b80cacffcbc6a768f1ed'/>
<id>urn:sha1:d6e399973e9bc6447a28b80cacffcbc6a768f1ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added LUTs and ControlRate; improved parser</title>
<updated>2017-10-13T16:54:04Z</updated>
<author>
<name>Graham Northup</name>
<email>grissess@nexusg.org</email>
</author>
<published>2017-10-13T16:54:04Z</published>
<link rel='alternate' type='text/html' href='http://git.teleco.ch/crt/synfone2.git/commit/?id=22cb7d7cbcacbfe3a7d3a2d454e6b8cf49ae989c'/>
<id>urn:sha1:22cb7d7cbcacbfe3a7d3a2d454e6b8cf49ae989c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Graphics working</title>
<updated>2017-10-07T06:14:17Z</updated>
<author>
<name>Graham Northup</name>
<email>grissess@nexusg.org</email>
</author>
<published>2017-10-07T06:14:17Z</published>
<link rel='alternate' type='text/html' href='http://git.teleco.ch/crt/synfone2.git/commit/?id=255f0aa6de604e0bf9d37ba0ee5362ef3b9f235f'/>
<id>urn:sha1:255f0aa6de604e0bf9d37ba0ee5362ef3b9f235f</id>
<content type='text'>
But in need of terrible refactoring.

Rust is beautiful sometimes. This is not one of those times.
</content>
</entry>
<entry>
<title>Finished clientside parsing, starting graphics</title>
<updated>2017-10-03T18:50:18Z</updated>
<author>
<name>Graham Northup</name>
<email>grissess@nexusg.org</email>
</author>
<published>2017-10-03T18:50:18Z</published>
<link rel='alternate' type='text/html' href='http://git.teleco.ch/crt/synfone2.git/commit/?id=22dd5bc5862e91330c8da0d5f141998cdbe546fb'/>
<id>urn:sha1:22dd5bc5862e91330c8da0d5f141998cdbe546fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>It plays network noises now!</title>
<updated>2017-10-01T11:04:21Z</updated>
<author>
<name>Graham Northup</name>
<email>grissess@nexusg.org</email>
</author>
<published>2017-10-01T11:04:21Z</published>
<link rel='alternate' type='text/html' href='http://git.teleco.ch/crt/synfone2.git/commit/?id=145e2771c0d1ad30748da6e6ef1fabbd4cc2478c'/>
<id>urn:sha1:145e2771c0d1ad30748da6e6ef1fabbd4cc2478c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>It makes networked noise! (Poorly, for now)</title>
<updated>2017-09-27T04:50:06Z</updated>
<author>
<name>Graham Northup</name>
<email>grissess@nexusg.org</email>
</author>
<published>2017-09-27T04:50:06Z</published>
<link rel='alternate' type='text/html' href='http://git.teleco.ch/crt/synfone2.git/commit/?id=629d2fa754dcd4bbdbd1e84ea9f7598806abc840'/>
<id>urn:sha1:629d2fa754dcd4bbdbd1e84ea9f7598806abc840</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix more style things</title>
<updated>2017-09-24T23:01:22Z</updated>
<author>
<name>Corey Richardson</name>
<email>corey@octayn.net</email>
</author>
<published>2017-09-24T13:18:26Z</published>
<link rel='alternate' type='text/html' href='http://git.teleco.ch/crt/synfone2.git/commit/?id=150d71cae770598ade7e09419150f1218e961128'/>
<id>urn:sha1:150d71cae770598ade7e09419150f1218e961128</id>
<content type='text'>
All reported by clippy. Mostly stuff like unnecessary lifetimes
or references.
</content>
</entry>
<entry>
<title>Clean up some sub-optimal slice handling</title>
<updated>2017-09-24T23:01:22Z</updated>
<author>
<name>Corey Richardson</name>
<email>corey@octayn.net</email>
</author>
<published>2017-09-24T12:59:43Z</published>
<link rel='alternate' type='text/html' href='http://git.teleco.ch/crt/synfone2.git/commit/?id=5f1e73ab5bd0709dd408064c06f2717182777537'/>
<id>urn:sha1:5f1e73ab5bd0709dd408064c06f2717182777537</id>
<content type='text'>
Clippy noticed that update_from looked like a manual copy_from_slice,
which alerted me to sum_into and mul_into also being suboptimal. With
the new changes, the generated code is much cleaner: it lacks an extra
"unnecessary" branch and is about 30% shorter (for those methods).

I also think the code is a bit easier to read :)
</content>
</entry>
<entry>
<title>Remove now-dead code</title>
<updated>2017-09-24T23:01:22Z</updated>
<author>
<name>Corey Richardson</name>
<email>corey@octayn.net</email>
</author>
<published>2017-09-24T12:36:02Z</published>
<link rel='alternate' type='text/html' href='http://git.teleco.ch/crt/synfone2.git/commit/?id=f4c1ee3bbd1d548ce9c0c4cf15e9bd867adca421'/>
<id>urn:sha1:f4c1ee3bbd1d548ce9c0c4cf15e9bd867adca421</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix compiler warnings</title>
<updated>2017-09-24T23:01:22Z</updated>
<author>
<name>Corey Richardson</name>
<email>corey@octayn.net</email>
</author>
<published>2017-09-24T12:34:58Z</published>
<link rel='alternate' type='text/html' href='http://git.teleco.ch/crt/synfone2.git/commit/?id=959fed1d8435070e39bd7b87c1e908f79b65add9'/>
<id>urn:sha1:959fed1d8435070e39bd7b87c1e908f79b65add9</id>
<content type='text'>
Some minor stuff, mostly. The features have been stable since 1.20
</content>
</entry>
</feed>
