mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-04 16:51:37 -05:00
-Cleaned up repo
This commit is contained in:
parent
5db3b44030
commit
3ecf2f441f
4 changed files with 1 additions and 68 deletions
62
.ajsnapshot
62
.ajsnapshot
|
@ -1,62 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<alsa>
|
||||
<client name="System">
|
||||
<port id="0" />
|
||||
<port id="1" />
|
||||
</client>
|
||||
<client name="Midi Through">
|
||||
<port id="0" />
|
||||
</client>
|
||||
<client name="Hammerfall DSP">
|
||||
<port id="0" />
|
||||
</client>
|
||||
<client name="Akai APC40">
|
||||
<port id="0" />
|
||||
</client>
|
||||
<client name="Client-128" />
|
||||
<client name="jack_midi" />
|
||||
</alsa>
|
||||
<jack>
|
||||
<client name="system">
|
||||
<port name="capture_1">
|
||||
<connection port="Luppp:master_in" />
|
||||
</port>
|
||||
<port name="capture_2" />
|
||||
<port name="capture_3" />
|
||||
<port name="capture_4" />
|
||||
<port name="capture_5" />
|
||||
<port name="capture_6" />
|
||||
<port name="capture_7" />
|
||||
<port name="capture_8" />
|
||||
<port name="capture_9" />
|
||||
<port name="capture_10" />
|
||||
<port name="capture_11" />
|
||||
<port name="capture_12" />
|
||||
<port name="capture_13" />
|
||||
<port name="capture_14" />
|
||||
<port name="capture_15" />
|
||||
<port name="capture_16" />
|
||||
<port name="capture_17" />
|
||||
<port name="capture_18" />
|
||||
</client>
|
||||
<client name="alsa_pcm">
|
||||
<port name="Midi-Through/midi_capture_1" />
|
||||
<port name="Hammerfall-DSP/midi_capture_1" />
|
||||
</client>
|
||||
<client name="Luppp">
|
||||
<port name="master_left">
|
||||
<connection port="system:playback_1" />
|
||||
</port>
|
||||
<port name="master_right">
|
||||
<connection port="system:playback_2" />
|
||||
</port>
|
||||
<port name="apc_out">
|
||||
<connection port="alsa_pcm:Akai-APC40/midi_playback_1" />
|
||||
</port>
|
||||
</client>
|
||||
<client name="alsa_pcm">
|
||||
<port name="Akai-APC40/midi_capture_1">
|
||||
<connection port="Luppp:apc_in" />
|
||||
</port>
|
||||
</client>
|
||||
</jack>
|
|
@ -1 +1 @@
|
|||
valgrind --tool=memcheck --leak-check=full --track-origins=yes .build/luppp5
|
||||
valgrind --tool=memcheck --leak-check=full --track-origins=yes src/luppp
|
5
run.sh
5
run.sh
|
@ -1,5 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
make
|
||||
xterm -e "sleep 1 && aj-snapshot -r .ajsnapshot" & bin/luppp
|
Loading…
Add table
Reference in a new issue