[CLAM] Missing TimeIndex.hxx
Miguel Ramírez Jávega
mramirez at iua.upf.es
Thu May 12 04:44:16 PDT 2005
On Wed, 2005-05-11 at 12:46 +0200, Vegard Sandvold wrote:
> Hi,
>
> I have run into a problem with CLAM-0.7.0 and OnsetDetector. When I try to
> compile, srcdeps complains that TimeIndex.hxx is not to be found. It is
> required by OnsetDetector.hxx . Sounds like a bug?
>
Hi Vegard,
attached you should find TimeIndex header and implementation file. Mind
that releasing OnsetDetector in CLAM 0.7 was the actual bug :)
Miguel.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: TimeIndex.cxx
Type: text/x-c++src
Size: 981 bytes
Desc: not available
URL: <http://lists.clam-project.org/pipermail/clam-users-clam-project.org/attachments/20050512/4e97bf10/attachment-0005.cxx>
-------------- next part --------------
/*
* Copyright (c) 2001-2002 MUSIC TECHNOLOGY GROUP (MTG)
* UNIVERSITAT POMPEU FABRA
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
#ifndef __TIMEINDEX_H__
#define __TIMEINDEX_H__
#include "ProcessingData.hxx"
namespace CLAM
{
class TimeIndex : public ProcessingData
{
public:
DYNAMIC_TYPE_USING_INTERFACE(TimeIndex, 2, ProcessingData);
DYN_ATTRIBUTE (0,public, TData, Position);
DYN_ATTRIBUTE (1,public, TData, Weight);
protected:
void DefaultInit();
};
} // namespace CLAM
#endif // __TIMEINDEX_H__
More information about the clam-users
mailing list