Example #1
0
void GxTubeDelay::clean_up()
{
#ifndef __SSE__
  wn->delete_instance(wn);;
#endif
  // delete the internal DSP mem
  if (tubedelay->activate_plugin !=0)
    tubedelay->activate_plugin(false, tubedelay);
}
Example #2
0
void Gx_studiopre::clean_up()
{
#ifndef __SSE__
    wn->delete_instance(wn);;
#endif
    // delete the internal DSP mem
    if (studiopre_mono->activate_plugin !=0)
        studiopre_mono->activate_plugin(false, studiopre_mono);
}