mirror of https://github.com/dcoredump/dexed.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Holger Wirtz
6cff7befc9
|
3 years ago | |
---|---|---|
.. | ||
modgui | 4 years ago | |
msfa | 3 years ago | |
user-presets/dexed-DCDCollection.lv2 | 5 years ago | |
.gitignore | 8 years ago | |
Dexed.ttl | 3 years ago | |
EngineMkI.cpp | 7 years ago | |
EngineMkI.h | 7 years ago | |
EngineOpl.cpp | 7 years ago | |
EngineOpl.h | 8 years ago | |
Makefile | 3 years ago | |
PluginFx.cpp | 8 years ago | |
PluginFx.h | 8 years ago | |
README | 3 years ago | |
dexed.cpp | 3 years ago | |
dexed.h | 3 years ago | |
dexed.mk | 8 years ago | |
dexed_ttl.h | 3 years ago | |
manifest.ttl | 4 years ago | |
modgui.ttl | 4 years ago | |
porta.cpp | 3 years ago | |
porta.h | 3 years ago | |
presets.ttl | 7 years ago | |
trace.c | 8 years ago | |
trace.h | 8 years ago |
README
Examples for using dexed.lv2 directly in mod-host
=================================================
First stop jack2 and mod-ui:
----------------------------
systemctl stop jack2
Run jack2 in shell:
-------------------
/usr/local/bin/jackd -P70 -t2000 -s -d alsa -dhw:0 -r44100 -p256 -X raw -n2 &
dexed.lv2 triggered my stepseq:
-------------------------------
add https://github.com/dcoredump/dexed.lv2 0
add http://gareus.org/oss/lv2/stepseq#s8n8 1
connect effect_1:midiout effect_0:midi_in
connect effect_0:audio_out system:playback_1
connect effect_0:audio_out system:playback_2
param_set 1 grid_1_1 1
param_set 1 grid_2_3 1
dexed.lv2 triggered from Kawai MP5:
-----------------------------------
add https://github.com/dcoredump/dexed.lv2 0
connect system:midi_capture_1 effect_0:midi_in
connect effect_0:audio_out system:playback_1
connect effect_0:audio_out system:playback_2
dexed.lv2 triggered from Kawai MP5 (Variant)
--------------------------------------------
add https://github.com/dcoredump/dexed.lv2 0
connect ttymidi:MIDI_in effect_0:midi_in
connect effect_0:audio_out system:playback_1
connect effect_0:audio_out system:playback_2