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
root
e95b8626cd
Small changes.
8 years ago
root
162cda23fc
Small changes.
8 years ago
Holger Wirtz
7434f44d62
Fixes.
8 years ago
Holger Wirtz
b8182c6398
Changed flasg for compiling.
8 years ago
Holger Wirtz
b579f7b8c9
Changed to pkg-config in Makefile
...
Added build description for mod-plugin-builde (dexed.mk)
8 years ago
Holger Wirtz
ca1c988782
Changed flags for lvtk2 to creating by pkgconfig.
8 years ago
Holger Wirtz
b642e190da
Added precreated dexed_ttl.h for avoiding the need of ttl2c at cross-compiling.
8 years ago
Holger Wirtz
cca06890c3
Added some additional test sounds.
...
Changed code for using the modulators (amp, itch, eg) - but does not help.
Seems that there are some real problems in MSFA.
8 years ago
Holger Wirtz
d244387b22
Another fix for the initialization of the pitch-wheel.
8 years ago
Holger Wirtz
c2a3db70d9
Fixed problem with a to high counter for array.
8 years ago
Holger Wirtz
58748364ac
Fixed wrong initialization data for pitch-bend.
8 years ago
Holger Wirtz
0aa2c1641f
Resized the maximum number of notes from 16 (original DX7) to 32.
...
Added the possibility to add more than one sysex file to dx7sysex2lv2.
Added DX7/DX7II ROMs to user-data.
8 years ago
Holger Wirtz
c79953e738
Small fixes and added two user presets for testing.
8 years ago
Holger Wirtz
8933343153
Added default user-presets (INIT sound).
...
Fixed the OP enable bit-order.
8 years ago
Holger Wirtz
c14be135f6
Small fix.
8 years ago
Holger Wirtz
0b61815e6f
Added enable switch for every operator.
8 years ago
Holger Wirtz
fb64a8b33f
Fixed initialization of pitch-bend.
...
Added opSwitch to the controllers and changed controller code for this.
8 years ago
Holger Wirtz
f77c154c69
Fixed installation path in Makefile.
...
Fixed several smaller problems in SYSEX-converter script.
8 years ago