mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Fix a few framecnt / framepos type confusions.
git-svn-id: svn://localhost/ardour2/branches/3.0@11975 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c8228ba985
commit
cc7d4db5fe
25 changed files with 34 additions and 34 deletions
|
|
@ -216,7 +216,7 @@ RhythmFerret::run_analysis ()
|
|||
}
|
||||
|
||||
int
|
||||
RhythmFerret::run_percussion_onset_analysis (boost::shared_ptr<Readable> readable, framepos_t /*offset*/, AnalysisFeatureList& results)
|
||||
RhythmFerret::run_percussion_onset_analysis (boost::shared_ptr<Readable> readable, frameoffset_t /*offset*/, AnalysisFeatureList& results)
|
||||
{
|
||||
TransientDetector t (_session->frame_rate());
|
||||
|
||||
|
|
@ -263,7 +263,7 @@ RhythmFerret::get_note_onset_function ()
|
|||
}
|
||||
|
||||
int
|
||||
RhythmFerret::run_note_onset_analysis (boost::shared_ptr<Readable> readable, framepos_t /*offset*/, AnalysisFeatureList& results)
|
||||
RhythmFerret::run_note_onset_analysis (boost::shared_ptr<Readable> readable, frameoffset_t /*offset*/, AnalysisFeatureList& results)
|
||||
{
|
||||
try {
|
||||
OnsetDetector t (_session->frame_rate());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue