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.
 
 
 
 
 
 
dexed/src
Holger Wirtz 517f4f5488 Fixes for portamento. 2 years ago
..
modgui Added new modgui from popololo46. Thanks for creating!!! 3 years ago
msfa Fixes for portamento. 2 years ago
user-presets/dexed-DCDCollection.lv2 Fix bank definitions. 4 years ago
.gitignore Added precreated dexed_ttl.h for avoiding the need of ttl2c at cross-compiling. 7 years ago
Dexed.ttl SMall fix for protamento. 2 years ago
EngineMkI.cpp Added all recent commits from main dexed to native-lv2. 6 years ago
EngineMkI.h Added all recent commits from main dexed to native-lv2. 6 years ago
EngineOpl.cpp Added all recent commits from main dexed to native-lv2. 6 years ago
EngineOpl.h Saving current state. 8 years ago
Makefile Started to add portamento code. 2 years ago
PluginFx.cpp Small fixes. 8 years ago
PluginFx.h Saving current state. 8 years ago
README Renamed dexed.mh to README. 2 years ago
dexed.cpp Fixes for portamento. 2 years ago
dexed.h Added LV2 parameters callbacks for portamento parameters. 2 years ago
dexed.mk . 7 years ago
dexed_ttl.h Fix for portamento time parameter. 2 years ago
manifest.ttl Added new modgui from popololo46. Thanks for creating!!! 3 years ago
modgui.ttl Added new modgui from popololo46. Thanks for creating!!! 3 years ago
porta.cpp Started to add portamento code. 2 years ago
porta.h Started to add portamento code. 2 years ago
presets.ttl Fixes for modwheel. 6 years ago
trace.c Trying to fix problems... 8 years ago
trace.h State saving. 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