repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r1005: Increase the number of displayed digits for resample audio dialog box
[cinelerra_cv/mob.git]
/
cinelerra
/
recordableatracks.h
blob
028c017bec32903555a43a008e44171367143923
1
#ifndef RECORDABLEATRACKS_H
2
#define RECORDABLEATRACKS_H
3
4
#include
"arraylist.h"
5
#include
"tracks.inc"
6
7
class
RecordableATracks
:
public
ArrayList
<
ATrack
*>
8
{
9
public
:
10
RecordableATracks
(
Tracks
*
tracks
);
11
};
12
13
14
15
#endif