Bug 785 - Splikt of BpmCounter class into BpmCounter and AutocorrelatingCounter
Summary: Splikt of BpmCounter class into BpmCounter and AutocorrelatingCounter
Status: REOPENED
Alias: None
Product: BpmCount
Classification: Unclassified
Component: Packaging (show other bugs)
Version: 0.1
Hardware: PC Linux
: Future normal
Assignee: greg elliott
URL:
Depends on:
Blocks:
 
Reported: 2008-08-31 19:16 CEST by Werner Van Belle
Modified: 2008-08-31 20:49 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.