Skip to content

Releases: MTG/otmm_tonic_dataset

otmm_tonic_dataset v3.0.0-alpha

26 Jan 01:17
Compare
Choose a tag to compare
Pre-release

turkish_makam_tonic_test_datasets

Erratum: We have recently discovered a few errors in the tonic annotations listed in atli2015tonic_fma. The annotations are currently being revised.

The tonic test datasets for classical Ottoman-Turkish makam music

Introduction

This is a pre-release, in which all the previous tonic datasets are merged into a single one with homogenous and explanatory format. Afterwards, we will start automatically and/or manually verifying the annotations.

This repository contains datasets of annotated tonic frequencies of the audio recordings of Ottoman-Turkish makam music. The annotations are compiled from several research papers published under the CompMusic project. For more information about the original datasets, please refer to the relevant paper.

Each annotated recording is uniquely identified with a MusicBrainz MBID. The tonic symbol is also for each recording given in the format [letter][octave][accidental][comma], e.g. B4b1 (according to AEU theory).

Each recording is annotated by at least expert musician or musicologists. The annotations are stored as a list with each annotation including the annotated frequency, source dataset, relevant publication, additional observations written by the annotator and whether the octave of the annotated value is considered (for example, the octave is ambiguous in orchestral instrumental recordings).

Annotation structure

The data is stored as JSON file and organized as a dictionary of recordings. An example recording is displayed below:

{
  "mbid": "http://musicbrainz.org/recording/e3a22684-d237-48b5-ac27-e9b77ddd3c18", 
  "verified": true, 
  "annotations": [
    {
      "source": "https://github.com/MTG/otmm_tonic_dataset/blob/7f28c1a3261b9146042155ee5e0f9e644d9ebcfa/senturk2013karar_ismir/tonic_annotations.csv", 
      "citation": "Şentürk, S., Gulati, S., and Serra, X. (2013). Score Informed Tonic Identification for Makam Music of Turkey. In Proceedings of 14th International Society for Music Information Retrieval Conference (ISMIR 2013), pages 175–180, Curitiba, Brazil.", 
      "octave_wrapped": true, 
      "observations": "", 
      "value": 296.9597
    }, 
    {
      "source": "https://github.com/MTG/otmm_tonic_dataset/blob/7f28c1a3261b9146042155ee5e0f9e644d9ebcfa/atli2015tonic_fma/TD2.csv", 
      "citation": "Atlı, H. S., Bozkurt, B., Şentürk, S. (2015). A Method for Tonic Frequency Identification of Turkish Makam Music Recordings. In Proceedings of 5th International Workshop on Folk Music Analysis (FMA 2015), pages 119–122, Paris, France.", 
      "octave_wrapped": true, 
      "observations": "", 
      "value": 296
    }
  ], 
  "tonic_symbol": "D4"
}

Additional resources

Most of the recordings in this dataset cannot be shared due to copyright. However relevant features are already computed and they can be downloaded from the Dunya-makam after registration. Please refer to the API documentation (http://dunya.compmusic.upf.edu/docs/makam.html) to how to access the data.

References

Şentürk, S., & Serra X. (2016). Composition Identification in Ottoman-Turkish Makam Music Using Transposition-Invariant Partial Audio-Score Alignment. In Proceedings of 13th Sound and Music Computing Conference (SMC 2016). pages 434-441, Hamburg, Germany

Karakurt, A., Şentürk S., & Serra X. (2016). MORTY: A Toolbox for Mode Recognition and Tonic Identification. In Proceedings of 3rd International Digital Libraries for Musicology Workshop (DLfM 2016). pages 9-16, New York, NY, USA

Atlı, H. S., Bozkurt, B., Şentürk, S. (2015). A Method for Tonic Frequency Identification of Turkish Makam Music Recordings. In Proceedings of 5th International Workshop on Folk Music Analysis (FMA 2015), pages 119–122, Paris, France.

Şentürk, S., Gulati, S., and Serra, X. (2013). Score informed tonic identification for makam music of Turkey. In Proceedings of 14th International Society for Music Information Retrieval Conference (ISMIR 2013), pages 175–180, Curitiba, Brazil.

OTMM Tonic Test Dataset v3.0.0

22 Jan 21:05
Compare
Choose a tag to compare

turkish_makam_tonic_test_datasets

Erratum: We have recently discovered a few errors in the tonic annotations listed in atli2015tonic_fma. The annotations are currently being revised.

The tonic test datasets for classical Ottoman-Turkish makam music

Introduction

This repository contains datasets of annotated tonic frequencies of the audio recordings of Ottoman-Turkish makam music. The annotations are compiled from several research papers published under the CompMusic project. For more information about the original datasets, please refer to the relevant paper.

Each annotated recording is uniquely identified with a MusicBrainz MBID. The tonic symbol is also for each recording given in the format [letter][octave][accidental][comma], e.g. B4b1 (according to AEU theory).

Each recording is annotated by at least expert musician or musicologists. The annotations are stored as a list with each annotation including the annotated frequency, source dataset, relevant publication, additional observations written by the annotator and whether the octave of the annotated value is considered (for example, the octave is ambiguous in orchestral instrumental recordings).

Annotation structure

The data is stored as JSON file and organized as a dictionary of recordings. An example recording is displayed below:

{
  "mbid": "http://musicbrainz.org/recording/e3a22684-d237-48b5-ac27-e9b77ddd3c18", 
  "verified": true, 
  "annotations": [
    {
      "source": "https://github.com/MTG/otmm_tonic_dataset/blob/7f28c1a3261b9146042155ee5e0f9e644d9ebcfa/senturk2013karar_ismir/tonic_annotations.csv", 
      "citation": "Şentürk, S., Gulati, S., and Serra, X. (2013). Score Informed Tonic Identification for Makam Music of Turkey. In Proceedings of 14th International Society for Music Information Retrieval Conference (ISMIR 2013), pages 175–180, Curitiba, Brazil.", 
      "octave_wrapped": true, 
      "observations": "", 
      "value": 296.9597
    }, 
    {
      "source": "https://github.com/MTG/otmm_tonic_dataset/blob/7f28c1a3261b9146042155ee5e0f9e644d9ebcfa/atli2015tonic_fma/TD2.csv", 
      "citation": "Atlı, H. S., Bozkurt, B., Şentürk, S. (2015). A Method for Tonic Frequency Identification of Turkish Makam Music Recordings. In Proceedings of 5th International Workshop on Folk Music Analysis (FMA 2015), pages 119–122, Paris, France.", 
      "octave_wrapped": true, 
      "observations": "", 
      "value": 296
    }
  ], 
  "tonic_symbol": "D4"
}

Additional resources

Most of the recordings in this dataset cannot be shared due to copyright. However relevant features are already computed and they can be downloaded from the Dunya-makam after registration. Please refer to the API documentation (http://dunya.compmusic.upf.edu/docs/makam.html) to how to access the data.

References

Şentürk, S., & Serra X. (2016). Composition Identification in Ottoman-Turkish Makam Music Using Transposition-Invariant Partial Audio-Score Alignment. In Proceedings of 13th Sound and Music Computing Conference (SMC 2016). pages 434-441, Hamburg, Germany

Karakurt, A., Şentürk S., & Serra X. (2016). MORTY: A Toolbox for Mode Recognition and Tonic Identification. In Proceedings of 3rd International Digital Libraries for Musicology Workshop (DLfM 2016). pages 9-16, New York, NY, USA

Atlı, H. S., Bozkurt, B., Şentürk, S. (2015). A Method for Tonic Frequency Identification of Turkish Makam Music Recordings. In Proceedings of 5th International Workshop on Folk Music Analysis (FMA 2015), pages 119–122, Paris, France.

Şentürk, S., Gulati, S., and Serra, X. (2013). Score informed tonic identification for makam music of Turkey. In Proceedings of 14th International Society for Music Information Retrieval Conference (ISMIR 2013), pages 175–180, Curitiba, Brazil.

Turkish-makam Tonic Test Dataset v2

02 Jun 23:19
Compare
Choose a tag to compare

Erratum: We have recently discovered a few errors in the tonic annotations listed in atli2015tonic_fma. The annotations are currently being revised.

This release adds the test datasets consisting the annotated tonic frequencies of audio recordings of Turkish-makam music used in the paper:

Atlı, H. S., Bozkurt, B., Şentürk, S. (2015). A Method for Tonic Frequency Identification of Turkish Makam Music Recordings. In Proceedings of 5th International Workshop on Folk Music Analysis. Paris, France.

Please cite the publication above in any work using these datasets.

This release contains annotated tonic frequencies of 1093 audio recordings in total. For more information please refer to the paper.

Note: The "source code" also includes the previous releases. Download the zip file (atli2015tonic_fma.zip) to specifically download the datasets used in the paper above.

Turkish-makam Tonic Test Dataset v1

06 Sep 22:02
Compare
Choose a tag to compare

This release contains the annotated tonic frequencies used in the paper:

Şentürk, S., Gulati, S., and Serra, X. (2013). Score informed tonic identification for makam music of Turkey. In Proceedings of 14th International Society for Music Information Retrieval Conference, pages 175–180, Curitiba, Brazil.

Please cite the publication above in any work using this dataset.

This release contains annotated tonic frequencies of 257 audio recordings. The SymbTr-scores of the corresponding compositions performed in the audio recordings are also indicated. For more information please refer to the paper.