-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-introduce clang test, fix all tests
- Loading branch information
Showing
15 changed files
with
105 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop"> | ||
<id>org.terminatorx.terminatorX</id> | ||
<name>terminatorX</name> | ||
<metadata_license>CC0</metadata_license> | ||
<project_license>GPL-2.0+</project_license> | ||
<summary>terminatorX is a realtime audio synthesizer</summary> | ||
<description> | ||
<p> | ||
terminatorX facilitates loading sampled audio data of various formats | ||
(*.wav, *.au, *.ogg, *.mp3, etc.) into virtual turntables for | ||
synchronized playback. The user can operate these turntables using | ||
mouse and keyboard inputs in order to "scratch" the way | ||
hiphop-DJs scratch on vinyl records. | ||
</p> | ||
<p> | ||
It features realtime effects (buit-in as well as LADSPA plugin | ||
effects), a sequencer and a MIDI interface - all accessible through | ||
an easy-to-use gtk+ user interface. Audio can be played back either | ||
directly through the hardware using the ALSA and OSS backends or via | ||
an audio routing daemon through the JACK and PulseAudio backends. | ||
</p> | ||
</description> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://terminatorX.org/appdata/screenshot.png</image> | ||
<caption>terminatorX with three virtual turntables</caption> | ||
</screenshot> | ||
</screenshots> | ||
<url type="homepage">https://terminatorX.org</url> | ||
<url type="bugtracker">https://github.com/axkg/terminatorX/issues</url> | ||
<launchable type="desktop-id">org.terminatorx.terminatorX.desktop</launchable> | ||
<content_rating type="oars-1.0" /> | ||
<update_contact>[email protected]</update_contact> | ||
</component> | ||
|