JP2500876Y2 - Code progress analyzer - Google Patents

Code progress analyzer

Info

Publication number
JP2500876Y2
JP2500876Y2 JP1987186355U JP18635587U JP2500876Y2 JP 2500876 Y2 JP2500876 Y2 JP 2500876Y2 JP 1987186355 U JP1987186355 U JP 1987186355U JP 18635587 U JP18635587 U JP 18635587U JP 2500876 Y2 JP2500876 Y2 JP 2500876Y2
Authority
JP
Japan
Prior art keywords
block
music
chord progression
coincidence
degree
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP1987186355U
Other languages
Japanese (ja)
Other versions
JPH0189933U (en
Inventor
純一 南高
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Casio Computer Co Ltd
Original Assignee
Casio Computer Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP1987186355U priority Critical patent/JP2500876Y2/en
Publication of JPH0189933U publication Critical patent/JPH0189933U/ja
Application granted granted Critical
Publication of JP2500876Y2 publication Critical patent/JP2500876Y2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【考案の詳細な説明】 [考案の技術分野] この考案はコード進行分析機に関し、特に、与えられ
たコード進行情報から楽曲の形式を自動的に解析する技
術に関する。
DETAILED DESCRIPTION OF THE INVENTION [Technical Field of the Invention] The present invention relates to a chord progression analyzer, and more particularly to a technique for automatically analyzing the format of a piece of music from given chord progression information.

[背景] 音楽的知識の乏しい人にとって、音楽作品は感覚的に
しか理解されない。しかし、作品を深く味わうために
は、感覚的な理解だけでなく、音楽的理論に基づく知的
理解も必要である。例えば、楽曲の形式を知的に理解す
ることができれば、同様の形式をもつ楽曲の鑑賞を通じ
て、その共通の特徴を感覚的にも認識することが可能に
なる。
[Background] Musical works can only be perceptually understood by people with little musical knowledge. However, in order to enjoy the work deeply, not only sensory understanding but also intellectual understanding based on musical theory is necessary. For example, if the music format can be understood intelligently, it becomes possible to perceptually recognize the common features through appreciation of music having a similar format.

残念ながら、音楽的知識の習得は一般に多大の時間と
労力を要する。したがって、音楽作品を自動分析するこ
とにより、使用者の音楽的理解を容易に深めることがで
きるような装置が望まれる。
Unfortunately, acquiring musical knowledge is generally time consuming and labor intensive. Therefore, there is a demand for a device that can easily deepen the user's musical understanding by automatically analyzing music works.

[考案の目的] したがって、この考案の目的は、楽曲のコード進行か
ら、楽曲の形式を自動的に分析するコード進行分析機を
提供することである。
[Object of the Invention] Therefore, an object of the present invention is to provide a chord progression analyzer that automatically analyzes the format of a song from the chord progression of the song.

[考案の要点] この考案は上記の目的を達成するため、コード進行付
与手段から与えられる楽曲のコード進行情報を区間分割
手段により複数の長さの等しい区間に分割し、分割され
た区間相互のコード進行情報の一致の度合を楽曲形式分
析表示手段により、算出して楽曲の形式を分析表示する
ようにしたことを特徴とする。
[Summary of the Invention] In order to achieve the above object, the present invention divides the chord progression information of a music piece given by the chord progression imparting means into a plurality of equal-length sections, and divides the divided sections into sections. It is characterized in that the degree of coincidence of chord progression information is calculated by the music format analysis display means and the format of the music is analyzed and displayed.

[実施例] 以下、図面を参照してこの考案の一実施例を説明す
る。
[Embodiment] An embodiment of the present invention will be described below with reference to the drawings.

第1図に全体構成を、第2図にゼネラルフローを示
す。この実施例では、入力装置2より、コード進行情報
と、区間(ブロック)の長さが入力される(第2図、2
−1、2−2)。入力されたコード進行情報はコード進
行メモリ4に置かれる。CPU1は、与えられた区間の長さ
で、曲を複数の長さの等しいブロックに分け、ブロック
間のコード進行情報の一致の度合を計算する(2−
3)。計算された一致度データは一致度データメモリ5
に置かれる。さらに、CPU1は、算出された一致度データ
に基づいて、各ブロックの構造情報を生成する(2−
4)。生成された構造情報は構造情報メモリ6に置かれ
る。最後にCPU1は生成された構造情報を表示装置3に楽
曲の形式として表示する(2−5)。
The overall structure is shown in FIG. 1 and the general flow is shown in FIG. In this embodiment, the chord progression information and the length of the section (block) are input from the input device 2 (see FIGS. 2 and 2).
-1, 2-2). The input chord progression information is stored in the chord progression memory 4. The CPU 1 divides the music into a plurality of blocks having the same length by the length of the given section, and calculates the degree of coincidence of chord progression information between the blocks (2-
3). The calculated coincidence data is the coincidence data memory 5
Placed in. Further, the CPU 1 generates the structural information of each block based on the calculated matching score data (2-
4). The generated structure information is stored in the structure information memory 6. Finally, the CPU 1 displays the generated structural information on the display device 3 in the form of music (2-5).

第3図に一致度算出の詳細フローを示す。このフロー
において、CN0は、コードの総数、CNはコード名、barは
小節数で表現されるブロックの長さ(例えば4小節)で
ある。また、Vijはi番目のブロックのコード進行とj
番目のブロックのコード進行の一致度を表わす。一致度
の計算は、V11 V12……V1n、V22……V2n、……Vnnの順
に実行している。
FIG. 3 shows a detailed flow of calculating the degree of coincidence. In this flow, CN 0 is the total number of chords, CN is the chord name, and bar is the length of the block expressed by the number of bars (for example, 4 bars). V ij is the chord progression of the i-th block and j
Indicates the degree of matching of chord progressions in the second block. The calculation of the degree of coincidence is performed in the order of V 11 V 12 ...... V 1n , V 22 ...... V 2n , ...... V nn .

このフローでは1小節当りのコードを1つと想定して
あり、i番目のブロックとj番目のブロックの対応する
小節のコードが一致する数をブロックの長さで割った値
を一致度関数としている。したがって、すべてのコード
が一致するとVは“1"となる。例えばViiは“1"であ
る。
In this flow, it is assumed that there is one code per bar, and the value obtained by dividing the number of times the corresponding bar codes of the i-th block and the j-th block match by the length of the block is used as the matching degree function. . Therefore, V becomes "1" when all the codes match. For example, V ii is “1”.

3−1で、曲のブロックの総数nを求めている。な
お、割り切れないときは切り捨てる。3−2はi番目対
j番目のブロック間一致度Vijにおけるiのブロック番
号の初期化、3−3はjのブロック番号の初期化であ
る。3−4は、i番目のブロックの最初の小節番号とj
番目のブロックの最初の小節番号の計算である。3−5
はコード一致数のカウンタvの初期化、3−6はブロッ
ク内の小節番号kの初期化である。3−7はコードの比
較で、一致するごとにカウンタvはインクリメントされ
る(3−8)。3−11ではブロックの長さbarでカウン
タvに入っているブロック間のコードの一致数を割っ
て、Vijを計算している。3−12、3−13、3−4から
わかるように、特定のiブロックに対し、j=i〜nま
でのブロックを比較して、Vii、Vii+1……Vinの一致
度を求めている。Vijにおいて、jとしてi−1以下の
ブロックを使用していないのは、 Vij=Vjiに基づく。
In step 3-1, the total number n of blocks of music is calculated. If it is not divisible, cut it down. 3-2 is initialization of the block number of i in the i-th to j-th inter-block coincidence degree V ij , and 3-3 is initialization of the block number of j. 3-4 is the first bar number of the i-th block and j
It is the calculation of the first bar number of the second block. 3-5
Is initialization of the counter v of the code matching number, and 3-6 is initialization of the bar number k in the block. 3-7 is a code comparison, and the counter v is incremented each time they match (3-8). In 3-11, the number of code matches between blocks stored in the counter v is divided by the block length bar to calculate V ij . As it can be seen from 3-12,3-13,3-4, for a particular i blocks, by comparing the block to j = i~n, V ii, V i, of the i + 1 ...... V in Seeking the degree of coincidence. In V ij , the block of i−1 or less is not used as j is based on V ij = V ji .

したがって、求めているVijは、 V11 V12 V13……V1n である。3−15でVijのiがnを超えたとき、上記Vij
すべて求められている。
Therefore, the desired V ij is V 11 V 12 V 13 ...... V 1n Is. When i of V ij exceeds 3 in 3-15, all the above V ij are obtained.

第4図に構造情報生成の詳細フローを示す。上述した
i番目のブロックに対するj番目のブロックの一致度V
ijをj番目のブロックの構造情報hjに変換するのがこの
フローの目的である。このフローの場合、最初のブロッ
クの構造情報hjは常に“1"になる。この最初のブロック
に対し、100%の一致度Vijをもつブロックは構造情報hj
として“1"が割り当てられる。70%以上の一致度Vij
もつブロックの構造情報は“1.5"となる。さらに70%未
満の一致度しかもたないブロックのうち一番若い番号の
ブロックに“2"の構造情報が与えられる。同様に、この
“2"の構造情報と100%一致するブロックはすべて“2"
の構造情報となり、70%〜100%のブロックは“2.5"の
構造情報となる。
FIG. 4 shows a detailed flow of structure information generation. The degree of matching V of the j-th block with the i-th block described above
The purpose of this flow is to convert ij into the structural information h j of the j-th block. In the case of this flow, the structural information h j of the first block is always “1”. With respect to this first block, the block having the degree of coincidence V ij of 100% is structural information h j.
Is assigned as “1”. The structural information of the block having the degree of coincidence V ij of 70% or more is “1.5”. Further, the structural information of "2" is given to the block having the smallest number among the blocks having the degree of coincidence of less than 70%. Similarly, all blocks that 100% match the structural information of "2" are "2".
The structural information of is 70% to 100% of the block is structural information of "2.5".

したがって、楽曲の形式でよく使用されるa、a′、
b等の記号表現と比較すると、 hj 通常表現 1 a 1.5 a′ 2 b 2.5 b′ 3 c の対応が成り立つ。つまり、第4図のフローの場合、あ
るブロックとコード進行上、100%一致するブロックは
同じ構造のブロックと評価し、70%〜100%一致するブ
ロックは修飾されたブロックと評価し、70%未満の一致
度しかもたないブロックは独立の構造をもつブロックと
評価しているわけである。
Therefore, a, a ', which are often used in the form of music,
When compared with the symbolic expressions such as b, the correspondence of the h j normal expression 1 a 1.5 a ′ 2 b 2.5 b ′ 3 c is established. That is, in the case of the flow of FIG. 4, a block that is 100% identical to a certain block is evaluated as a block having the same structure in terms of code progression, and a block that is 70% to 100% identical is evaluated as a modified block. A block having a degree of coincidence of less than is evaluated as a block having an independent structure.

第4図の4−1に示すfliはi番目のブロックに構造
情報が既に付与されたか(fli=1)否か(fli=0)を
示すフラグである。4−2、4−3、4−4では、構造
情報が確定していないブロックのうち先頭のブロックを
さがしている。4−5でj=n+1のときは1〜nのfl
jがすべて構造情報確定の“1"であるので処理を終え
る。4−6でi=jとおき、j=0からnの間でflj
0のとき、i番目のブロックに対するj番目のブロック
の一致度Vijの値により、j番目ブロックの構造情報を
設定している(4−8〜4−14)。
Fl i indicated by 4-1 in FIG. 4 is a flag indicating whether or not structural information has already been added to the i-th block (fl i = 1) (fl i = 0). In 4-2, 4-3, and 4-4, the first block among the blocks whose structure information is not determined is searched. Fl of 1 to n when j = n + 1 in 4-5
Since all j are "1" for confirming the structural information, the processing is ended. I = j in 4-6, and fl j = between j = 0 and n
When it is 0, the structural information of the j-th block is set by the value of the degree of coincidence V ij of the j-th block with respect to the i-th block (4-8 to 4-14).

第5図に動作例を示す。この例は、Yumingの「卒業写
真」のコード進行を基に分析したもので、4小節のブロ
ックを単位とする分析結果はaaa′bcaa′bca′dda′と
なった。
FIG. 5 shows an operation example. This example was analyzed based on the chord progression of Yuming's "Graduation Photograph", and the analysis result in blocks of 4 bars was aaa'bcaa'bca'dda '.

なお上記実施例では、一致度の算出において、1小節
当りのコード数を1に想定してあるが、これ以外の場合
にも適用できるように変形することは容易である(コー
ドの最小持続時間かその整数分の1の時間ごとにコード
比較を行なえばよい)。また、コードの名前の比較の代
りに、コード構成音のレベルで比較してもよい。また、
上記実施例ではコード進行は入力装置から入力するよう
にしているが、曲のメロディからコード進行を抽出する
手段でコード進行を得てもよい(例えば、本件出願人に
係る特願昭62−152348号に開示する装置を使用する)。
In the above embodiment, the number of chords per bar is assumed to be 1 in the calculation of the degree of coincidence, but it is easy to modify it so that it can be applied to other cases (minimum chord duration time). Or, the code comparison may be performed every one-hundredth of that time). Further, instead of comparing the names of chords, the comparison may be performed at the level of the chord constituent sounds. Also,
Although the chord progression is input from the input device in the above embodiment, the chord progression may be obtained by means of extracting the chord progression from the melody of the song (for example, Japanese Patent Application No. 62-152348 relating to the present applicant). Use the device disclosed in No.

[考案の効果] 以上詳述したように、この考案によるコード進行分析
機を使用することにより、音楽的専門知識のない人で
も、楽曲の形式を容易に知ることができ、音楽の楽しみ
方を倍加できる。さらに、音楽知識を習得しようとする
学習者には極めて便利なツールとなる。
[Effect of Device] As described in detail above, by using the chord progression analyzer according to the present invention, even a person with no musical expertise can easily know the format of the music, and how to enjoy the music. Can be doubled. Moreover, it is a very useful tool for learners who want to acquire musical knowledge.

【図面の簡単な説明】[Brief description of drawings]

第1図はこの考案の一実施例に係るコード進行分析機の
全体構成図、第2図は実施例の全体の動作を示すフロー
チャート、第3図は一致度算出のフローチャート、第4
図は構造情報生成のフローチャート、第5図は実施例に
よる分析例を示す図である。 1……CPU、2……入力装置、4……コード進行メモ
リ、5……一致度データメモリ、6……構造情報メモ
リ。
FIG. 1 is an overall configuration diagram of a chord progression analyzer according to an embodiment of the present invention, FIG. 2 is a flowchart showing the overall operation of the embodiment, FIG.
FIG. 5 is a flow chart of structural information generation, and FIG. 5 is a diagram showing an analysis example according to the embodiment. 1 ... CPU, 2 ... input device, 4 ... code progression memory, 5 ... coincidence data memory, 6 ... structure information memory.

Claims (1)

(57)【実用新案登録請求の範囲】(57) [Scope of utility model registration request] 【請求項1】楽曲のコード進行情報を与えるコード進行
付与手段と、 上記楽曲を複数の長さの等しい区間に分割する区間分割
手段と、 上記区間分割手段により分割された区間相互において、
上記コード進行情報の一致の度合いを算出することによ
り、上記楽曲の形式を分析表示する楽曲形式分析表示手
段と、 を有することを特徴とするコード進行分析機。
1. A chord progression giving means for giving chord progression information of a piece of music, a section dividing means for dividing the piece of music into a plurality of sections of equal length, and the sections divided by the section dividing means,
A chord progression analysis machine comprising: music format analysis display means for analyzing and displaying the format of the music by calculating the degree of coincidence of the chord progression information.
JP1987186355U 1987-12-09 1987-12-09 Code progress analyzer Expired - Lifetime JP2500876Y2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1987186355U JP2500876Y2 (en) 1987-12-09 1987-12-09 Code progress analyzer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1987186355U JP2500876Y2 (en) 1987-12-09 1987-12-09 Code progress analyzer

Publications (2)

Publication Number Publication Date
JPH0189933U JPH0189933U (en) 1989-06-13
JP2500876Y2 true JP2500876Y2 (en) 1996-06-12

Family

ID=31477586

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1987186355U Expired - Lifetime JP2500876Y2 (en) 1987-12-09 1987-12-09 Code progress analyzer

Country Status (1)

Country Link
JP (1) JP2500876Y2 (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60260985A (en) * 1984-06-07 1985-12-24 松下電器産業株式会社 Scoring apparatus
JPS61120185A (en) * 1984-11-15 1986-06-07 日本ビクター株式会社 Musical sound analyzer
JPS61120188A (en) * 1984-11-15 1986-06-07 日本ビクター株式会社 Musical sound analyzer
JPH0640270B2 (en) * 1985-01-30 1994-05-25 ヤマハ株式会社 Chord progression memory playback device

Also Published As

Publication number Publication date
JPH0189933U (en) 1989-06-13

Similar Documents

Publication Publication Date Title
US8041734B2 (en) System and method for storing and retrieving non-text-based information
US6747201B2 (en) Method and system for extracting melodic patterns in a musical piece and computer-readable storage medium having a program for executing the method
US6225546B1 (en) Method and apparatus for music summarization and creation of audio summaries
Mauch et al. Approximate Note Transcription for the Improved Identification of Difficult Chords.
WO2021151344A1 (en) Somethod and apparatus for song synthesis, and computer readable storage medium
JPH09293083A (en) Music retrieval device and method
Şentürk et al. Linking scores and audio recordings in makam music of Turkey
JPH08292762A (en) Musical information analyzer
CN110867174A (en) Automatic sound mixing device
JP2500876Y2 (en) Code progress analyzer
Miryala et al. Automatically Identifying Vocal Expressions for Music Transcription.
Rizo et al. Tree-structured representation of musical information
JP2006201278A (en) Method and apparatus for automatically analyzing metrical structure of piece of music, program, and recording medium on which program of method is recorded
JP2500876Z (en)
JP2001265324A (en) Method for judging similarity of music melody
CN113140202A (en) Information processing method, information processing device, electronic equipment and storage medium
KR101714432B1 (en) Apparatus and method for estimating difficulty level of music score
JP2005032193A (en) Device, method, and program for measuring inter-word semantic relation, and program recording medium
JP4319805B2 (en) Music data impression system and program
JP2000227795A (en) Code progress retrieving device and storage medium
US20230267899A1 (en) Automatic audio mixing device
JP2007101780A (en) Automatic analysis method for time span tree of musical piece, automatic analysis device, program, and recording medium
JPH0633517Y2 (en) Envelope approximation device
CN118072698A (en) Chord sequence generation method, device, terminal and storage medium
Garcıa-Dıez et al. A simple-cycles weighted kernel based on harmony structure for similarity retrieval