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
Holger Wirtz
d8fcf2d029
Added MIDI controllers 0x7b and 0x78 for disabling all sound (e.g. when
...
bypassing plugin).
8 years ago
Holger Wirtz
62613d02d3
... and another small fix.
8 years ago
Holger Wirtz
26d3a8b2d1
Small fixes.
8 years ago
Holger Wirtz
dcbbb1ee7a
Fixed problem with playing notes when deactivating the plugin.
8 years ago
root
e3c0a2dae2
There was a bigger problem with a SEGV which I can't fix. So I decided to got
...
back to a1f53457f8
and start again with
implementing the feature of configuring in realtime how much voices (1..32) you
may want to use.
Also made some cleanup.
8 years ago
root
db623ea852
.. and forgot to add another changed file.
8 years ago
root
7f44384e6b
... added not all files for last commit...
8 years ago
root
7fec726e9c
Cleanup.
...
Adding LV2 control for assigning number of voices from 1..32.
Created factory and user presets for using the new number_of_voices parameter.
8 years ago
root
a1f53457f8
Fixed manifest.ttl.
8 years ago
root
9983cb1c04
Fixed creation and naming of converted SYSEX files.
8 years ago
root
b8ad1d6848
Fixed smaller errors.
...
Exchanged presets to full ROM preset banks.
Exchanged presets to my own favorite presets. This may change in future.
8 years ago
root
9978e4ab0a
Added dx7lv2sounds2preset: A script which creates manifest.ttl and presets.ttl.
...
Added options to dx7sysex2lv2: "-b" (for adding bank-name to voice-name) and -n (for adding voice-number to voice-name).
Smaller fixes.
8 years ago
root
9700333fbe
Fixed problems in Makefile (thanks to falkTX!).
...
Fixed error in Dexed.ttl.
Fixed problems in Dexed.ttl for using in MOD.
8 years ago