~ubuntu-branches/ubuntu/oneiric/cairo-dock-plug-ins/oneiric-updates

« back to all changes in this revision

Viewing changes to Impulse/src/Impulse.h

  • Committer: Kees Cook
  • Date: 2011-08-11 23:17:39 UTC
  • mfrom: (20.1.1 cairo-dock-plug-ins)
  • Revision ID: kees@outflux.net-20110811231739-cteedan51tmdg77v
Tags: 2.4.0~0beta2-0ubuntu1
releasing version 2.4.0~0beta2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *
 
3
 *+  Copyright (c) 2009 Ian Halpern
 
4
 *@  http://impulse.ian-halpern.com
 
5
 *
 
6
 *   This file is part of Impulse.
 
7
 *
 
8
 *   Impulse is free software: you can redistribute it and/or modify
 
9
 *   it under the terms of the GNU General Public License as published by
 
10
 *   the Free Software Foundation, either version 3 of the License, or
 
11
 *   (at your option) any later version.
 
12
 *
 
13
 *   Impulse is distributed in the hope that it will be useful,
 
14
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
 *   GNU General Public License for more details.
 
17
 *
 
18
 *   You should have received a copy of the GNU General Public License
 
19
 *   along with Impulse.  If not, see <http://www.gnu.org/licenses/>.
 
20
 */
 
21
 
 
22
 
 
23
#define IM_NOFFT 0
 
24
#define IM_FFT 1
 
25
#define IM_FAILED 0
 
26
#define IM_SUCCESS 1
 
27
 
 
28
double *im_getSnapshot( int fft );
 
29
 
 
30
void im_setSourceIndex( uint32_t index );
 
31
 
 
32
void im_start( void );
 
33
 
 
34
void im_stop( void );
 
35
 
 
36
int im_context_state (void);