Q: list and select 'DSP chain presets'? |
This forum is for developer discussions only. If you have a problem / bug report / idea / feature request that isn't related to foobar2000 SDK, post it in an appropiate forum instead - tech support questions go to support forum, everything else goes to general forum.
All non-developer posts on this forum will be removed. Continued abuse of this forum will result in admin actions (warnings, account suspension).
![]() ![]() |
Q: list and select 'DSP chain presets'? |
Mar 11 2012, 21:50
Post
#1
|
|
|
Group: Members Posts: 13 Joined: 18-August 11 Member No.: 93119 |
I want to get a list of saved 'DSP chain presets' which is in DSP Manager preference page and load and apply one of them.
What I want to do is that list and select one of the DSP chain presets from remote application. Is that possible? I found some classes that might related to DSP presets but I can't find anything to get list of chain presets. I think applying new DSP chain can be done with this -> "dsp_config_manager::set_core_settings" But I can't find a way to get list of saved DSP chain presets. Thanks! cfg_dsp_chain_config ?? dsp_chain_config_impl holding a single preset information (chain of DSPs, not list of presets) can be used with static_api_ptr_t<dsp_config_manager>()->get_core_settings(chain); get currently activated DSP chain dsp_preset_reader, dsp_preset_writer It looks like that these classes are used in 'DSP manager preference page' to save or load presets. If I want to create my own DSP manager preference, it seems useful. dsp_config_manager I can only get currently activated DSP chain, not list of chain presets. dsp_config_manager::set_core_settings I can apply new DSP chsin with this API |
|
|
|
Mar 12 2012, 12:09
Post
#2
|
|
![]() Group: FB2K Moderator (Donating) Posts: 4219 Joined: 24-February 03 Member No.: 5153 |
I don't think it is possible to retrieve the list of DSP chain presets.
-------------------- http://foosion.foobar2000.org/ - my components for foobar2000
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 20th May 2013 - 08:07 |