タグ

ProgrammingとFormatに関するunderthemoonのブックマーク (2)

  • wav ファイルフォーマット

    'fmt ' チャンク構造体 #define FormatID 'fmt ' /* chunkID for Format Chunk. NOTE: There is a space at the end of this ID. */ typedef struct { ID chunkID; long chunkSize; short wFormatTag; unsigned short wChannels; unsigned long dwSamplesPerSec; unsigned long dwAvgBytesPerSec; unsigned short wBlockAlign; unsigned short wBitsPerSample; /* Note: there may be additional fields here, depending upon wFormatTa

    underthemoon
    underthemoon 2008/04/10
    ファイルヘッダ構造
  • MusicXML - Wikipedia

    MusicXMLは、XML形式の楽譜表記のためのオープンなファイルフォーマットである。Recordare(現MakeMusic)によって開発された。FinaleやSibelius、Rosegarden、Notionなどの楽譜作成ソフトウェアによって作成することが可能である。 同じく楽譜記述のためのフォーマットであるMusiXMLとは関係ない。また、ミュージカル・プランのソフトウェアであるMusicXの形式も、同様の名前だが、互換性はない。 現在、楽譜作成ソフト独自ファイルとMusicXMLの相互変換を目的としたDolet® Pluginsというプラグインを公開しており、2012年12月時点ではFinale版とSibelius版が存在している。 <?xml version="1.1" encoding="UTF-8" standalone="no"?> <!DOCTYPE score-par

    MusicXML - Wikipedia
  • 1