You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a button on the older zynaddsubfx interface which dumps out the wav files.
I can't see that button on the new interface - I guess it needs implementing.
There appears to be a problem however - where the old Zynaddsubfx interface shows 2 samples/octave and 6 Octaves.
The ZynFusion interface shows 2 SMP/OCT and 5 Octaves.
You can change the values on both old and new interface but the old interface always shows 1 more octaves than the zynFusion.
Exporting the wave file (via the old interface ) appears to produce the correct number of sample files based on the values displayed in the old interface (ie 2*6=12 wav files).
?
I'm not too sure about why there's the off by one there at least based on reviewing the source code in src/Param/PADnoteParameters.cpp which is where the mode selection for number of octaves and samples per octave are configured. I'll open it as a secondary issue though so it's easier to track. As per the button itself it's the 'export2wav' (string argument) OSC path associated with each pad synth instance. That should semi-easy to connect into the new GUI.
Migrated request from https://sourceforge.net/p/zynaddsubfx/feature-requests/116/ by humanboeing. It should be a comparatively low complexity issue.
The text was updated successfully, but these errors were encountered: