view examples/iAudioDB/main.m @ 716:26a19beb7e3d

the low level bindings now include a direct data insertion method (with a numpy array). Should compile, but new functionality not really tested. Exercise caution.
author map01bf
date Wed, 23 Jun 2010 10:12:24 +0000
parents 6d3ed50c9d2d
children
line wrap: on
line source
//
//  main.m
//  CAMUS
//
//  Created by Mike Jewell on 27/01/2010.
//  Copyright __MyCompanyName__ 2010. All rights reserved.
//

#import <Cocoa/Cocoa.h>

int main(int argc, char *argv[])
{
    return NSApplicationMain(argc,  (const char **) argv);
}