Holger Wirtz
517f4f5488
Fixes for portamento.
3 years ago
Holger Wirtz
501cb9e7b6
SMall fix for protamento.
3 years ago
Holger Wirtz
894c038dcd
Fix for portamento time parameter.
3 years ago
Holger Wirtz
3a08d13352
Added LV2 parameters callbacks for portamento parameters.
3 years ago
Holger Wirtz
6cff7befc9
Added protamento parameters to Dexed.ttl
3 years ago
Holger Wirtz
9b2b99e189
Added portamento patch.
3 years ago
Holger Wirtz
6a3ad57f1f
Started to add portamento code.
3 years ago
Holger Wirtz
0d6edb7f4f
Function and parameter setting via SysEx added.
3 years ago
Holger Wirtz
377b7bb983
Added SYSEX function/parameter change.
...
Currently only saving the state...
3 years ago
Holger Wirtz
361066f3c3
Adding stubs for SysEx processing.
3 years ago
Holger Wirtz
f3ad093eb7
Renamed dexed.mh to README.
...
Fix from upstream for setting controllers.
3 years ago
Holger
9c14cf9033
Merge pull request #4 from zynthian/master
...
Add port groups.
3 years ago
Jośe Fernando Moyano
827cb7f07a
Add port groups.
3 years ago
Holger Wirtz
cf3f5f22d1
Replaced env.cc towards dexed originals version (fixing some problems).
4 years ago
Holger Wirtz
d5a4d1ee88
Implemented b3e5c500e3546c0467629ccd08da3901a21b8848 from asb2m10:
...
Implement accurate DX7 envelopes for the case that the attack phase h…
4 years ago
Holger Wirtz
6632aa775f
Added new modgui from popololo46. Thanks for creating!!!
4 years ago
Holger
a5d812f4d7
Update README.md
4 years ago
Holger
271fd840a3
Merge pull request #3 from zynthian/native-lv2
...
Fix bank definitions.
5 years ago
jofemodo
96bbaa898a
Fix bank definitions.
5 years ago
Holger
0a85f7c264
Merge pull request #2 from zynthian/native-lv2
...
Organize presets into banks following LV2 specs.
5 years ago
jofemodo
c6b829c5c4
Reorganize user presets in one single folder and using LV2 banks.
5 years ago
jofemodo
4c9aee711e
Change user presets installation directory.
5 years ago
jofemodo
fe82e1da9d
Organize presets into banks following LV2 specs.
5 years ago
Holger Wirtz
f3518feb75
Removed checks for new().
7 years ago
Holger Wirtz
2bfd52fe6a
Fixes for new() and exit(). Thanks to falkTX!
7 years ago
Holger Wirtz
506f090c80
Fixes for new() and exit(). Hints from falkTX - thanks!
7 years ago
Holger Wirtz
6801e49fca
Small fix for transpose.
7 years ago
Holger Wirtz
71c42214d9
Several fixes for adapting transpose to the patched engines.
7 years ago
Holger Wirtz
8efb5f4406
Added all recent commits from main dexed to native-lv2.
7 years ago
Holger Wirtz
58f8f4c3f8
Several fixes:
...
- MW/AT/FC/BC should now work.
- Fix for avoid crashing at removing plugin.
7 years ago
Holger Wirtz
5feb790b60
Fixes for modwheel.
7 years ago
Holger Wirtz
bcff44c0a3
Fixes: delete unused creaed objects whenn errors occurs or plugin in unloaded.
7 years ago
Holger Wirtz
e142881822
Removed some last patches to avoid problems with sound generation.
7 years ago
Holger Wirtz
f63c4b35ef
Revert "Fixes for dynamic memory allocation."
...
Seem to be buggy...
This reverts commit 3a9568fa1a
.
7 years ago
Holger Wirtz
9677d5a792
Revoked the last changes...
7 years ago
Holger Wirtz
359b5a0f38
Try to fix controllers.
7 years ago
Holger Wirtz
1e7cefea9a
Shorter names for user presets.
7 years ago
root
3a9568fa1a
Fixes for dynamic memory allocation.
7 years ago
root
6a2a90c869
Fixed a typo.
7 years ago
root
0e4211fd34
Added checks for NULL - just to be sure.
7 years ago
root
2413bf4210
Fix for maling clear that DEXED_ENGINE_MODERN is the chosen engine if tp
...
is out of range.
7 years ago
Holger
c19776380c
Merge pull request #1 from io7m/native-lv2
...
Fix a crash when running in Ardour 5.
many thanks to @io7m !
7 years ago
Mark Raynsford
1cdd7eee3e
Fix a crash when running in Ardour 5
...
The current code contains a check that avoids setting the current
FM engine if the engine type is the same as the one that's already
set. The problem is that if the target engine type is `0` and the
current engine has never been set, the engine will never be set.
This leads to a NULL pointer dereference when the engine is accessed
later during rendering.
The fix is to change the logic slightly so that the set operation
isn't avoided if the current code is NULL.
7 years ago
root
1d6239f89d
Very small changes... most are code cleanups and removed a to talkative trace output.
8 years ago
root
ca476751eb
Added several patches from the original Dexed.
8 years ago
root
bf24d15002
Fixed memory leak and SEGV when removing plugin.
8 years ago
root
2ccce5f59b
.
8 years ago
root
97bac5932d
Fixed a problem when bypassing plugin.
...
Fixed a SEGV when deleting the plugin.
8 years ago
Holger Wirtz
56adff66e1
Reimplemented MIDI controller 120 and 123 with event-cue-flushing.
8 years ago
Holger Wirtz
da0fabe3de
Fix for MID controller handling.
8 years ago