Holger Wirtz
af19d28a2e
Cleanup directories.
...
Running version of Dexed - now testing must begin.
8 years ago
Holger Wirtz
04c65a5da0
isModnoMode() added.
8 years ago
Holger Wirtz
59e6da5f73
Added placeholder for unisono.
...
Added changeable engine type via Dexed.ttl
8 years ago
Holger Wirtz
bd3be3b767
Simple remove of a coment...
8 years ago
Holger Wirtz
ec921274a0
Added code for setting live=false when decay of amp envelope is under a
...
special limit.
8 years ago
Holger Wirtz
72350a5cf5
Fixes and tests...
...
Fully removed the ringbuffer - it is not needed anymore!
8 years ago
Holger Wirtz
3bc4c28cfe
Code cleanup.
8 years ago
Holger Wirtz
da56d6ba6d
Added engine type.
8 years ago
Holger Wirtz
73df39bf79
Fixed some bugs... still some left.
8 years ago
Holger Wirtz
bf4985c6a8
Tried another clip function.
8 years ago
Holger Wirtz
41c90dec3b
Enabled filter and moved gain into filter function.
8 years ago
Holger Wirtz
90b9828b5b
Some changes and fixes. Hope it will produce sound and not noise...
8 years ago
Holger Wirtz
96470269a0
State saving.
8 years ago
Holger Wirtz
87e158540c
Compiles... but works?
8 years ago
Holger Wirtz
fe88998c12
Saving current state.
8 years ago
Holger Wirtz
1087ad7c24
.
8 years ago
Holger Wirtz
d94d8febc4
Changed README.
8 years ago
Holger Wirtz
c746fccfec
Fixed Makefile for creating dexed-test
8 years ago
Holger Wirtz
57aa7c472b
Simple tests... SEGV is still present.
8 years ago
Holger Wirtz
0f99ea3c00
... saving current state...
8 years ago
Holger Wirtz
aa4f31bf3d
Hmmm - not easy. Added some test code.
8 years ago
Holger Wirtz
02c9fafb25
Added post processing volume (output)
8 years ago
Holger Wirtz
fbcbb98397
Added second beep test utility.
8 years ago
Holger Wirtz
655870dad8
Changed lv2-c++-tools againts lvtk, becuase of needed atom support.
8 years ago
Holger Wirtz
caccab0570
Added dexed.txt for helping to find out how to bind to parameters.
8 years ago
Holger Wirtz
c4524a7980
Some fixes and added an extended lv2-beep as beep2.
8 years ago
Holger Wirtz
f93e2d9a44
Fixed ttl files
8 years ago
Holger Wirtz
07e5c475ac
Is this the right way???
8 years ago
Holger Wirtz
f18aa020be
save the current state...
8 years ago
Holger Wirtz
c4be756007
... trying...
8 years ago
Holger Wirtz
aa30700848
Only save the current state... it's quite not easy to make a LV2 plugin out of JUCE :-/
8 years ago
Holger Wirtz
8a765b347a
Added some examples...
8 years ago
Holger Wirtz
28fb4417b0
Added demo plugin beep - trying to use it as a start for dexed-lv2.
8 years ago
Holger Wirtz
a2ae4a70da
Mpf... forgot to exclude *.o...
8 years ago
Holger Wirtz
405715f69c
Saving current state.
8 years ago
Holger Wirtz
8a15c7555e
Added manifest.ttl and fixed Dexed.ttl.
8 years ago
Holger Wirtz
d1cd6ede5c
Cleanup before starting native (Linux) LV2 plugin
8 years ago
Pascal Gauthier
586f5cf250
Merge remote-tracking branch 'refs/remotes/origin/work-0.9.2'
8 years ago
asb2m10
45b7cdf3d8
Dexed 0.9.2
8 years ago
asb2m10
0b252f8ec1
Dexed 0.9.2
8 years ago
asb2m10
1dd1f5ba5c
Default engine now Mark I
8 years ago
asb2m10
e492fe6d69
Dexed 0.9.2b1
8 years ago
asb2m10
b9400cf51e
Add DC Filter at the output #61
8 years ago
asb2m10
b2a81f7da6
Correct feedback implementation for Algo 4 and 6
8 years ago
asb2m10
2eb5c6213d
Merge branch 'Sentinel77-parameter-bugfix' into work-0.9.2
9 years ago
asb2m10
fdf15fda1d
Merge branch 'parameter-bugfix' of https://github.com/Sentinel77/dexed into Sentinel77-parameter-bugfix
9 years ago
asb2m10
0277ffba8c
WIP Algo 4 & 6
9 years ago
Sentinel77
6f4692aa1e
Fix for parameter values, and host parameter modulation by LFO
...
Fixes not being able to dial in certain parameter values.
Also fixes way hosts (e.g. Reaper) Parameter modulation by LFO works with dexed.
bug
-Middle C Transpose not displaying 'C5'.
bug
-Cannot dial in certain parameter values. Float rounding error, value rounded down where it becomes int.
e.g. Parameters that go from 0-99 skip values: 53,59
Middle C Transpose skips value D#3
bug
- Host Reaper Parameter Modulation by LFO not modulating correctly with dexed.
e.g. LFO triangle shape stays on max and min value too long when modulating a dexed parameter.
Lowering 'steps' values by one corrects LFO duration at max value. Rounding to nearest int corrects LFO duration on min value. Also the hosts UI, better displays the max value to be at the far right of the slider and doesn't leave extra space for one more step.
With 'steps' reduced by one, some lines of code that were no longer needed were removed.
9 years ago
asb2m10
d016da2c27
Return random data even if the syx file doesn't contain any header
9 years ago
asb2m10
6b69a5bcc1
Confirm loading sysex cart if the header is corrupted
9 years ago