Exemplo n.º 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);
}
Exemplo n.º 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);
}
Exemplo n.º 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);
}
Exemplo n.º 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);
}
Exemplo n.º 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);
}
Exemplo n.º 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);
}
Exemplo n.º 7
0
void Gx_hogsfoot_::activate_f()
{
  // allocate the internal DSP mem
  if (hogsfoot->activate_plugin !=0)
    hogsfoot->activate_plugin(true, hogsfoot);
}
Exemplo n.º 8
0
void Gx_fuzzfacefm_::activate_f()
{
  // allocate the internal DSP mem
  if (fuzzfacefm->activate_plugin !=0)
    fuzzfacefm->activate_plugin(true, fuzzfacefm);
}
Exemplo n.º 9
0
void Gx_muff_::activate_f()
{
  // allocate the internal DSP mem
  if (muff->activate_plugin !=0)
    muff->activate_plugin(true, muff);
}
Exemplo n.º 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);
}
Exemplo n.º 11
0
void Gx_shimmizita_::deactivate_f()
{
  // delete the internal DSP mem
  if (shimmizita->activate_plugin !=0)
    shimmizita->activate_plugin(false, shimmizita);
}
Exemplo n.º 12
0
void Gx_shimmizita_::activate_f()
{
  // allocate the internal DSP mem
  if (shimmizita->activate_plugin !=0)
    shimmizita->activate_plugin(true, shimmizita);
}
Exemplo n.º 13
0
void Gx_graphiceq_::clean_up()
{
  // delete the internal DSP mem
  if (graphiceq->activate_plugin !=0)
    graphiceq->activate_plugin(false, graphiceq);
}
Exemplo n.º 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);
}
Exemplo n.º 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);
}
Exemplo n.º 16
0
void Gx_rangem_::deactivate_f()
{
  // delete the internal DSP mem
  if (rangem->activate_plugin !=0)
    rangem->activate_plugin(false, rangem);
}
Exemplo n.º 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);
}
Exemplo n.º 18
0
void Gx_barkgraphiceq_::activate_f()
{
  // allocate the internal DSP mem
  if (barkgraphiceq->activate_plugin !=0)
    barkgraphiceq->activate_plugin(true, barkgraphiceq);
}
Exemplo n.º 19
0
void GxTubeDelay::activate_f()
{
  // allocate the internal DSP mem
  if (tubedelay->activate_plugin !=0)
    tubedelay->activate_plugin(true, tubedelay);
}
Exemplo n.º 20
0
void Gx_barkgraphiceq_::deactivate_f()
{
  // delete the internal DSP mem
  if (barkgraphiceq->activate_plugin !=0)
    barkgraphiceq->activate_plugin(false, barkgraphiceq);
}
Exemplo n.º 21
0
void GxTubeDelay::deactivate_f()
{ 
  // delete the internal DSP mem
  if (tubedelay->activate_plugin !=0)
    tubedelay->activate_plugin(false, tubedelay);
}
Exemplo n.º 22
0
void Gx_mbdistortion_::activate_f()
{
  // allocate the internal DSP mem
  if (mbdistortion->activate_plugin !=0)
    mbdistortion->activate_plugin(true, mbdistortion);
}
Exemplo n.º 23
0
void Gx_muff_::deactivate_f()
{
  // delete the internal DSP mem
  if (muff->activate_plugin !=0)
    muff->activate_plugin(false, muff);
}
Exemplo n.º 24
0
void Gx_mbdistortion_::deactivate_f()
{
  // delete the internal DSP mem
  if (mbdistortion->activate_plugin !=0)
    mbdistortion->activate_plugin(false, mbdistortion);
}
Exemplo n.º 25
0
void Gx_fuzzfacefm_::deactivate_f()
{
  // delete the internal DSP mem
  if (fuzzfacefm->activate_plugin !=0)
    fuzzfacefm->activate_plugin(false, fuzzfacefm);
}
Exemplo n.º 26
0
void Gx_detune_::activate_f()
{
  // allocate the internal DSP mem
  if (detune->activate_plugin !=0)
    detune->activate_plugin(true, detune);
}
Exemplo n.º 27
0
void Gx_hogsfoot_::deactivate_f()
{
  // delete the internal DSP mem
  if (hogsfoot->activate_plugin !=0)
    hogsfoot->activate_plugin(false, hogsfoot);
}
Exemplo n.º 28
0
void Gx_detune_::deactivate_f()
{
  // delete the internal DSP mem
  if (detune->activate_plugin !=0)
    detune->activate_plugin(false, detune);
}
Exemplo n.º 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);
}
Exemplo n.º 30
0
void Gx_rangem_::activate_f()
{
  // allocate the internal DSP mem
  if (rangem->activate_plugin !=0)
    rangem->activate_plugin(true, rangem);
}