mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
put sampo's FFT into the (new) GTKArdour namespace, to avoid collision with the FFT in the QM DSP library. they should both be namespaced but its easier to avoid changing the QM code at all
git-svn-id: svn://localhost/ardour2/branches/3.0@9056 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1ba667a0c1
commit
80c46cc451
5 changed files with 21 additions and 12 deletions
|
|
@ -32,6 +32,8 @@
|
|||
|
||||
#include "ardour/types.h"
|
||||
|
||||
namespace GTKArdour {
|
||||
|
||||
class FFT
|
||||
{
|
||||
public:
|
||||
|
|
@ -72,4 +74,6 @@ class FFT
|
|||
fftwf_plan _plan;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue