X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Faudiographer%2Faudiographer%2Ftypes.h;h=faa3ad4f31191dd39a387f18ec0ac2f152b92d3e;hb=16ef78ade0faf1cbdbdb2dc6c4430fb4996c0323;hp=4288dce0c6ad4f654af1edf5de02cc9d86383f42;hpb=59631acc5f41153a294c97ab820a4b41a886e24c;p=ardour.git diff --git a/libs/audiographer/audiographer/types.h b/libs/audiographer/audiographer/types.h index 4288dce0c6..faa3ad4f31 100644 --- a/libs/audiographer/audiographer/types.h +++ b/libs/audiographer/audiographer/types.h @@ -7,9 +7,9 @@ namespace AudioGrapher { -/* XXX: copied from libardour */ -typedef int64_t framecnt_t; - +/* XXX: copied from libardour */ +typedef int64_t samplecnt_t; + typedef uint8_t ChannelCount; typedef float DefaultSampleType;