mirror of
https://github.com/file/file.git
synced 2024-12-02 14:33:28 +08:00
PR/521: mohd-akram: Add ROL magic
This commit is contained in:
parent
cd49bad044
commit
e8c41a8536
@ -1,6 +1,6 @@
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# $File: audio,v 1.129 2023/12/24 20:04:55 christos Exp $
|
||||
# $File: audio,v 1.130 2024/05/12 18:35:18 christos Exp $
|
||||
# audio: file(1) magic for sound formats (see also "iff")
|
||||
#
|
||||
# Jan Nicolai Langfeldt (janl@ifi.uio.no), Dan Quinlan (quinlan@yggdrasil.com),
|
||||
@ -1316,3 +1316,14 @@
|
||||
|
||||
# version > 1 or 0
|
||||
>>&0 default x \b, unknown version
|
||||
|
||||
# https://moddingwiki.shikadi.net/wiki/ROL_Format
|
||||
4 string \\roll\\default AdLib Visual Composer ROL file
|
||||
>0 leshort x \b, version %d.
|
||||
>2 leshort x \b%d
|
||||
>44 leshort x \b, tickBeat %d
|
||||
>46 leshort x \b, beatMeasure %d
|
||||
>48 leshort x \b, scaleY %d
|
||||
>50 leshort x \b, scaleX %d
|
||||
>52 byte 0 \b, percussive
|
||||
>52 byte 1 \b, melodic
|
||||
|
Loading…
Reference in New Issue
Block a user