Notation Interchange File Format
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Audio and Music |extensions={{ext|nif}} |released=1995 }} == Description == Notation Interchange File Format (NIFF) is a binary f...") |
(PRONOM) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=Audio and Music | |subcat=Audio and Music | ||
|extensions={{ext|nif}} | |extensions={{ext|nif}} | ||
+ | |pronom={{PRONOM|fmt/974}} | ||
|released=1995 | |released=1995 | ||
}} | }} | ||
Line 8: | Line 9: | ||
== Description == | == Description == | ||
− | Notation Interchange File Format (NIFF) is a binary file format for storage and transfer of musical notation, based on | + | '''Notation Interchange File Format''' ('''NIFF''') is a binary file format for storage and transfer of musical notation, based on [[RIFF]] or [[RIFX]]. It was designed as part of a collaborative effort by a number of music software companies with the aim of creating a universal file format for musical notation. |
While the NIFF format is still supported by a number of software packages, official development of the format has ceased and it is generally considered to be obsolete. | While the NIFF format is still supported by a number of software packages, official development of the format has ceased and it is generally considered to be obsolete. | ||
Line 25: | Line 26: | ||
* [http://niffty.sourceforge.net/ NIFFTY] - a Java applet for displaying NIFF files on the web | * [http://niffty.sourceforge.net/ NIFFTY] - a Java applet for displaying NIFF files on the web | ||
* [http://www.visiv.co.uk/niff.htm NIFF to text converter] - includes source code in [[C]] | * [http://www.visiv.co.uk/niff.htm NIFF to text converter] - includes source code in [[C]] | ||
+ | |||
+ | == Sample files == | ||
+ | * [http://www.music-notation.info/en/formats/NIFF.html music-notation.info: NIFF] → [http://www.music-notation.info/niffsdk/MS_NIFF.zip MS_NIFF.zip] | ||
== Links == | == Links == | ||
Line 30: | Line 34: | ||
* [http://www.music-notation.info/en/formats/NIFF.html NIFF] on music-notation.info. Includes sample files, SDK downloads, file format specifications and links to programs supporting the format | * [http://www.music-notation.info/en/formats/NIFF.html NIFF] on music-notation.info. Includes sample files, SDK downloads, file format specifications and links to programs supporting the format | ||
* [http://people.bath.ac.uk/masjpf/maillists/rosegarden/msg00615.html Discussion] of the NIFF format on the [[Rosegarden]] mailing list | * [http://people.bath.ac.uk/masjpf/maillists/rosegarden/msg00615.html Discussion] of the NIFF format on the [[Rosegarden]] mailing list | ||
+ | |||
+ | [[Category:RIFF based file formats]] |
Latest revision as of 15:51, 6 October 2016
Contents |
[edit] Description
Notation Interchange File Format (NIFF) is a binary file format for storage and transfer of musical notation, based on RIFF or RIFX. It was designed as part of a collaborative effort by a number of music software companies with the aim of creating a universal file format for musical notation.
While the NIFF format is still supported by a number of software packages, official development of the format has ceased and it is generally considered to be obsolete.
There are / were two separate proposals for an XML-based NIFF format - NIFF XML and NIFFML
[edit] Information
- NIFF 6a.3 format specification (1998-10-15)
- NIFF 6b format specification (2002-06-11)
- NIFF XML Proposal, including schema and sample file
- NIFFML - the XML representation of NIFF
[edit] Software
- NIFFTY - a Java applet for displaying NIFF files on the web
- NIFF to text converter - includes source code in C
[edit] Sample files
[edit] Links
- NIFF on music-notation.info. Includes sample files, SDK downloads, file format specifications and links to programs supporting the format
- Discussion of the NIFF format on the Rosegarden mailing list