Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. dsp_chain_config_impl settings;
  2. static_api_ptr_t<dsp_config_manager> dsp;
  3. dsp->get_core_settings(settings);
  4. if (dsp->configure_popup(settings, core_api::get_main_window(), NULL)) dsp->set_core_settings(settings);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement