>>163
過去スレにあったやつ丸写しだけど
[macro name="bgm"]
;OGGの場合
[if exp="Storages.isExistentStorage(mp.storage + '.ogg')"]
[fadeinse buf=1 storage=%storage loop=true time=%ftime|1]
[endif]
;MIDIの場合
[if exp="Storages.isExistentStorage(mp.storage + '.mid')"]
[fadeinbgm storage=%storage time=%ftime|1]
[endif]
[endmacro]

でも自分は最終的にはoggのみに統一したな