<feed xmlns='http://www.w3.org/2005/Atom'>
<title>applause2/.gitignore, branch inputstream</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>fft.lua: added support for Fourier analysis (FFT/IFFT)</title>
<updated>2023-12-19T16:38:32+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2023-10-18T10:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=98d7cc394f060c6935664c517c2e923c5d45350b'/>
<id>98d7cc394f060c6935664c517c2e923c5d45350b</id>
<content type='text'>
* Allows one-time analysis of arrays or short streams.
* Transformation on real-time streams
* Magnitude and phase extraction
* Windowing (only Hamming for the time being).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Allows one-time analysis of arrays or short streams.
* Transformation on real-time streams
* Magnitude and phase extraction
* Windowing (only Hamming for the time being).
</pre>
</div>
</content>
</entry>
<entry>
<title>added LDoc documentation</title>
<updated>2023-09-13T14:26:53+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2023-09-13T14:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=7fc0f17fb37326c86a83627b856a5b75f522c090'/>
<id>7fc0f17fb37326c86a83627b856a5b75f522c090</id>
<content type='text'>
* gives a useful overview of everything supported right now
* especially the type documentation is useful, as these things are not self-evident in Lua (because of dynamic typing).
* The LDoc page can later be published as the Github pages of the project.
  This can even be done automatically by a Github action.
  However, we should first make sure that it's okay to publish the project before defending the thesis since
  Github pages will always be public even for private repositories.
* Documentation of command-line parameters is lacking (TODO).
* It may be possible to use types like "Stream(number)" to describe streams of numbers.
  The LDoc documentation mentions boxed types.
  Perhaps there can even be Streamable(number)?
* We are also lacking good example programs and/or introductory material.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gives a useful overview of everything supported right now
* especially the type documentation is useful, as these things are not self-evident in Lua (because of dynamic typing).
* The LDoc page can later be published as the Github pages of the project.
  This can even be done automatically by a Github action.
  However, we should first make sure that it's okay to publish the project before defending the thesis since
  Github pages will always be public even for private repositories.
* Documentation of command-line parameters is lacking (TODO).
* It may be possible to use types like "Stream(number)" to describe streams of numbers.
  The LDoc documentation mentions boxed types.
  Perhaps there can even be Streamable(number)?
* We are also lacking good example programs and/or introductory material.
</pre>
</div>
</content>
</entry>
<entry>
<title>added README and TODO</title>
<updated>2023-09-05T20:39:23+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2023-09-01T21:30:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=5ff0b15bbed7fe25a50c49dc52f561738b45b09e'/>
<id>5ff0b15bbed7fe25a50c49dc52f561738b45b09e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added custom interactive Lua interpreter for evaluating applause expressions</title>
<updated>2015-04-11T12:59:27+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2015-04-09T00:02:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=e9f20b8a1a3e58c8832bf4bc74afb1c7917fd07e'/>
<id>e9f20b8a1a3e58c8832bf4bc74afb1c7917fd07e</id>
<content type='text'>
 * implements Stream:play() using Jack as the audio backend
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * implements Stream:play() using Jack as the audio backend
</pre>
</div>
</content>
</entry>
</feed>
