<feed xmlns='http://www.w3.org/2005/Atom'>
<title>applause2, branch v0.1</title>
<subtitle>Luajit-based synthesizer based on a stream algebra</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/'/>
<entry>
<title>Stream:gnuplot() now supports writing to an output file</title>
<updated>2024-03-16T10:54:14+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-03-16T10:54:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=476261186fb6ca6bccd752546d18b2bd63eb1a64'/>
<id>476261186fb6ca6bccd752546d18b2bd63eb1a64</id>
<content type='text'>
* Especially useful to generate PDF plots for my thesis.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Especially useful to generate PDF plots for my thesis.
</pre>
</div>
</content>
</entry>
<entry>
<title>ilua-wrapper: FreeBSD compatibility</title>
<updated>2024-02-20T09:12:25+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-02-20T09:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=1a12f69466d29721f8fa12c92850096339088f8c'/>
<id>1a12f69466d29721f8fa12c92850096339088f8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated README and TODO</title>
<updated>2024-01-28T22:32:00+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-01-28T22:32:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=9e0da3df9c46cf1825ecf2674cc2ef521d3a8b57'/>
<id>9e0da3df9c46cf1825ecf2674cc2ef521d3a8b57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revised Stream:resample() - it takes a stream factor now, so you can control playpack speed</title>
<updated>2024-01-28T22:23:16+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-01-28T22:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=23e613456e9d1f1a109cedd9c6fa3b875ea5540c'/>
<id>23e613456e9d1f1a109cedd9c6fa3b875ea5540c</id>
<content type='text'>
* The old implementation was simple but severely limited:
  * the resample factor (playback speed) could only be scalar
  * for infinite source streams, the algorithm would require infinitely growing memory.
    The algorithm therefore also wasn't realtime-safe and quite slow (probably because of reallocations).
* This could be made to work with stream-factors if the source stream is infinite,
  but we couldn't get rid of the memory requirements due to being based on IndexStream.
* Instead, there is a custom ResampleStream now that backs Stream:resample().
  It also performs linear interpolation but has constant memory requirements and works with factor-streams.
  Even for finite source streams and constant factors this implementation will be faster and more
  real-time safe.
* You cannot play backwards, due to missing buffering.
  This can still be done manually using IndexStream if necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* The old implementation was simple but severely limited:
  * the resample factor (playback speed) could only be scalar
  * for infinite source streams, the algorithm would require infinitely growing memory.
    The algorithm therefore also wasn't realtime-safe and quite slow (probably because of reallocations).
* This could be made to work with stream-factors if the source stream is infinite,
  but we couldn't get rid of the memory requirements due to being based on IndexStream.
* Instead, there is a custom ResampleStream now that backs Stream:resample().
  It also performs linear interpolation but has constant memory requirements and works with factor-streams.
  Even for finite source streams and constant factors this implementation will be faster and more
  real-time safe.
* You cannot play backwards, due to missing buffering.
  This can still be done manually using IndexStream if necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>evdev: access struct dirent via helper function applause_dirent_name() instead directly from Lua</title>
<updated>2024-01-24T16:29:42+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-01-24T16:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=d444a5d7405016a5094e26050cfb453bcd6f882a'/>
<id>d444a5d7405016a5094e26050cfb453bcd6f882a</id>
<content type='text'>
* the structure is highly platform-dependant and might even differ between 32-bit and 64-bit systems
* in particular this fixes EvdevStream on FreeBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* the structure is highly platform-dependant and might even differ between 32-bit and 64-bit systems
* in particular this fixes EvdevStream on FreeBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>README: mention some useful programs</title>
<updated>2024-01-24T15:13:53+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-01-24T15:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=b45726451da90bba61d75f817982d2abdfbb0542'/>
<id>b45726451da90bba61d75f817982d2abdfbb0542</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>README: documented some FreeBSD tweaks</title>
<updated>2024-01-22T15:27:41+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-01-22T15:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=22df158af031a5bb0a126ce148e44d7fa4b5ad63'/>
<id>22df158af031a5bb0a126ce148e44d7fa4b5ad63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stream:gnuplot() supports plotting into Kitty terminals now</title>
<updated>2024-01-12T18:52:11+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-01-12T18:52:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=189a34d24326d2838c3dcd9ec7e9915c480e8873'/>
<id>189a34d24326d2838c3dcd9ec7e9915c480e8873</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor FreeBSD compatibility fixes and documentation</title>
<updated>2024-01-12T16:49:25+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2024-01-12T16:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=c339ed4def5854b8daa0cbf2733c00d54b672078'/>
<id>c339ed4def5854b8daa0cbf2733c00d54b672078</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added example for pitch tracking via FFT</title>
<updated>2023-12-19T19:19:50+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2023-12-19T19:19:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=d845d87e2c7fa7afb2ac0ecb239ae1cc0b341937'/>
<id>d845d87e2c7fa7afb2ac0ecb239ae1cc0b341937</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
