Example #1
0
void Gx_compressor::deactivate_f()
{
  // free the allocated internal DSP mem
  // check if the function is valid
  if (compressor_st->activate_plugin !=0)
    compressor_st->activate_plugin(false, compressor_st);
}
Example #2
0
void Gx_compressor::clean_up()
{
  // delete the internal DSP mem
  // check if the function is valid
  if (compressor_st->activate_plugin !=0)
    compressor_st->activate_plugin(false, compressor_st);
}
Example #3
0
void Gx_compressor::activate_f()
{
  // allocate the internal DSP mem
  // check if the function is valid
  if (compressor_st->activate_plugin !=0)
    compressor_st->activate_plugin(true, compressor_st);
}
Example #4
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 #5
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);
}
Example #6
0
void Gx_duck_delay_::activate_f()
{
  // allocate the internal DSP mem
  if (duck_delay->activate_plugin !=0)
    duck_delay->activate_plugin(true, duck_delay);
}
Example #7
0
void Gx_hogsfoot_::activate_f()
{
  // allocate the internal DSP mem
  if (hogsfoot->activate_plugin !=0)
    hogsfoot->activate_plugin(true, hogsfoot);
}
Example #8
0
void Gx_fuzzfacefm_::activate_f()
{
  // allocate the internal DSP mem
  if (fuzzfacefm->activate_plugin !=0)
    fuzzfacefm->activate_plugin(true, fuzzfacefm);
}
Example #9
0
void Gx_muff_::activate_f()
{
  // allocate the internal DSP mem
  if (muff->activate_plugin !=0)
    muff->activate_plugin(true, muff);
}
Example #10
0
void Gx_echo_stereo::deactivate_f()
{
  // delete the internal DSP mem
  if (echo_st->activate_plugin !=0)
    echo_st->activate_plugin(false, echo_st);
}
Example #11
0
void Gx_shimmizita_::deactivate_f()
{
  // delete the internal DSP mem
  if (shimmizita->activate_plugin !=0)
    shimmizita->activate_plugin(false, shimmizita);
}
Example #12
0
void Gx_shimmizita_::activate_f()
{
  // allocate the internal DSP mem
  if (shimmizita->activate_plugin !=0)
    shimmizita->activate_plugin(true, shimmizita);
}
Example #13
0
void Gx_graphiceq_::clean_up()
{
  // delete the internal DSP mem
  if (graphiceq->activate_plugin !=0)
    graphiceq->activate_plugin(false, graphiceq);
}
Example #14
0
void Gx_studiopre::deactivate_f()
{
    // delete the internal DSP mem
    if (studiopre_mono->activate_plugin !=0)
        studiopre_mono->activate_plugin(false, studiopre_mono);
}
Example #15
0
void Gx_studiopre::activate_f()
{
    // allocate the internal DSP mem
    if (studiopre_mono->activate_plugin !=0)
        studiopre_mono->activate_plugin(true, studiopre_mono);
}
Example #16
0
void Gx_rangem_::deactivate_f()
{
  // delete the internal DSP mem
  if (rangem->activate_plugin !=0)
    rangem->activate_plugin(false, rangem);
}
Example #17
0
void Gx_echo_stereo::activate_f()
{
  // allocate the internal DSP mem
  if (echo_st->activate_plugin !=0)
    echo_st->activate_plugin(true, echo_st);
}
Example #18
0
void Gx_barkgraphiceq_::activate_f()
{
  // allocate the internal DSP mem
  if (barkgraphiceq->activate_plugin !=0)
    barkgraphiceq->activate_plugin(true, barkgraphiceq);
}
Example #19
0
void GxTubeDelay::activate_f()
{
  // allocate the internal DSP mem
  if (tubedelay->activate_plugin !=0)
    tubedelay->activate_plugin(true, tubedelay);
}
Example #20
0
void Gx_barkgraphiceq_::deactivate_f()
{
  // delete the internal DSP mem
  if (barkgraphiceq->activate_plugin !=0)
    barkgraphiceq->activate_plugin(false, barkgraphiceq);
}
Example #21
0
void GxTubeDelay::deactivate_f()
{ 
  // delete the internal DSP mem
  if (tubedelay->activate_plugin !=0)
    tubedelay->activate_plugin(false, tubedelay);
}
Example #22
0
void Gx_mbdistortion_::activate_f()
{
  // allocate the internal DSP mem
  if (mbdistortion->activate_plugin !=0)
    mbdistortion->activate_plugin(true, mbdistortion);
}
Example #23
0
void Gx_muff_::deactivate_f()
{
  // delete the internal DSP mem
  if (muff->activate_plugin !=0)
    muff->activate_plugin(false, muff);
}
Example #24
0
void Gx_mbdistortion_::deactivate_f()
{
  // delete the internal DSP mem
  if (mbdistortion->activate_plugin !=0)
    mbdistortion->activate_plugin(false, mbdistortion);
}
Example #25
0
void Gx_fuzzfacefm_::deactivate_f()
{
  // delete the internal DSP mem
  if (fuzzfacefm->activate_plugin !=0)
    fuzzfacefm->activate_plugin(false, fuzzfacefm);
}
Example #26
0
void Gx_detune_::activate_f()
{
  // allocate the internal DSP mem
  if (detune->activate_plugin !=0)
    detune->activate_plugin(true, detune);
}
Example #27
0
void Gx_hogsfoot_::deactivate_f()
{
  // delete the internal DSP mem
  if (hogsfoot->activate_plugin !=0)
    hogsfoot->activate_plugin(false, hogsfoot);
}
Example #28
0
void Gx_detune_::deactivate_f()
{
  // delete the internal DSP mem
  if (detune->activate_plugin !=0)
    detune->activate_plugin(false, detune);
}
Example #29
0
void Gx_duck_delay_::deactivate_f()
{
  // delete the internal DSP mem
  if (duck_delay->activate_plugin !=0)
    duck_delay->activate_plugin(false, duck_delay);
}
Example #30
0
void Gx_rangem_::activate_f()
{
  // allocate the internal DSP mem
  if (rangem->activate_plugin !=0)
    rangem->activate_plugin(true, rangem);
}