Subversion Repositories DIN Is Noise

Rev

Rev 2327 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2327 Rev 2335
Line 56... Line 56...
56
  int modulate_and_mix (float* in, float* mixb, float* mixa, int n, float depth);
56
  int modulate_and_mix (float* in, float* mixb, float* mixa, int n, float depth);
57
  int modulate_and_mix (float* in, float* mixb, float* mixa, int n, float* depth);
57
  int modulate_and_mix (float* in, float* mixb, float* mixa, int n, float* depth);
58
58
59
};
59
};
60
60
61
void powbeat (beat2value& bv, float p);
61
void powbeat (const std::string& name, beat2value& bv, float p);
62
62
63
#endif
63
#endif