Holger
Holger
Hi @jpcima, great work that the portamento is now also implemented! I have taken the pull request and added it to MicroDexed - an implementation of Dexed which works on...
Hi @jpcima, > Please examine some work I had done in a WIP branch, which I just pushed. > In it, the glissando mode was added based on system-exclusive data...
> @dcoredump poly-mode: "retain" and "follow": > This seems to be just about the sustain pedal effect: > "retain": Notes hold by the sustain pedal (but keys already released) will...
Hi @jpcima, I have a question about your glissando code: What does ` porta_gliss_ = patch[68];` in dx7note.cc mean? This seems to be a var inside the OP4, I think...
@jpcima After a long time I am coming back to this. I manually added your PR to dexed.lv2 and MicroDexed. Portamento _without glissando_ works as excepcted (I havn't tested the...
Thanks for the fast answer! I tried to add a `delay(100);` inside the `write()`-wrapper: ``` void write(Bit32u port, Bit8u data) { OPN2_Write(&chip, port, data); delay(100); } ``` But the output...
Thanks @Wohlstand! We tried your code (mentioned inside the other thread, which I will close soon) with buffered write and resampler, but this code has problems with the Teensy audio...
Thanks @nukeykt and @Wohlstand! I have now managed to successfully write data to the registers. Now I have to see if I can get the downsampling from 53267 Hz to...
Unfortunately not. That was so long ago now that I can't remember. I havn't touchec the code since then either. But actually it should not be so problematic to change...
It's merged in Synth_Dexed. Thanks!