1 /* vi:set ts=8 sts=8 sw=8 noexpandtab: */
11 #include <jack/jack.h>
14 #include "pineapple.h"
18 //struct pineapple_tune *tune;
23 //\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\/\\
24 \\\
< struct pineapple_tune
*hvl_loadtune(struct *) > .|
25 /// Gives you a struct pineapple_tune from a struct *hvl_tune. .\
26 \\/\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\//
27 //struct pineapple_tune *hvl_loadtune(struct *hvl_tune) {
31 int main(int argc
, char **argv
){
36 //----------------------------------\\
37 // parse those args :^)
38 //----------------------------------//
42 //what happens if we load with no filename?
44 if(lft_loadfile(f
,&tune
) == 0){
45 fprintf(stderr
, "loaded %s\n", f
);
46 //}else if(hvl_loadfile(filename, FREQ, 4) != NULL){
49 fprintf(stderr
, "couldn't load %s\n", f
);
52 //----------------------------------\\
54 //----------------------------------//
60 //----------------------------------\\
61 // actually start the program
62 //----------------------------------//