You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
amarok/amarok/src/analyzers/turbine.h

23 lines
443 B

//
// Amarok BarAnalyzer 3 - Jet Turbine: Symmetric version of analyzer 1
//
// Author: Stanislav Karchebny <berkus@users.sf.net>, (C) 2003
//
// Copyright: like rest of Amarok
//
#ifndef ANALYZER_TURBINE_H
#define ANALYZER_TURBINE_H
#include "boomanalyzer.h"
class TurbineAnalyzer : public BoomAnalyzer
{
public:
TurbineAnalyzer( TQWidget *parent ) : BoomAnalyzer( parent ) {}
void analyze( const Scope& );
};
#endif