Nsound
0.9.4
Main Page
Namespaces
Classes
Files
File List
File Members
Nsound
WindowType.h
Go to the documentation of this file.
1
//-----------------------------------------------------------------------------
2
//
3
// $Id: WindowType.h 874 2014-09-08 02:21:29Z weegreenblobbie $
4
//
5
// Nsound is a C++ library and Python module for audio synthesis featuring
6
// dynamic digital filters. Nsound lets you easily shape waveforms and write
7
// to disk or plot them. Nsound aims to be as powerful as Csound but easy to
8
// use.
9
//
10
// Copyright (c) 2004-2006 Nick Hilton
11
//
12
// weegreenblobbie_yahoo_com (replace '_' with '@' and '.')
13
//
14
//-----------------------------------------------------------------------------
15
16
//-----------------------------------------------------------------------------
17
//
18
// This program is free software; you can redistribute it and/or modify
19
// it under the terms of the GNU General Public License as published by
20
// the Free Software Foundation; either version 2 of the License, or
21
// (at your option) any later version.
22
//
23
// This program is distributed in the hope that it will be useful,
24
// but WITHOUT ANY WARRANTY; without even the implied warranty of
25
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26
// GNU Library General Public License for more details.
27
//
28
// You should have received a copy of the GNU General Public License
29
// along with this program; if not, write to the Free Software
30
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
31
//
32
//-----------------------------------------------------------------------------
33
#ifndef _NSOUND_WINDOW_TYPE_H_
34
#define _NSOUND_WINDOW_TYPE_H_
35
36
namespace
Nsound
37
{
38
39
enum
WindowType
40
{
41
BARTLETT
,
42
BLACKMAN
,
43
BLACKMAN_HARRIS
,
44
GAUSSIAN
,
45
GAUSSIAN_05
,
46
GAUSSIAN_10
,
47
GAUSSIAN_15
,
48
GAUSSIAN_20
,
49
GAUSSIAN_25
,
50
GAUSSIAN_30
,
51
GAUSSIAN_33
,
52
GAUSSIAN_35
,
53
GAUSSIAN_40
,
54
GAUSSIAN_45
,
55
GAUSSIAN_50
,
56
GAUSSIAN_55
,
57
GAUSSIAN_60
,
58
GAUSSIAN_65
,
59
GAUSSIAN_66
,
60
GAUSSIAN_70
,
61
GAUSSIAN_75
,
62
GAUSSIAN_80
,
63
GAUSSIAN_85
,
64
GAUSSIAN_90
,
65
GAUSSIAN_95
,
66
GAUSSIAN_99
,
67
HAMMING
,
68
HANNING
,
69
KAISER
,
70
NUTTALL
,
71
PARZEN
,
72
RECTANGULAR
,
73
};
74
75
};
76
77
#endif
78
79
// :mode=c++: jEdit modeline
Nsound::PARZEN
Definition:
WindowType.h:71
Nsound::NUTTALL
Definition:
WindowType.h:70
Nsound::GAUSSIAN_33
Definition:
WindowType.h:51
Nsound::GAUSSIAN_55
Definition:
WindowType.h:56
Nsound::GAUSSIAN_66
Definition:
WindowType.h:59
Nsound::GAUSSIAN_10
Definition:
WindowType.h:46
Nsound::GAUSSIAN_90
Definition:
WindowType.h:64
Nsound::GAUSSIAN_30
Definition:
WindowType.h:50
Nsound::GAUSSIAN_60
Definition:
WindowType.h:57
Nsound::GAUSSIAN_99
Definition:
WindowType.h:66
Nsound::BLACKMAN
Definition:
WindowType.h:42
Nsound::GAUSSIAN_45
Definition:
WindowType.h:54
Nsound::GAUSSIAN_85
Definition:
WindowType.h:63
Nsound::GAUSSIAN_70
Definition:
WindowType.h:60
Nsound::GAUSSIAN_95
Definition:
WindowType.h:65
Nsound::GAUSSIAN_80
Definition:
WindowType.h:62
Nsound::RECTANGULAR
Definition:
WindowType.h:72
Nsound::GAUSSIAN_65
Definition:
WindowType.h:58
Nsound::GAUSSIAN_05
Definition:
WindowType.h:45
Nsound::BARTLETT
Definition:
WindowType.h:41
Nsound::GAUSSIAN_40
Definition:
WindowType.h:53
Nsound::KAISER
Definition:
WindowType.h:69
Nsound::GAUSSIAN_20
Definition:
WindowType.h:48
Nsound::GAUSSIAN_35
Definition:
WindowType.h:52
Nsound::GAUSSIAN_15
Definition:
WindowType.h:47
Nsound::HANNING
Definition:
WindowType.h:68
Nsound::GAUSSIAN
Definition:
WindowType.h:44
Nsound::GAUSSIAN_50
Definition:
WindowType.h:55
Nsound::BLACKMAN_HARRIS
Definition:
WindowType.h:43
Nsound::HAMMING
Definition:
WindowType.h:67
Nsound::GAUSSIAN_75
Definition:
WindowType.h:61
Nsound::WindowType
WindowType
Definition:
WindowType.h:39
Nsound::GAUSSIAN_25
Definition:
WindowType.h:49
Generated on Sun Aug 23 2015 11:51:50 for Nsound by
1.8.6