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
Trying to recreate TX816-style performances by combining multiple Dexed instances in the DAW, I am running into the issue that some of these parameters seemingly are only persisted across all instances of Dexed (in C:\Users\%USERNAME%\AppData\Roaming\DigitalSuburban\Dexed\Dexed.xml), whereas the TX816 requires some of these parameters to be different across the 8 tone generators:
The DX7II ACED (per-voice additional parameters) format (documented on page "Add-9" of the DX7II manual) contains, among other similar parameters, pbr = 2 # 0 .. 12 # Pitch bend range. So these things should clearly be possible to persist per voice if we want to have DX7II like configurability.
(It appears that some parameters defined in ACED cannot be configured in Dexed so far at all, though - which is partly covered by #165.)
Trying to recreate TX816-style performances by combining multiple Dexed instances in the DAW, I am running into the issue that some of these parameters seemingly are only persisted across all instances of Dexed (in
C:\Users\%USERNAME%\AppData\Roaming\DigitalSuburban\Dexed\Dexed.xml
), whereas the TX816 requires some of these parameters to be different across the 8 tone generators:Specifically:
PluginData.cpp
)PluginData.cpp
)PluginData.cpp
)PluginData.cpp
)Likely the missing ones would need to be added to
DexedAudioProcessor::getStateInformation()
beforedexed/Source/PluginData.cpp
Line 331 in b6cf2e9
and to
DexedAudioProcessor::setStateInformation()
dexed/Source/PluginData.cpp
Line 411 in b6cf2e9
The text was updated successfully, but these errors were encountered: