Bug 785

Summary: Splikt of BpmCounter class into BpmCounter and AutocorrelatingCounter
Product: BpmCount Reporter: Werner Van Belle <werner>
Component: PackagingAssignee: greg elliott <gelliott.spam>
Status: REOPENED ---    
Severity: normal CC: werner
Priority: Future    
Version: 0.1   
Hardware: PC   
OS: Linux   

Comment 2 Werner Van Belle 2008-08-31 20:49:23 CEST
Please do not postpone bugs if you don't like them or cannot handle them. This bugtracker is also useful for me.

Having a proper designed interface is not something we can do later. I'll do this myself if you don't mind somewhere this week. I will need to synchronize with you to inform you of the changes it brings in using the class and how to initialize the classes.
Comment 1 greg elliott 2008-08-31 20:22:47 CEST
(In reply to comment #0)
> Because we want to insert multiple bpmcounters into the same library it is
> probagbly best to have a virtual class that we extend depending on the library.
> This means that bpmCounter should be considered as an abstract class. While the
> current implementation is an autocorrelating counter.
> 

beyond my ability.
Description Werner Van Belle 2008-08-31 19:16:40 CEST
Because we want to insert multiple bpmcounters into the same library it is probagbly best to have a virtual class that we extend depending on the library. This means that bpmCounter should be considered as an abstract class. While the current implementation is an autocorrelating counter.