Anamark tuning file format: Difference between revisions

Sevish (talk | contribs)
first version
 
Fredg999 category edits (talk | contribs)
m Categories
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'AnaMark tuning file format' is a file format that contains microtonal tuning data. This file format can be used with various synthesizers. The usual file extension is *.tun but may rarely be seen as *.msf. They are also commonly referred to as "tun files."
'AnaMark tuning file format' is a file format that contains microtonal tuning data. This file format can be used with various synthesizers. The files are commonly referred to as "tun files."


Description
The file extension is *.tun. There is a variant that contains multiple scales within a single file and uses the extension *.msf.
todo


List of synths that support AnaMark tuning file format
This file format supports full keyboard microtuning. This means that any MIDI note can be assigned any arbitrary frequency, thereby allowing the musician absolute choice over what microtonal tuning they can use.
See the List of Microtonal Software Plugins


Implementing AnaMark tun file support in a synthesizer (developers)
== List of synths that support AnaMark tuning file format ==
See the [[List of Microtonal Software Plugins]].
 
== Implementing AnaMark tun file support in a synthesizer (developers) ==
Resources are available online to help you implement support for AnaMark .tun files in a synthesizer.
Resources are available online to help you implement support for AnaMark .tun files in a synthesizer.
Specifications for the AnaMark tuning files format V2: https://www.mark-henning.de/files/am/Tuning_File_V2_Doc.pdf
* [https://www.mark-henning.de/files/am/Tuning_File_V2_Doc.pdf Specifications for AnaMark tuning file format Version 2.00]
C++ source for AnaMark tuning file parser: todo
* [https://www.mark-henning.de/am_downloads_eng.php#Tuning Free C++ source] - read/write/edit .TUN and .MSF files, and import Scala scale files (.SCL) and Scala keyboard mappings (.KBM)
 
== Generating your own AnaMark tuning files ==
AnaMark tuning files are text files that could be written by scratch, but it is more convenient to generate these files using software such as:
* Custom Scale Editor
* Scala
* Scale Workshop


Generating your own AnaMark tuning files
== Version differences ==
AnaMark tuning files are text files that could be written by scratch, but it is more convenient to generate these files using software. Scala etc.
todo - v0, v1, v2, (v3)


Version differences
== See also ==
todo - v0, v1, v2, v3
* https://www.midi.org/articles/microtuning-and-alternative-intonation-systems
* Scala scl format
* Scala kbm format


See also
[[Category:Software]]
https://www.midi.org/articles/microtuning-and-alternative-intonation-systems
Scala scl format
Scala kbm format