diff options
Diffstat (limited to 'contrib/file/Magdir/impulse')
-rw-r--r-- | contrib/file/Magdir/impulse | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/file/Magdir/impulse b/contrib/file/Magdir/impulse new file mode 100644 index 0000000..64c14c3 --- /dev/null +++ b/contrib/file/Magdir/impulse @@ -0,0 +1,18 @@ +#------------------------------------------------------------------------------ +# impulse tracker: file(1) magic for Impulse Tracker data files +# +# From <collver1@attbi.com> +# These are the /etc/magic entries to decode modules, instruments, and +# samples in Impulse Tracker's native format. + +0 string IMPS Impulse Tracker Sample +>18 byte &2 16 bit +>18 byte ^2 8 bit +>18 byte &4 stereo +>18 byte ^4 mono +0 string IMPI Impulse Tracker Instrument +>28 leshort !0 ITv%x +>30 byte !0 %d samples +0 string IMPM Impulse Tracker Module +>40 leshort !0 compatible w/ITv%x +>42 leshort !0 created w/ITv%x |