Ignore:
Timestamp:
Jul 13, 2017, 5:17:57 AM (8 years ago)
Author:
stevenhl
Message:

Import modifications from cwmm-0_2_9-work-01_10_2006.zip dated 2006-08-27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/bin/audioext.rx

    r2 r4  
    11/* rexx - Get the extension of audio types added using
    22   the multimedia setup object. For example *.FLA.
    3    This script is called by M_MMAudio.
     3   This script is called by M_MMAudio and mmfind.exe.
    44*/
    55
     
    88
    99allExt=""
     10waveaudio=""
    1011
    1112/* Get MMOS2 directory */
     
    6061        WHEN TRANSLATE(curExt)="FLA" THEN NOP
    6162        WHEN TRANSLATE(curExt)="FLAC" THEN NOP
     63        WHEN TRANSLATE(curExt)="WAV" THEN NOP
    6264
    6365        OTHERWISE
     
    8183        END
    8284        a=a+1
     85        IF a>mmini.0 THEN return
    8386END
    8487return
     
    99102                        END
    100103                        a=a+1
     104                        IF a>mmini.0 THEN return ""
    101105                END
    102106        END
    103107END
    104108return ""
    105 
Note: See TracChangeset for help on using the changeset viewer.