Skip to content

Commit

Permalink
Bump version to 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhadeepJasu committed Dec 23, 2021
1 parent b69091e commit 2d0d2ee
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ The problem currently usually happens with the flatpak version.

**PipeWire** support is planned and Ensembles will detect if you have it installed and it will modify the PulseAudio driver settings internally to better utilise PipeWire-Pulse if that is available.

**Jack** is also an option but it currently only works from outside the flatpak soundbox, ie. when you compile it natively.

## Discussions
If you want to ask any questions or provide feedback, you can make issues in this repository or use the discussions section of this repository.

Expand Down
35 changes: 35 additions & 0 deletions data/com.github.subhadeepjasu.ensembles.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
<caption>Multi-track Recorder</caption>
<image>https://raw.githubusercontent.com/SubhadeepJasu/Ensembles/master/screenshots/ScreenshotMultiTrackRecorder.png</image>
</screenshot>
<screenshot>
<caption>Voice Menu and MIDI File Player</caption>
<image>https://raw.githubusercontent.com/SubhadeepJasu/Ensembles/master/screenshots/ScreenshotVoice.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
Expand Down Expand Up @@ -87,6 +91,37 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="0.0.17" date="2021-12-23">
<description>
<p>Fixed:</p>
<ul>
<li>Major rewrite and re-organisation of code</li>
<li>Reduced number of synths to two and using more channels instead</li>
<li>Prevent out of bound memory access in style engine and registry memory</li>
<li>Fixed layout for HiDPI screens</li>
<li>Fixed Recorder timer false update</li>
</ul>
<p>Improved:</p>
<ul>
<li>Improved multi-touch detection in on-screen keybed</li>
<li>Style engine updated to use updated MIDI Player in FluidSynth 2.2.4</li>
<li>Recorder event sturcture improved and optimized</li>
<li>Fixed layout scalability for HiDPI screens</li>
<li>Use Gtk.Dialog for Preferences window</li>
<li>Improved knob input behavior</li>
<li>Visualize MIDI File events and automation events like harmonization, on the keybed</li>
<li>Reverb and Chorus effects improved (Note: styles haven't been updated to utilise them)</li>
</ul>
<p>New:</p>
<ul>
<li>Added ability to change central display themes</li>
<li>Added Jack driver support (only works outside sandbox for now)</li>
<li>Implemented tempo "Tap" button. Tap the button to the beats of a song to copy it's tempo</li>
<li>Implemented "Stop" and "Sustain" (Sostenuto) button on keybed top bar</li>
<li>Display version updated to AW-200. New manual/user-guide coming soon.</li>
</ul>
</description>
</release>
<release version="0.0.16" date="2021-11-24">
<description>
<p>HotFix:</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project (
'com.github.subhadeepjasu.ensembles',
'c', 'vala',
version: '0.0.16',
version: '0.0.17',
)

# Common Display Version
Expand Down
Binary file modified screenshots/Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/ScreenshotChannelModulators.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/ScreenshotLFO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/ScreenshotMultiTrackRecorder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/ScreenshotStyles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/ScreenshotVoice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d0d2ee

Please sign in to comment.