<feed xmlns='http://www.w3.org/2005/Atom'>
<title>applause2/Makefile, 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>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 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 HID support via Evdev</title>
<updated>2023-09-05T20:39:23+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2023-01-13T15:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=973fa97138a82e98ffded5bd92e0268b2364aa15'/>
<id>973fa97138a82e98ffded5bd92e0268b2364aa15</id>
<content type='text'>
* This works for relative, absolute and keyboard devices
* devices can be grabbed, so they do not interfere with the rest of the system
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This works for relative, absolute and keyboard devices
* devices can be grabbed, so they do not interfere with the rest of the system
</pre>
</div>
</content>
</entry>
<entry>
<title>build applause binary with debug information</title>
<updated>2016-09-25T21:31:14+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2016-09-25T21:31:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=d33333d4f8f34b1fe5a9e3248003fe4fd05c4805'/>
<id>d33333d4f8f34b1fe5a9e3248003fe4fd05c4805</id>
<content type='text'>
it should have no runtime penalty and eases debugging core dumps
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it should have no runtime penalty and eases debugging core dumps
</pre>
</div>
</content>
</entry>
<entry>
<title>rewritten Stream:play() as a Lua function</title>
<updated>2016-01-05T13:20:16+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2016-01-05T13:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=97df9bd48cb6d4847896377d4eefaead9e2cd75f'/>
<id>97df9bd48cb6d4847896377d4eefaead9e2cd75f</id>
<content type='text'>
 * the low-level C part is now implemented in a normal
   C function applause_push_sample() which is called using the FFI
   API
 * this is supposedly faster than the old Lua/C way, but the
   speed improvement seems to be miniscule.
   However changes like this are still good since they simplify
   the C core.
 * speed improvements will probably be larger for the
   MIDI*Stream functions since here we call Lua/C functions at
   sample rate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * the low-level C part is now implemented in a normal
   C function applause_push_sample() which is called using the FFI
   API
 * this is supposedly faster than the old Lua/C way, but the
   speed improvement seems to be miniscule.
   However changes like this are still good since they simplify
   the C core.
 * speed improvements will probably be larger for the
   MIDI*Stream functions since here we call Lua/C functions at
   sample rate.
</pre>
</div>
</content>
</entry>
<entry>
<title>support only LuaJIT and use some additional (insignificant) optimizations</title>
<updated>2015-12-31T14:33:13+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2015-12-31T14:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=856c775316dbcdba36acfab1a3c300b0372d8ecf'/>
<id>856c775316dbcdba36acfab1a3c300b0372d8ecf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added simple support for MIDI CC commands</title>
<updated>2015-11-04T04:25:10+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2015-11-04T04:25:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/applause2/commit/?id=f5e8f70a7aaab571e1136e2eb789e3c1ebdc26f6'/>
<id>f5e8f70a7aaab571e1136e2eb789e3c1ebdc26f6</id>
<content type='text'>
 * MIDICCStream provides a stream of CC values as if
   polled from the controller (this is emulated in
   applause.c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * MIDICCStream provides a stream of CC values as if
   polled from the controller (this is emulated in
   applause.c)
</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>
