Changeset fa38804 in buchla-68k for ram/sqscan.c


Ignore:
Timestamp:
07/14/2017 04:18:35 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ace9ee7
Parents:
1efe224
Message:

Removed form-feed comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/sqscan.c

    r1efe224 rfa38804  
    1919int16_t octab[]   = { 21, 33, 45, 57, 69, 81, 93, 105 };
    2020
    21 /*
    22 
    23 */
    24 
    2521/*
    2622   =============================================================================
     
    4339#endif
    4440}
    45 
    46 /*
    47 
    48 */
    4941
    5042/*
     
    9789        return(SUCCESS);
    9890}
    99 
    100 /*
    101 
    102 */
    10391
    10492/*
     
    119107}
    120108
    121 /*
    122 
    123 */
    124 
    125109/*
    126110   =============================================================================
     
    155139        }
    156140
    157 /*
    158 
    159 */
     141
    160142        if (CM_USTR("status")) {        /* !status = {on|off} */
    161143
     
    209191        }
    210192
    211 /*
    212 
    213 */
     193
    214194        if (CM_USTR("tempo")) {         /* !tempo = n */
    215195
     
    239219                CM_OK;
    240220        }
    241 /*
    242 
    243 */
     221
    244222        if (CM_USTR("inst")) {          /* !inst = n */
    245223
     
    271249                CM_OK;
    272250        }
    273 /*
    274 
    275 */
     251
    276252        if (CM_USTR("tuning")) {        /* !tuning = n */
    277253
     
    301277                CM_OK;
    302278        }
    303 /*
    304 
    305 */
     279
    306280        if (CM_USTR("trans")) {         /* !trans = {+|-} n */
    307281
     
    343317                CM_OK;
    344318        }
    345 /*
    346 
    347 */
     319
    348320        if (CM_USTR("dyn")) {           /* !dyn = n */
    349321
     
    374346                CM_OK;
    375347        }
    376 /*
    377 
    378 */
     348
    379349        if (CM_USTR("loc")) {           /* !loc = n */
    380350
     
    405375                CM_OK;
    406376        }
    407 /*
    408 
    409 */
     377
    410378        if (CM_USTR("goto")) {          /* !goto n @ n */
    411379
     
    428396                CM_OK;
    429397        }
    430 
    431 /*
    432 
    433 */
    434398
    435399        if (CM_USTR("pos")) {           /* !pos = n @ n */
     
    457421                CM_OK;
    458422        }
    459 /*
    460 
    461 */
     423
    462424        if (CM_USTR("beat")) {          /* !beat = n */
    463425
     
    476438                CM_OK;
    477439        }
    478 /*
    479 
    480 */
     440
    481441        if (CM_USTR("frame")) {         /* !frame = n */
    482442
     
    495455                CM_OK;
    496456        }
    497 /*
    498 
    499 */
     457
    500458        if (CM_USTR("score")) {         /* !score = n */
    501459
     
    517475                CM_OK;
    518476        }
    519 /*
    520 
    521 */
     477
    522478        if (CM_USTR("weight")) {        /* !weight = n */
    523479
     
    568524                CM_OK;
    569525        }
    570 /*
    571 
    572 */
     526
    573527        if (CM_USTR("clear")) {         /* !clear {n | * | $} */
    574528
     
    606560                CM_NOGO;
    607561        }
    608 /*
    609 
    610 */
     562
    611563        if (CM_USTR("show")) {          /* !show {active | names | sections} */
    612564
     
    642594                        CM_OK;
    643595                }
    644 /*
    645 
    646 */
     596
    647597                if (CM_USTR("names")) {
    648598
     
    672622                        CM_OK;
    673623                }
    674 /*
    675 
    676 */
     624
    677625                if (CM_USTR("sections")) {
    678626
     
    709657                CM_NOGO;
    710658        }
    711 /*
    712 
    713 */
     659
    714660        if (CM_USTR("find")) {          /* !find {l | r} n */
    715661
     
    745691                CM_OK;
    746692        }
    747 /*
    748 
    749 */
     693
    750694        if (CM_USTR("chase")) {         /* !chase */
    751695
     
    795739                CM_OK;
    796740        }
    797 /*
    798 
    799 */
     741
    800742        if (CM_USTR("verbose")) {       /* !verbose */
    801743
     
    833775        CM_NOGO;
    834776}
    835 
    836 /*
    837 
    838 */
    839777
    840778/*
     
    874812                CM_OK;
    875813        }
    876 /*
    877 
    878 */
     814
    879815        if (!CM_ULIST(nlist))           /* try for a note */
    880816                CM_NOGO;
     
    911847                CM_OK;
    912848        }
    913 /*
    914 
    915 */
     849
    916850        if (CM_CHR('-')) {      /* output note end */
    917851
     
    930864                CM_OK;
    931865        }
    932 /*
    933 
    934 */
     866
    935867        if (CM_CHR('/')) {      /* output note begin and end, given value */
    936868
     
    970902                CM_OK;
    971903        }
    972 /*
    973 
    974 */
     904
    975905        /* output note begin and end, use previous value */
    976906
     
    1005935}
    1006936
    1007 /*
    1008 
    1009 */
    1010 
    1011937/*
    1012938   =============================================================================
     
    1049975}
    1050976
    1051 /*
    1052 
    1053 */
    1054 
    1055977/*
    1056978   =============================================================================
     
    10881010        return(QQsw);
    10891011}
    1090 
    1091 /*
    1092 
    1093 */
    10941012
    10951013/*
     
    11181036}
    11191037
    1120 /*
    1121 
    1122 */
    1123 
    11241038/*
    11251039   =============================================================================
Note: See TracChangeset for help on using the changeset viewer.