notenames(tuneR)
notenames()所属R语言包:tuneR
Generating note names from numbers
从数字生成音符名称
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A function that generates note names from numbers
从数字产生音符名称的函数
用法----------Usage----------
notenames(notes, language = c("english", "german"))
参数----------Arguments----------
参数:notes
An interger values vector, where 0 corresponds to <KBD>a'</KBD>, notes below and above have to be specified in the corresponding halftone distance.
一个整数值向量,0对应到<KBD>的一个</ KBD>,下面的说明和上面一定要指定在相应的半色调的距离。
参数:language
Language of the note names. Currently only english and german are supported.
语言的音符名称。目前只支持英语和德语。
值----------Value----------
A character vector of note names.
字符向量的音符名称。
(作者)----------Author(s)----------
Uwe Ligges, <a href="mailto:ligges@statistik.tu-dortmund.de">ligges@statistik.tu-dortmund.de</a>
实例----------Examples----------
notenames(c(-24, -12, 0, 12)) # octaves of a[八度音阶的]
notenames(3:15) # chromaticism[半音]
## same in german:[#在德国:]
notenames(3:15, language = "german")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|