Cog/InputController.h
2005-09-07 22:33:16 +00:00

17 lines
282 B
Objective-C

//
// InputController.h
// Cog
//
// Created by Zaphod Beeblebrox on 8/2/05.
// Copyright 2005 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface InputController : NSObject {
VirtualRingBuffer *buffer;
AudioStreamBasicDescription format;
}
@end