Skip to content

Commit

Permalink
release 0.231
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Mar 22, 2024
1 parent 0107a6b commit f43c297
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
7 changes: 7 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.231:
- preliminary windows build
- scheduled OSC messages
- improved scattering model
- improvement of FDN based reverberation
- band-level measurement plugin
- many bugfixes and minor improvements
0.230: New plugins, many minor bug fixes, improvement of OSC handling, SVG map export via OSC, and minor improvements
0.229.2: Correct speaker correction filter length
0.229: Added transportramp plugin, bugfixes in FIR speaker correction and LSL handling in Qualisys interface
Expand Down
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# variables:
VERSION=0.230.1
VERSION=0.231.0

ARCH=$(shell uname -m)

Expand Down
5 changes: 3 additions & 2 deletions contributors
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Giso Grimm
Giso Grimm (main author)
Tobias Herzke (code review)
Fenja Schwark (hrtf receiver)
Merle Gerken (hoa3d receiver)
Joanna Luberadzka (documentation)
Tobias Hegemann (cmake files)
Tobias Hegemann (cmake files)
Felix Holzmüller
7 changes: 7 additions & 0 deletions doc/news/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ <h2>Toolbox for acoustic scene creation and rendering</h2>

<h2>Latest news</h2><br/>

<time>March 22, 2024</time>
<h3>TASCAR 0.231 released</h3>
<p>preliminary windows build, scheduled OSC messages, improved
scattering model, improvement of FDN based reverberation,
band-level measurement plugin, many bugfixes and minor
improvements</p> <br/>

<time>September 21, 2023</time>
<h3>TASCAR 0.230 released</h3>
<p>New plugins, many minor bug fixes, improvement of OSC handling, SVG map export via OSC, and minor improvements.</p> <br/>
Expand Down
5 changes: 4 additions & 1 deletion doc/news/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,12 @@ <h2>Installation on macOS</h2><br/>
possible to install it in the system with:
<pre><code>sudo make install</code></pre>
</p>
<p>Jack can be installed either from <a href="https://jackaudio.org/">https://jackaudio.org/</a> or from brew. If you use the version from jackaudio.org, then please uninstall the brew version to avoid library incompatibilities.</p>
<p>Jack can be installed either from <a href="https://jackaudio.org/" target="blank">https://jackaudio.org/</a> or from brew. If you use the version from jackaudio.org, then please uninstall the brew version to avoid library incompatibilities.</p>


<h2>Installation on Windows</h2><br/>
<p>A preliminary pre-compiled version is available for Windows, see release page on github (<a href="https://github.com/gisogrimm/tascar/releases" target="blank">https://github.com/gisogrimm/tascar/releases</a>). A manual installation of jack is required, see <a href="https://jackaudio.org/" target="blank">https://jackaudio.org/</a>.</p>

<h2>Starting TASCAR</h2><br/>
<p>To start TASCAR, first configure and start your jack server. Then, in a terminal, type
<pre><code>tascar</code></pre>
Expand Down

0 comments on commit f43c297

Please sign in to comment.