Skip to content

Instantly share code, notes, and snippets.

View mxmilkiib's full-sized avatar
🔊

Milkii Brewster mxmilkiib

🔊
View GitHub Profile
@mxmilkiib
mxmilkiib / lv2core.ttl
Last active March 23, 2020 18:32
lv2core.ttl with an empty prefix, see also zlfo.ttl https://gist.github.com/mxmilkb/6f65ee205fe84e2b166b3a38c932e785
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix : <http://lv2plug.in/ns/lv2core#> .
:Specification
a rdfs:Class ,
owl:Class ;
@mxmilkiib
mxmilkiib / lv2-over1200-uri-list
Last active April 17, 2024 23:16
Over 1200 LV2 plugins. Almost all are available in the AUR for Arch Linux/Manjaro/pacman distributions. Note URIs are normally only used internally in hosts.
# IFS=$'\n' arr=($(lv2ls)) && IFS=$'\n' arr2=($(lv2ls -n)) && for (( i=0; i<${#arr[*]}; ++i)); do printf "%s|%s\n" "${arr[$i]}" "${arr2[$i]}"; done | column -t -s "|"
file:///usr/lib/lv2/audio_to_audio.ingen/main.ttl audio_to_audio
file:///usr/lib/lv2/control_to_control.ingen/main.ttl control_to_control
file:///usr/lib/lv2/cv_to_cv.ingen/main.ttl cv_to_cv
file:///usr/lib/lv2/event_to_event.ingen/main.ttl event_to_event
file:///usr/lib/lv2/gen_amsynth_filte_out.ingen/main.ttl gen_amsynth_filte_out
file:///usr/lib/lv2/MonoEffect.ingen/MonoEffect.ttl Ingen Mono Effect Template
file:///usr/lib/lv2/MonoInstrument.ingen/MonoInstrument.ttl Ingen Mono Instrument Template
file:///usr/lib/lv2/StereoEffect.ingen/StereoEffect.ttl Ingen Stereo Effect Template
file:///usr/lib/lv2/StereoInstrument.ingen/StereoInstrument.ttl
@mxmilkiib
mxmilkiib / lv2core.jsonld
Last active March 15, 2020 22:47
lv2core.jsonld
[
{
"@id": "_:b0",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://usefulinc.com/ns/doap#name"
}
@mxmilkiib
mxmilkiib / lv2core.xml
Created March 15, 2020 22:42
lv2core.xml
<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:ns0="http://lv2plug.in/ns/lv2core#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<rdfs:Class rdf:about="http://lv2plug.in/ns/lv2core#Specification">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://usefulinc.com/ns/doap#Project"/>
Traceback (most recent call last):
File "/usr/share/polybar/scripts/player-mpris-tail.py", line 500, in <module>
PlayerManager(blacklist = args.blacklist)
File "/usr/share/polybar/scripts/player-mpris-tail.py", line 32, in __init__
self.refreshPlayerList()
File "/usr/share/polybar/scripts/player-mpris-tail.py", line 84, in refreshPlayerList
self.addPlayer(player_bus_name)
File "/usr/share/polybar/scripts/player-mpris-tail.py", line 90, in addPlayer
player = Player(self._session_bus, bus_name, owner = owner, connect = self._connect, _print = self.print)
File "/usr/share/polybar/scripts/player-mpris-tail.py", line 196, in __init__
uhhyou.lv2-git /usr/
uhhyou.lv2-git /usr/lib/
uhhyou.lv2-git /usr/lib/lv2/
uhhyou.lv2-git /usr/lib/lv2/CubicPadSynth.lv2/
uhhyou.lv2-git /usr/lib/lv2/CubicPadSynth.lv2/CubicPadSynth_dsp.so
uhhyou.lv2-git /usr/lib/lv2/CubicPadSynth.lv2/CubicPadSynth_dsp.ttl
uhhyou.lv2-git /usr/lib/lv2/CubicPadSynth.lv2/CubicPadSynth_ui.so
uhhyou.lv2-git /usr/lib/lv2/CubicPadSynth.lv2/CubicPadSynth_ui.ttl
uhhyou.lv2-git /usr/lib/lv2/CubicPadSynth.lv2/manifest.ttl
uhhyou.lv2-git /usr/lib/lv2/CubicPadSynth.lv2/presets.ttl
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix log: <http://lv2plug.in/ns/ext/log#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix midi: <http://lv2plug.in/ns/ext/midi#> .
@prefix pprop: <http://lv2plug.in/ns/ext/port-props#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://lv2plug.in/ns/ext/time#> .
@prefix urid: <http://lv2plug.in/ns/ext/urid#> .
CompileCommand: exclude javax/swing/text/GlyphView.getBreakSpot
********************************************************************************
** Protege **
********************************************************************************
----------------- Initialising and Starting the OSGi Framework -----------------
FrameworkFactory Class: org.apache.felix.framework.FrameworkFactory
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.felix.framework.util.SecureAction (file:/usr/share/java/protege/bin/org.apache.felix.main.jar) to method java.net.URLClassLoader.addURL(java.net.URL)
======= Starting engine =======
======= Engine started ========
Carla engine started, details:
  Driver name:  JACK
  Sample rate:  48000
  Process mode: Multi client
Error opening file /usr/lib/lv2/gx_colwah.lv2/manifest.ttl (No such file or directory)
Will use UI-Bridge for 'AMS Saw', binary: "/usr/lib/carla/carla-bridge-lv2-gtk2"
Will use UI-Bridge for 'AMS VC Organ - 4 Osc', binary: "/usr/lib/carla/carla-bridge-lv2-gtk2"
@mxmilkiib
mxmilkiib / boot.ini
Last active February 9, 2020 13:47
Updated boot.ini from HK for Manjaro uboot - see https://forum.odroid.com/viewtopic.php?p=275487
ODROIDN2-UBOOT-CONFIG
# Default Console Device Setting
setenv condev "console=ttyAML0,115200n8" # on both
# Boot Args
setenv bootargs "root=/dev/mmcblk${devno}p2 rootwait rw ${condev} ${amlogic} no_console_suspend fsck.repair=yes net.ifnames=0 clk_ignore_unuse
d"
# Set load addresses