Browse Source

One last change

pull/2/head
falkTX 9 years ago
parent
commit
567f0d715b
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      plugins/common/gen_dsp/genlib.cpp

+ 0
- 4
plugins/common/gen_dsp/genlib.cpp View File

@@ -201,11 +201,7 @@ void genlib_buffer_perform_end(t_genlib_buffer *b)

t_sample gen_msp_pow(t_sample value, t_sample power)
{
#ifdef GENLIB_USE_FLOAT32
return powf(value, power);
#else
return pow(value, power);
#endif
}

void genlib_data_setbuffer(t_genlib_data *b, void *ref)


Loading…
Cancel
Save