VocalEasel/Sources/VLSoundSched.h

18 lines
277 B
C
Raw Normal View History

2006-10-08 05:57:36 +00:00
//
// VLSoundSched.h
// Vocalese
//
// Created by Matthias Neeracher on 10/7/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface VLSoundSched : NSObject {
}
+ (void) setup;
+ (void) performSoundEvent:(id)soundEvent;
@end