This file contains hidden or 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
# Maintainer: Jose Riha <jose1711 gmail com> | |
# Maintainer: Julien Taverna <jujudusud gmail com> | |
pkgname=jamulus | |
_pkgname=Jamulus | |
pkgver=3.5.5 | |
pkgrel=2 | |
pkgdesc="Internet jam session software" | |
arch=('x86_64') | |
url='http://llcon.sourceforge.net/' |
This file contains hidden or 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
# Contributor: Star Brilliant <echo bTEzMjUzQGhvdG1haWwuY29tCg== | base64 -d> | |
pkgname=isse | |
pkgver=0.2.0 | |
pkgrel=1 | |
pkgdesc="An Interactive Source Separation (e.g. vocal removal) Editor" | |
url="http://isse.sourceforge.net/" | |
arch=('x86_64') | |
license=('GPLv3') | |
makedepends=('git') |
This file contains hidden or 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
# Maintainer: jujudusud <jujudusud gmail com> | |
pkgname=freemajor | |
pkgver=1.0 | |
pkgrel=1 | |
pkgdesc="TC Electronic G-Major editor" | |
arch=('x86_64') | |
url='https://github.com/linuxmao-org/FreeMajor/' | |
license=('Boost') | |
depends=('fltk' 'jack') |
This file contains hidden or 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
# Maintainer: jujudusud <jujudusud gmail com> | |
pkgname=FreeMajor | |
pkgver=1.0 | |
pkgrel=1 | |
pkgdesc="TC Electronic G-Major editor" | |
arch=('x86_64') | |
url='https://github.com/linuxmao-org/FreeMajor/' | |
license=('Boost Software License 1.0') | |
depends=('jack') |
This file contains hidden or 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
julien@LibraZiK2-studio-audio:~$ export LV2_PATH=/home/julien/caps-lv2/plugins | |
julien@LibraZiK2-studio-audio:~$ modsdk | |
Using raw lilv for plugin info (without checks) | |
Welcome to the MOD-SDK | |
The goal of this SDK is to implement the MODGUI specification for LV2, so you must be familiar with LV2 first. | |
Please check http://lv2plug.in/ if you need help on that. | |
To start testing your plugin interfaces, open your webkit-based browser (Google Chrome, Chromium, Safari) and point to http://localhost:9000 | |
ERROR:tornado.application:Uncaught exception GET /?v=1541367704 (::1) |
This file contains hidden or 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
julien@LibraZiK2-studio-audio:~$ export LV2_PATH=/home/julien/caps-lv2/plugins/mod-caps-Click.lv2 | |
julien@LibraZiK2-studio-audio:~$ modsdk | |
Using raw lilv for plugin info (without checks) | |
Error opening file /home/julien/caps-lv2/plugins/mod-caps-Click.lv2/Click.ttl/manifest.ttl (Not a directory) | |
lilv_world_load_file(): error: Error loading file `file:///home/julien/caps-lv2/plugins/mod-caps-Click.lv2/Click.ttl/manifest.ttl' | |
lilv_world_load_bundle(): error: Error reading file:///home/julien/caps-lv2/plugins/mod-caps-Click.lv2/Click.ttl/manifest.ttl | |
Error opening file /home/julien/caps-lv2/plugins/mod-caps-Click.lv2/interface.o/manifest.ttl (Not a directory) | |
lilv_world_load_file(): error: Error loading file `file:///home/julien/caps-lv2/plugins/mod-caps-Click.lv2/interface.o/manifest.ttl' | |
lilv_world_load_bundle(): error: Error reading file:///home/julien/caps-lv2/plugins/mod-caps-Click.lv2/interface.o/manifest.ttl | |
Error opening file /home/julien/caps-lv2/plugins/mod-caps-Click.lv2/Click.so/manifest.ttl (Not a dir |