JPH0746960Y2 - Music synthesizer - Google Patents

Music synthesizer

Info

Publication number
JPH0746960Y2
JPH0746960Y2 JP1987157036U JP15703687U JPH0746960Y2 JP H0746960 Y2 JPH0746960 Y2 JP H0746960Y2 JP 1987157036 U JP1987157036 U JP 1987157036U JP 15703687 U JP15703687 U JP 15703687U JP H0746960 Y2 JPH0746960 Y2 JP H0746960Y2
Authority
JP
Japan
Prior art keywords
data
exponential
envelope
circuit means
tone
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
JP1987157036U
Other languages
Japanese (ja)
Other versions
JPH0160292U (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 JP1987157036U priority Critical patent/JPH0746960Y2/en
Publication of JPH0160292U publication Critical patent/JPH0160292U/ja
Application granted granted Critical
Publication of JPH0746960Y2 publication Critical patent/JPH0746960Y2/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 musical tone synthesizer, and more particularly to a technique for exponentially converting a linear envelope or a linear key code.

[背景] 電子楽器のように実時間の要求が厳しい分野では、デー
タを関数変換するのにメモリ(表引き)がよく使用され
る。1個のメモリで関数変換を行うためには、入力デー
タのすべての組合せに等しい語数をもつメモリを用意し
なければならず、容量が犠牲になる。例えば、入力デー
タが13ビットだとすると、8192個ものデータをメモリに
持たせなければならない。
[Background] In fields such as electronic musical instruments where real-time demands are demanding, memories (tables) are often used for function conversion of data. In order to perform the function conversion with one memory, it is necessary to prepare a memory having the same number of words for all combinations of input data, and the capacity is sacrificed. For example, if the input data is 13 bits, then 8192 data must be stored in the memory.

このため、1つあるいはそれ以上のメモリに補間回路を
組み合せる技術が開発されている。例えば、入力データ
の整数部分の関数変換値を記憶する粗データメモリと、
入力データの隣り合う整数部分の関数変換値の差分を記
憶する差分メモリとを用意し、整数部分の関数変換値は
上記粗データメモリからのものを使用し、小数部分の関
数変換値は、上記差分メモリからの差分値に、入力デー
タの小数部で定まる補間係数を乗算して求め、その結果
を、粗データメモリの手段に加算する。数学的に示す
と、 A=A(N)+C×(A(N+1)−A(N)) となる。ここに、A(N)は粗データメモリの出力であ
り、A(N+1)−A(N)は差分メモリの出力であ
り、Cは入力データの小数部により定まる補間係数であ
る。
For this reason, techniques have been developed for combining an interpolation circuit with one or more memories. For example, a coarse data memory that stores the function conversion value of the integer part of the input data,
A difference memory that stores the difference between the function conversion values of adjacent integer parts of the input data is prepared, and the function conversion value of the integer part uses that from the rough data memory, and the function conversion value of the decimal part is the above. The difference value from the difference memory is multiplied by the interpolation coefficient determined by the decimal part of the input data, and the result is added to the means of the coarse data memory. Mathematically, A = A (N) + C * (A (N + 1) -A (N)). Here, A (N) is the output of the coarse data memory, A (N + 1) -A (N) is the output of the difference memory, and C is the interpolation coefficient determined by the fractional part of the input data.

上述のような補間技術は、メモリ容量を節約できる点で
有利である。例えば、13ビットの入力データのうち、上
位7ビットを上記粗データメモリと差分メモリに入力す
る構成では、各メモリに必要な語数は27=128個であ
り、計256個で足りる。しかしながら、小数部分の計算
C×(A(N+1)−A(N))は、直線補間と呼ばれ
る近似計算である。したがって、高い数値精度が要求さ
れる場合には、入力データの大部分を粗データメモリ等
で変換せねばならず、メモリ容量の節約の利点が損われ
る。すなわち、補間技術によるメモリ容量削減のメリッ
トは、要求される数値精度との妥協の上に成り立ってい
る。
The interpolation technique as described above is advantageous in that the memory capacity can be saved. For example, in the configuration in which the upper 7 bits of the 13-bit input data are input to the coarse data memory and the difference memory, the number of words required for each memory is 2 7 = 128, and a total of 256 is sufficient. However, the decimal part calculation C × (A (N + 1) −A (N)) is an approximate calculation called linear interpolation. Therefore, when high numerical accuracy is required, most of the input data must be converted by the coarse data memory or the like, and the advantage of saving the memory capacity is lost. That is, the merit of reducing the memory capacity by the interpolation technique is based on a compromise with the required numerical accuracy.

ところで、多くの楽音合成装置では、エンベロープやキ
ーコードのような楽音制御信号は、直線的に指数データ
形式で生成するのではなく、いったん直線データ形式で
生成した後、指数変換を施して、波形生成回路に入力さ
せる。
By the way, in many musical tone synthesizers, musical tone control signals such as envelopes and key codes are not generated linearly in the exponential data format, but are generated once in the linear data format and then subjected to exponential conversion to obtain a waveform. Input to the generation circuit.

ここにおいて、この種の指数変換を最適の構成で実現で
きる楽音合成装置が望まれる。
Here, there is a demand for a musical sound synthesizer capable of realizing this kind of exponential conversion with an optimum configuration.

[考案の目的] したがって、この考案の目的は、記憶容量が小さくてす
み、しかも数値精度の高い指数変換機能を有する楽音合
成装置を提供することである。
[Object of the Invention] Therefore, an object of the present invention is to provide a musical sound synthesizer which has a small storage capacity and has an exponential conversion function with high numerical accuracy.

[考案の要点] この考案は上記の目的を達成するため、直線データの楽
音制御信号を発生する楽音制御信号発生回路手段と、指
数データの楽音制御信号をパラメータとして楽音波形を
生成する波形生成回路手段とをインタフェースする指数
変換回路手段を、直線データの上位ビットデータの指数
変換値を出力する指数粗データ記憶手段と、直線データ
の下位ビットデータの指数変換値を出力する指数細デー
タ記憶手段と、両記憶手段からの出力を乗算する演算回
路手段とで構成したことを特徴とする。
[Summary of the Invention] In order to achieve the above-mentioned object, the present invention has a musical tone control signal generating circuit means for generating a musical tone control signal of straight line data and a waveform generating circuit for generating a musical tone waveform using the musical tone control signal of exponential data as a parameter. Exponential conversion circuit means for interfacing with the means, exponential coarse data storage means for outputting exponentially converted value of upper bit data of linear data, and exponential fine data storage means for outputting exponentially converted value of lower bit data of linear data. , And arithmetic circuit means for multiplying the outputs from both storage means.

[考案の作用、展開] いま、直線データの上位ビットデータをX、下位ビット
データをΔxで表わし、指数粗データ記憶手段の出力を
Ax、指数細データ記憶手段の出力をAΔxで表わすと、
演算回路手段の演算結果は、 AX・AΔx となる。
[Operation and Development of Device] Now, the upper bit data of the straight line data is represented by X, the lower bit data is represented by Δx, and the output of the exponent rough data storage means is represented.
A x , the output of the exponential fine data storage means is represented by A Δx ,
The calculation result of the calculation circuit means is A X · A Δx .

仮に、一個のメモリで指数変換を行うとすると、このメ
モリは、直線データ(X+Δx)に対して A(X+ Δx) を出力する。これは、直線データに対する正確な指数変
換値である。
If exponential conversion is performed in one memory, this memory outputs A (X + Δx) for straight line data (X + Δx). This is an accurate exponential conversion value for linear data.

ここで、本考案による演算結果と、この単一メモリ構成
による演算結果を比較すると、 AX・AΔx=A(X+ Δx) であるので両者は等しいことがわかる。
Here, when the operation result according to the present invention and the operation result by this single memory structure are compared, it is understood that both are equal because A X · A Δx = A (X + Δx) .

すなわち、本考案は、数値精度の高い指数変換を行うこ
とができる。
That is, the present invention can perform exponential conversion with high numerical accuracy.

一方、容量的には、上位ビットデータXをNビット、下
位ビットテータΔXをMビットとすると、単一メモリの
場合が、 2(N+M)個 の語数を必要するのに対し、本考案の場合は、 (2N+2M)個 の語数で足りる。例えばN=7、M=6と置くと、単一
メモリタイプは、8192個のデータを必要とするのに対
し、本考案の場合は、192個のデータで十分である。す
なわち、本考案は、記憶容量を格段に節約することがで
きる。
On the other hand, in terms of capacity, if the upper bit data X is N bits and the lower bit data ΔX is M bits, the number of words of 2 (N + M) is required in the case of a single memory, whereas the present invention In case of, the number of (2 N +2 M ) words is sufficient. For example, assuming N = 7 and M = 6, a single memory type requires 8192 data, whereas 192 data is sufficient in the present invention. That is, the present invention can significantly reduce the storage capacity.

以上の説明では、指数変換の形式をAxで表わし、係数を
1と想定したが、1以外の係数aをもつ、a・Axに変換
するものであってもかまわない。
In the above description, the format of exponential conversion is represented by A x and the coefficient is assumed to be 1. However, conversion to a · A x having a coefficient a other than 1 may be used.

また、上記の説明では、直線データを上位ビットデータ
と下位ビットデータの2つの部分に分け、それぞれの変
換値を指数粗データ記憶手段と指数細データ記憶手段に
持たせたが、直線データを3つ以上の部分に分け、各指
数変換値を各変換メモリに記憶させ、各メモリ出力を乗
算するようにしてもよい。
Further, in the above description, the straight line data is divided into two parts, the upper bit data and the lower bit data, and the respective converted values are provided in the exponent rough data storage means and the exponential fine data storage means. It may be divided into three or more parts, each exponential conversion value may be stored in each conversion memory, and each memory output may be multiplied.

本考案は原理的に数値精度の高い指数変換を保証するも
のであるので、演算回路出力における乗算は近似的な乗
算、例えば、シフト回路手段による乗算でも十分であ
る。
Since the present invention guarantees exponential conversion with high numerical accuracy in principle, approximate multiplication, for example, multiplication by shift circuit means, is sufficient for multiplication at the output of the arithmetic circuit.

指数変換の対象となるデータは、代表的には、エンベロ
ープ、あるいはキーコードである。
The data to be subjected to exponential conversion is typically an envelope or a key code.

さらに、後述する実施例では、個別の指数変換回路が、
直線エンベロープとキーコードの指数変換を行うのでは
なく、1つの指数変換回路が時分割動作により、この2
種類のデータの指数変換を実行している。
Further, in the embodiments described later, the individual exponential conversion circuits are
Rather than performing exponential conversion between the linear envelope and the key code, one exponential conversion circuit uses this
Performing exponential conversion of data of type.

また、後述する実施例においては、直線データの下位ビ
ットデータの指数変換値が1に近い値をとることに鑑
み、指数細データメモリには、1を除いた数値データ
(有効小数部分のデータ)のみを記憶させることによ
り、指数細データメモリにおける語長を節約している。
Further, in the embodiment described later, in consideration of the exponential conversion value of the lower bit data of the linear data being close to 1, the exponential fine data memory has numerical data excluding 1 (data of the effective decimal part). By storing only the word length in the exponential fine data memory is saved.

[実施例] 第1図は本考案の一実施例に関わる電子楽器の機能図で
ある。CPU3は汎用マイコンで、制御プログラムに従っ
て、鍵盤1、スイッチ2を走査して押鍵、音色選択等を
検出し、バス上に配置されたROM4、RAM5等を使って音色
データ、発音制御データを生成して音源LSIの発音を制
御する。音源LSI6は、後で詳述するが外付けRAM7を楽音
生成のための演算用バッファとして利用して楽音を生成
し、DAC(デジタルアナログ変換器)8に転送する。楽
音信号はDAC8でアナログ信号に変換され、アンプ9で増
幅されてスピーカ10によって放音される。
[Embodiment] FIG. 1 is a functional diagram of an electronic musical instrument according to an embodiment of the present invention. The CPU3 is a general-purpose microcomputer, which scans the keyboard 1 and the switch 2 to detect key depression and tone color selection according to the control program, and generates tone color data and sound control data using the ROM4, RAM5, etc. arranged on the bus. And control the pronunciation of the sound source LSI. The tone generator LSI 6, which will be described later in detail, uses the external RAM 7 as a calculation buffer for tone generation to generate a tone and transfers it to a DAC (digital-analog converter) 8. The tone signal is converted into an analog signal by the DAC 8, amplified by the amplifier 9, and emitted by the speaker 10.

第2図は、本発明を適用する音源LSI6の動作を説明する
ためのブロック図である。音源LSI6は、振幅エンベロー
プ及びピッチ変動を含んだキーコード等の生成のため
に、RAM7を音色データ用メモリ、又は演算経過データ用
メモリとして使う。尚、RAM7は第3図に示すように、40
0nsec毎にインタフェース/制御部11(インタフェース
占有時間)及びエンベロープ/キーコード生成回路(演
算回路占有時間)に占有され、CPUからのデータ書込み
及びエンベロープ等の演算のためのアクセスに対処す
る。
FIG. 2 is a block diagram for explaining the operation of the tone generator LSI 6 to which the present invention is applied. The tone generator LSI 6 uses the RAM 7 as a tone color data memory or a calculation progress data memory in order to generate a key code including an amplitude envelope and a pitch variation. In addition, RAM7, as shown in FIG.
It is occupied by the interface / control unit 11 (interface occupancy time) and the envelope / key code generation circuit (arithmetic circuit occupancy time) every 0 nsec, and handles access from the CPU for data writing and envelope arithmetic operations.

まず、インタフェース/制御部11について述べる。CPU3
からは音源LSI6に対して音色データ又は発音制御データ
が転送されるが、音源LSI6ではデータバスDB0〜7であ
るデータを▲▼がLOWのとき▲▼の立上りエッ
ジで取込む。その際、▲▼/DがLOWならばデータバスD
B0〜DB7のデータをインストラクション、▲▼/DがHIG
Hならばそのインストラクションに対応するデータとし
て取込む(第4図参照)。尚、インストラクションは続
いて転送されるデータの種類を示している。インタフェ
ース/制御部11はCPU3からのインストラクション及びデ
ータを受けて、そのインストラクションに対応するRAM7
のアドレスAA0〜11と書込み信号▲▼を生成し、外
部RAMインターフェース16を介して外部RAM7に転送され
たデータを格納する。ただし、CPU3から転送されたデー
タが特殊なものの場合は内部メモリに格納する。例えば
転送されたデータがオペレーションコード(波形生成の
ための制御データ)の場合には、外部RAM7への書込みは
禁止され、OCレジスタ14への書込み信号WOが発生するこ
とにより、OCレジスタに書込まれる。また、インタフェ
ース/制御部11は第6図のような基本タイミング信号を
生成し、カウンタAの2〜6ビットメモリはC1〜C5とし
て出力する。
First, the interface / control unit 11 will be described. CPU3
The tone color data or the tone generation control data is transferred from the sound source LSI 6 to the sound source LSI 6, but the sound source LSI 6 takes in the data on the data buses DB0 to DB7 at the rising edge of ▲ ▼ when ▲ ▼ is LOW. At that time, if ▲ ▼ / D is LOW, data bus D
B0 ~ DB7 data instructions, ▲ ▼ / D is HIGH
If it is H, the data corresponding to the instruction is taken in (see Fig. 4). The instruction indicates the type of data that is subsequently transferred. The interface / control unit 11 receives the instruction and data from the CPU 3, and receives the RAM 7 corresponding to the instruction.
The addresses AA0 to A11 and the write signal ▲ ▼ are generated, and the data transferred to the external RAM 7 via the external RAM interface 16 is stored. However, if the data transferred from CPU3 is special, it is stored in the internal memory. For example, when the transferred data is an operation code (control data for waveform generation), writing to the external RAM 7 is prohibited, and a write signal WO to the OC register 14 is generated, so that the data is written to the OC register. Be done. Further, the interface / control unit 11 generates the basic timing signal as shown in FIG. 6, and the 2 to 6 bit memory of the counter A outputs it as C1 to C5.

エンベロープ/キーコード生成回路12は、外部RAM7に書
込まれたデータをアクセスするためにアドレスBA0〜11
及びエンベロープの演算経過データ等の書込み信号▲
▼を発生する。それによって外部RAM7の音色データ
(エンベロープレート/レベルなど)に基き、発音制御
データ(キーコード、モジュレーションなど)に従っ
て、各チャンネル、各モジュールの振幅エンベロープ又
はピッチ変動を含んだキーコード(以下では合成キーコ
ードと呼ぶ)を生成し、バスL0〜12を介して指数変換/
位相角生成回路13に時分割に転送する。
The envelope / key code generation circuit 12 uses addresses BA0 to 11 to access the data written in the external RAM 7.
And write signal for envelope calculation progress data, etc.
Generate ▼. As a result, based on the tone color data (envelope rate / level, etc.) of the external RAM 7, according to the sound generation control data (key code, modulation, etc.), a key code containing the amplitude envelope or pitch variation of each channel, module (synthesized key below). Code) and convert exponentials via buses L0-12
The data is transferred to the phase angle generation circuit 13 in a time division manner.

指数変換/位相角生成回路13はエンベロープ/キーコー
ド生成回路12からの振幅エンベロープ、合成キーコード
を1つの指数変換器を時分割的に共用することによって
指数変換する。指数変換された振幅エンベロープ(指数
エンベロープ)、及び指数変換された合成キーコード
(周波数情報)は夫々、エンベロープレジスタ、周波数
情報レジスタに一旦格納される。これらは、外部RAM7を
アクセスして振幅エンベロープ、合成キーコードを生成
し、指数変換するという演算処理が低速で行なわれ、そ
の後の演算処理が高速で行なわれるためのインタフェー
ス用バッファとして使われる。第5図に2つの演算処理
の時間関係を示すが、低速演算周期は高速演算周期の48
倍になっている。これは出力波形の変化レートが可聴周
波数の2倍以上でないといけないために波形演算は高速
で行なわれ(本実施例では約40KHz)、それ以外の演算
は外部RAM7のアクセスに合わせて低速で行っているから
である。
The exponential conversion / phase angle generation circuit 13 exponentially converts the amplitude envelope and the composite key code from the envelope / key code generation circuit 12 by sharing one exponential converter in a time division manner. The exponentially converted amplitude envelope (exponential envelope) and the exponentially converted composite key code (frequency information) are temporarily stored in the envelope register and the frequency information register, respectively. These are used as interface buffers for accessing the external RAM 7 to generate an amplitude envelope and a synthetic key code and performing exponential conversion at low speed, and for performing subsequent arithmetic processing at high speed. Fig. 5 shows the time relationship between the two calculation processes. The low-speed calculation cycle is the high-speed calculation cycle.
Is doubled. This is because the change rate of the output waveform must be twice the audible frequency or more, so the waveform calculation is performed at high speed (about 40 KHz in this embodiment), and the other calculations are performed at low speed according to the access to the external RAM 7. Because it is.

エンベロープレジスタに格納された指数エンベロープは
高速演算に対応して読出され、波形生成回路15にエンベ
ロープE0〜11として転送される。周波数情報レジスタに
格納された周波数情報は、高速演算に対応して読出さ
れ、累算されて位相角データP0〜11として波形生成回路
15に転送される。
The exponent envelope stored in the envelope register is read corresponding to the high speed operation and transferred to the waveform generation circuit 15 as envelopes E0 to E11. The frequency information stored in the frequency information register is read and accumulated in correspondence with the high-speed operation, and the waveform information is generated as the phase angle data P0 to 11 in the waveform generation circuit.
Transferred to 15.

波形生成回路15はOCレジスタ14から読出されたオペレー
ションコードOC0〜7に基いて、指数変換/位相角生成
回路13から転送されるエンベロープE0〜11、位相角デー
タP0〜11に従って楽音波形O0〜15を生成し、DAC8へ出力
する。
The waveform generating circuit 15 is based on the operation codes OC0 to 7 read from the OC register 14, and in accordance with the envelopes E0 to 11 and the phase angle data P0 to 11 transferred from the exponential conversion / phase angle generating circuit 13, the tone waveforms O0 to 15 are generated. Is generated and output to DAC8.

第7図はエンベロープ/キーコード生成回路12の詳細ブ
ロック図で、演算用アドレス生成回路16、書込み禁止回
路17、カウンタB18、クロック発生回路19、演算用タイ
ミング信号発生回路20、演算用制御信号発生回路21、演
算回路22を備えている。カウンタB18は第8図のように
動作するカウンタ1、2、3の構成としており(図示せ
ず)、カウンタ1(最下位)の値に応じ、演算用タイミ
ング信号発生回路20、演算用アドレス生成回路16、クロ
ック発生回路19、演算用制御信号発生回路21等によって
演算回路22は動作フロー(第9図)のように動作する。
ここで、S、A、AM、AL、B、BM、BL、Mはそれぞれ、
演算回路22のSレジスタ、Aレジスタ、Aレジスタ上
位、Aレジスタ下位、Bレジスタ、Bレジスタ下位、M
レジスタ(図示せず)を意味している。動作フローにお
いて、 EFij;エンベロープフラグ i=0〜8(モジュール、ピッチ)、j=0〜7(チ
ャンネル) ERij(s);エンベロープレート i=0〜8(〃)、j=0〜7(〃)、 s=0〜7(エンベロープステップ) ERCj;エンベロープレート変化 j=0〜7(〃) ▲EM ij▼;エンベロープ上位 i〜8(〃)、j=0〜
7(〃) ▲EiL ij▼;エンベロープ下位 i=0〜8(〃)、j=0〜7(〃)、 ELij(s);エンベロープレベル i=0〜8(〃)、j=0〜7(〃)、 s=0〜7(〃) ELCij;エンベロープレベル変化 i=0〜8(〃)、j=0〜7(〃)、 ▲AMDM j▼;振幅モジュレーション上位 j=0〜7
(〃) ▲AMDL j▼; 〃 下位 j=0〜7
(〃) ▲PMDM j▼;ピッチモジュレーション上位 j=0〜7
(〃) ▲PMDL j▼; 〃 下位 j=0〜7
(〃) MSij;モジュレーション感度 i=0〜7(モジュール)、j=0〜7(〃) ▲KCM j▼;キーコード上位 j=0〜7(〃) ▲KCL j▼; 〃 下位 j=0〜7(〃) ▲PEM j▼;ピッチエンベロープ上位 j=0〜7(〃) ▲PEL j▼; 〃 下位 j=0〜7(〃) ▲FRM ij▼;周波数比上位 i=0〜7(〃)、j=0
〜7(〃) ▲FRL ij▼; 〃 下位 i=0〜7(〃)、j=0
〜7(〃) MRj;モジュレーションレート j=0〜7(〃) MLj;モジュレーションレベル j=0〜7(〃) のように対応している。第9図のフローで、左側にある
数字はタイミングを意味しており、0〜11はカウンタ1
の値そのもの、12▲▼〜19▲▼はカウンタ3の値が
8(ピッチの演算)以外のときのカウンタ1の値12〜1
9、12P〜19Pはカウンタ3の値が8(ピッチの演算)の
ときのカウンタ1の値12〜19に相当する。
FIG. 7 is a detailed block diagram of the envelope / key code generation circuit 12. The calculation address generation circuit 16, the write prohibition circuit 17, the counter B18, the clock generation circuit 19, the calculation timing signal generation circuit 20, and the calculation control signal generation. A circuit 21 and an arithmetic circuit 22 are provided. The counter B18 is composed of counters 1, 2, and 3 (not shown) that operate as shown in FIG. The arithmetic circuit 22 is operated by the circuit 16, the clock generation circuit 19, the arithmetic control signal generation circuit 21 and the like as shown in the operation flow (FIG. 9).
Here, S, A, A M , A L , B, B M , B L and M are respectively
Arithmetic circuit 22 S register, A register, A register upper, A register lower, B register, B register lower, M
It means a register (not shown). In the operation flow, EF ij ; envelope flag i = 0 to 8 (module, pitch), j = 0 to 7 (channel) ER ij (s); envelope rate i = 0 to 8 (〃), j = 0 to 7 (〃), s = 0 to 7 (envelope step) ERC j ; envelope rate change j = 0 to 7 (〃) ▲ E M ij ▼; envelope upper level i to 8 (〃), j = 0 to
7 (〃) ▲ Ei L ij ▼; Lower envelope i = 0 to 8 (〃), j = 0 to 7 (〃), EL ij (s); Envelope level i = 0 to 8 (〃), j = 0 ~ 7 (〃), s = 0 to 7 (〃) ELC ij ; envelope level change i = 0 to 8 (〃), j = 0 to 7 (〃), ▲ AMD M j ▼; upper amplitude modulation j = 0 ~ 7
(〃) ▲ AMD L j ▼; 〃 Lower j = 0 to 7
(〃) ▲ PMD M j ▼; Higher pitch modulation j = 0 to 7
(〃) ▲ PMD L j ▼; 〃 Lower j = 0 to 7
(〃) MS ij ; Modulation sensitivity i = 0 to 7 (module), j = 0 to 7 (〃) ▲ KC M j ▼; Key code higher j = 0 to 7 (〃) ▲ KC L j ▼; 〃 Lower j = 0 to 7 (〃) ▲ PE M j ▼; pitch envelope upper j = 0 to 7 (〃) ▲ PE L j ▼; 〃 lower j = 0 to 7 (〃) ▲ FR M ij ▼; frequency ratio upper i = 0 to 7 (〃), j = 0
~ 7 (〃) ▲ FR L ij ▼; 〃 Lower i = 0 to 7 (〃), j = 0
-7 (〃) MR j ; Modulation rate j = 0 to 7 (〃) ML j ; Modulation level j = 0 to 7 (〃). In the flow of FIG. 9, the numbers on the left side mean timing, and 0 to 11 are counters 1.
Value itself, 12 ▲ ▼ to 19 ▲ ▼ are the values of counter 1 12 to 1 when the value of counter 3 is other than 8 (pitch calculation)
9 and 12P to 19P correspond to the values 12 to 19 of the counter 1 when the value of the counter 3 is 8 (pitch calculation).

それによって、以下のような演算機能を実行する。Thereby, the following arithmetic functions are executed.

エンベロープレート(エンベロープの傾きデータ)を
鍵域又は鍵タッチに対応するデータエンベロープレート
変化で変更。
Change the envelope rate (envelope slope data) by changing the data envelope rate corresponding to the key range or key touch.

エンベロープレベル(エンベロープの各ステップの目
標データ)を鍵域又は鍵タッチに対応するデータエンベ
ロープレベル変化で変更。
Change the envelope level (target data of each step of the envelope) by changing the data envelope level corresponding to the key range or key touch.

変更されたエンベロープレート、エンベロープレベル
に従ってエンベロープを生成。
Generate an envelope according to the changed envelope rate and envelope level.

アフタータッチ、LFO等に対応する振幅モジュレーシ
ョンデータを補間し、振幅エンベロープと演算して最終
的な振幅エンベロープ波を生成。
Amplitude modulation data corresponding to aftertouch, LFO, etc. is interpolated and calculated as the amplitude envelope to generate the final amplitude envelope wave.

ベンダー、LFO等に対応するピッチモジュレーション
データをピッチエンベロープと演算。
Calculates pitch modulation data corresponding to vendors, LFOs, etc. with the pitch envelope.

キーコードとモジュレーション付きのピッチエンベロ
ープを演算し、それと各モジュール毎の周波数比率を表
わす周波数比とを演算し、最終的な合成キーコードを生
成。
The key code and the pitch envelope with modulation are calculated, and the frequency ratio representing the frequency ratio of each module is calculated to generate the final synthesized key code.

演算用タイミング記号発生回路20は第10図に示すように
カウンタB18の値BC0〜4、11及び演算回路22からのフラ
グ信号F′に応じて演算用タイミング信号と指数変換制
御回路23のためのタイミング信号0、5、6、8、15、
18を発生する。
As shown in FIG. 10, the arithmetic timing symbol generation circuit 20 is provided for the arithmetic timing signal and the exponential conversion control circuit 23 according to the values BC0 to 4 and 11 of the counter B18 and the flag signal F'from the arithmetic circuit 22. Timing signals 0, 5, 6, 8, 15,
Generates 18.

第11図は指数変換制御回路23の詳細回路である。指数変
換制御回路23は第14図のタイムチャートに示すような信
号CN、FN、MST、WEE、WEF等をカウンタB18の下位5ビッ
ト(カウンタ1)の出力に応じて生成する回路である。
ただし、信号WEE、WEFはカウンタ1の値が19のとき発生
するクロックCKIによって、カウンタB18の上位7ビット
(カウンタ2、3)の値を取込むFF51の値0のときのみ
発生する。これはエンベロープ/キーコード生成回路12
においてピッチ以外の演算で生成される振幅エンベロー
プ、及び合成キーコードを指数変換したもののみをエン
ベロープレジスタ、及び周波数情報レジスタに書込むこ
とを意味している。指数変換制御回路23は、更に、エン
ベロープレジスタ、及び周波数情報レジスタのアドレス
DA0〜DA5を生成する。アドレスDA0はクロックCKIにより
取込むFF45の値である。また、アドレスDA1〜DA5はクロ
ックインバータ63〜72により信号T2が0のとき書込み用
アドレスで、カウンタB18の上位7ビット(カウンタ
2、3)の値をクロックCKIで取込むFF46〜50の値、T2
が1のとき、読出し用アドレスで第6図に示すカウンタ
Aの2〜6ビットメモリの値C1〜5を選択したものとな
っている。すなわち、書込みは、エンベロープ/キーコ
ード生成回路12のチャンネル、モジュールの値がアドレ
スとなり、読出しはインタフェース/制御部11のカウン
タAの値C1〜C5がアドレスとなっている。
FIG. 11 is a detailed circuit of the exponential conversion control circuit 23. The exponential conversion control circuit 23 is a circuit for generating signals CN, FN, MST, WEE, WEF, etc. as shown in the time chart of FIG. 14 according to the output of the lower 5 bits (counter 1) of the counter B18.
However, the signals WEE and WEF are generated only when the value of FF51 that takes in the values of the upper 7 bits (counters 2 and 3) of the counter B18 is 0 by the clock CKI generated when the value of the counter 1 is 19. This is the envelope / key code generation circuit 12
It means that only the amplitude envelope generated by the calculation other than the pitch and the exponentially converted synthetic key code are written in the envelope register and the frequency information register. The exponential conversion control circuit 23 further includes the addresses of the envelope register and the frequency information register.
Generates DA0-DA5. Address DA0 is the value of FF45 fetched by clock CKI. Further, the addresses DA1 to DA5 are write addresses when the signal T2 is 0 by the clock inverters 63 to 72, and the values of FF46 to 50 that fetch the value of the upper 7 bits (counters 2 and 3) of the counter B18 with the clock CKI, T2
When 1 is 1, the read address is selected from the values C1 to 5 of the 2 to 6 bit memory of the counter A shown in FIG. That is, for writing, the values of the channels and modules of the envelope / key code generation circuit 12 are addresses, and for reading, the values C1 to C5 of the counter A of the interface / control unit 11 are addresses.

第12図は指数変換/位相角生成回路13のブロック図であ
る。エンベロープ/キーコード生成回路12で生成された
エンベロープ及びキーコードはクロックCKEでFF73に取
込まれる。FF73の出力は指数変換回路74に入力され、指
数変換された後、エンベロープレジスタ75又は周波数情
報レジスタ77へ書込まれる。エンベロープレジスタ75で
は書込まれた指数変換後のエンベロープを適宜読出し、
FF76を介して波形生成回路15へE′0〜11として出力す
る。周波数情報レジスタ77では書込まれた指数変換後の
キーコード、すなわち周波数情報を適宜読出して、FF78
を介し、加算器79、シフトレジスタ80からなる累算器に
入力して累算する。累算されて生成された位相角P0〜11
は波形生成回路15へ出力される。
FIG. 12 is a block diagram of the exponential conversion / phase angle generation circuit 13. The envelope and key code generated by the envelope / key code generation circuit 12 are taken into the FF 73 at the clock CKE. The output of the FF 73 is input to the exponential conversion circuit 74, subjected to exponential conversion, and then written to the envelope register 75 or the frequency information register 77. In the envelope register 75, the written envelope after exponential conversion is read appropriately,
It outputs as E'0-11 to the waveform generation circuit 15 via FF76. In the frequency information register 77, the written key code after exponential conversion, that is, the frequency information is read out as appropriate, and FF78
Is input to an accumulator composed of an adder 79 and a shift register 80 to accumulate. Phase angles P0 to 11 generated by accumulation
Is output to the waveform generation circuit 15.

第13図は本考案の特徴を成す指数変換回路74のブロック
図である。この指数変換回路74では、エンベロープの指
数変換とともにキーコードの指数変換を行っているの
で、指数変換の傾き及びレンジはキーコードの指数変換
(周波数情報)に合わせている。周波数情報Rは楽音周
波数fに比例するから、R=Afとなり、楽音周波数fは
最低音周波数をf0とおくと、f=f0・2Z/12となる。た
だし、Zは半音以下の分解能を持つキーコードである。
したがって、 R=Af0・2Z/12 となる。キーコードZを半音以上の部分を7ビット、半
音以下の部分を6ビットで表現し、 Z=X+ΔX/64 (X=0〜127、ΔX=0〜63)とおくと、 R=Af0・2X/12・2Δx/768 (1) となる。したがって、粗データRcを、 Rc=Af0・2X/12、 細データRfを、 Rf=2Δx/768 とおくと、式(1)の乗算により、目的とする指数変換
データが得られる。ここに、細データは2進数で示すと
表1のようになる。
FIG. 13 is a block diagram of the exponential conversion circuit 74 which is a feature of the present invention. Since the exponential conversion circuit 74 performs exponential conversion of the key code as well as exponential conversion of the envelope, the slope and range of the exponential conversion match the exponential conversion (frequency information) of the key code. Since the frequency information R is proportional to the tone frequency f, R = Af, and the tone frequency f becomes f = f 0 .2Z / 12 when the lowest tone frequency is f 0 . However, Z is a key code having a resolution of one semitone or less.
Therefore, R = Af 0 · 2 Z / 12. When the key code Z is represented by 7 bits for the semitone or more and 6 bits for the semitone or less, and Z = X + ΔX / 64 (X = 0 to 127, ΔX = 0 to 63) is set, R = Af 0. 2 X / 12 · 2 Δx / 768 (1) Therefore, if the rough data R c is R c = Af 0 · 2 X / 12 and the fine data R f is R f = 2 Δx / 768 , the target exponential conversion data can be obtained by the multiplication of equation (1). Is obtained. Here, the fine data is shown in Table 1 in binary.

表1からわかるように、上位の5ビットは、いずれも
1、0000である。そこで、この実施例では、第13図の指
数粗データROM81には、上記Rcの値を記憶させるが、指
数細データROM83には、12ビットのRfの代わりに、その
第6ビット〜第12ビットを記憶させることにより語長を
節約している。すなわち、指数細データROM83の値をEf
とすると、 Rf=1+1/25・Ef である。ここに、 である。
As can be seen from Table 1, the upper 5 bits are all 10,000. Therefore, in this embodiment, the exponent coarse data ROM 81 of FIG. 13 stores the value of R c , but the exponential fine data ROM 83 does not have 12 bits of R f but the sixth bit to the sixth bit. It saves word length by storing 12 bits. That is, the value of the exponential fine data ROM 83 is set to E f
Then, R f = 1 + 1/2 5 · E f . here, Is.

指数変換の目的は、 指数細データROM81の出力Ec(=Rc)に、Rfを乗算する
ことである。すなわち、目的の値Eは、 E=Ec・Rf である。これは、 E=Ec(1+1/25・Ef) したがって、 E=Ec・(1+1/25・Ef6+1/26・Ef5+……+1/211・E
f6) に等しい。1つの演算の仕方として、まず、指数粗デー
タROM81の出力Ecを読み込み、Ecをビットシフトにより1
/25したもの1/25・Ecを、指数細データROM83の最上位ビ
ットEf6でゲート制御し、その出力1/25・Ec・Ef6を、累
算値(ここではEc)に加算し、以下同様にして、累算値
に1/26・Ec・Ef5以降の要素を加算してやれば、目的の
指数変換値が得られる。これが、第13図の指数変換回路
74の基本動作である。以下、より詳細に説明する。
The purpose of exponential conversion is to multiply the output E c (= R c ) of the exponential fine data ROM 81 by R f . That is, the target value E is E = E c · R f . This is E = E c (1 + 1/2 5 · E f ) Therefore, E = E c · (1 + 1/2 5 · E f6 + 1/2 6 · E f5 + ··· + 1/2 11 · E
f6 ). As one calculation method, first, the output E c of the exponential rough data ROM 81 is read and E c is set to 1 by bit shift.
/ 2 5 was intended to 1/2 5 · E c, gated by the most significant bit E f6 exponent fine data ROM 83, the output 1/2 5 · E c · E f6 , accumulated value (here E c ), and then similarly, adding the elements after 1/2 6 · E c · E f5 to the accumulated value gives the target exponential conversion value. This is the exponential conversion circuit in Figure 13.
This is the basic operation of 74. The details will be described below.

まず、シフトレジスタ82はパラレルインパラレルアウト
のシフトレジスタで信号CNが“1"のとき、データが入
力、それ以外ではクロックCK2毎に左シフトして出力す
る。シフトレジスタ84はパラレルインシリアルアウトの
シフトレジスタで、信号FNが“1"のときデータ入力、そ
れ以外ではクロックCK2毎に右シフトして出力する。第1
4図のタイムチャートによって、第13図の指数変換回路
を説明する。タイムチャート上段の“カウンタ1"はエン
ベロープ/キーコード生成回路12の演算タイミングで、
各チャンネル、各モジュール毎にタイミング0〜19で演
算し、指数変換/位相角生成回路13はクロックCKEによ
ってタイミング14でエンベロープを、次のチャンネルモ
ジュールの演算時間のタイミング0でキーコードを取込
む。まず、エンベロープの補間について述べる。シフト
レジスタ82はタイミング18の前半でCNが“1"となり、指
数粗データROM81の出力を取込み、シフトを開始する。
すなわち、出力Ec′0〜20はタイムチャートの“補間演
算”の項に示すように、タイミング18の後半で0シフ
ト、19の前半で1シフト……となる。シフトレジスタ84
は、タイミング0の後半でFMが“1"となり指数細データ
ROM83の出力を取込み、シフトを開始する。すなわち、
タイムチャートの“FN"に示すようにタイミング1の前
半でEf6、後半でEf5、……のようになる。ゲート回路87
は制御入力Cが0のとき、0を出力し、1のとき入力デ
ータを出力するもので、▲▼が0のときはナンド
86の出力が1となるので加算器88のB入力には、Ec′0
〜20が入力される。一方、ゲート回路90の出力は▲
▼が0のときオール0となるので加算器88のA入力に
は0が入力さり、FF89にはEc′0〜20がセットされる。
シフトレジスタ84はFNが1のとき7ビットデータがセッ
トされ上位側から順に出力され、データ7ビットを出力
し終ると0を出力し続けるのでゲート回路87は、常に0
を出力している。したがってタイミング18の後半でFF89
に取込まれたEc′0〜20は保持され続ける。そしてタイ
ミング1の前半から4の前半までシフトレジスタ84の出
力Ef6、Ef5、……Ef0によってゲート回路87は制御され
るので演算は以下のようになる。
First, the shift register 82 is a parallel-in parallel-out shift register, which inputs data when the signal CN is "1", and otherwise shifts to the left every clock CK2 and outputs it. The shift register 84 is a parallel-in-serial-out shift register, which inputs data when the signal FN is "1", and otherwise shifts to the right every clock CK2 and outputs it. First
The exponential conversion circuit of FIG. 13 will be described with reference to the time chart of FIG. "Counter 1" at the top of the time chart is the calculation timing of the envelope / key code generation circuit 12,
Calculation is performed at timings 0 to 19 for each channel and each module, and the exponential conversion / phase angle generation circuit 13 fetches the envelope at timing 14 by the clock CKE and the key code at timing 0 of the computation time of the next channel module. First, the envelope interpolation will be described. The CN of the shift register 82 becomes "1" in the first half of the timing 18, the output of the exponent rough data ROM 81 is taken in, and the shift is started.
That is, the outputs E c '0 to 20 are 0 shift in the latter half of the timing 18, 1 shift in the first half of the timing 18, etc., as shown in the item of "interpolation calculation" of the time chart. Shift register 84
Indicates that FM becomes "1" in the latter half of timing 0 and the exponential fine data
Capture the output of ROM83 and start shifting. That is,
As shown in "FN" of the time chart, E f6 in the first half of timing 1, E f5 in the second half, and so on. Gate circuit 87
Outputs 0 when the control input C is 0 and outputs input data when the control input C is 1, and when ▲ ▼ is 0
Since the output of 86 becomes 1, the E input of E c ′ 0
~ 20 is entered. On the other hand, the output of the gate circuit 90 is ▲
When ▼ is 0, all are 0, so 0 is input to the A input of the adder 88, and E c ′ 0 to 20 are set in the FF 89.
In the shift register 84, 7-bit data is set when FN is 1, and is sequentially output from the upper side. When the output of 7 bits of data is completed, 0 is continuously output. Therefore, the gate circuit 87 always outputs 0.
Is being output. Therefore, in the latter half of timing 18, FF89
E c ′ 0 to 20 taken in are continuously held. The gate circuit 87 is controlled by the outputs E f6 , E f5 , ..., E f0 of the shift register 84 from the first half of the timing 1 to the first half of the timing 4, so the calculation is as follows.

タイミング4の後半から6の前半までは、シフトレジス
タ84の出力は0となるからゲート回路87の出力は0とな
り、タイミング4の前半までの演算結果が保持されるこ
とになる。したがって、FF89の出力はタイミング4の後
半から6の後半まで上述の演算結果、すなわち表1の乗
数により式(1)の演算結果となる。キーコードの補間
も同様に行なわれるため、FF89の出力Ex0〜20はタイミ
ング4の後半から6の後半まで指数エンベロープ、12の
後半から18の後半までは周波数情報となる。
From the second half of the timing 4 to the first half of the timing 6, the output of the shift register 84 becomes 0, so the output of the gate circuit 87 becomes 0, and the calculation result up to the first half of the timing 4 is held. Therefore, the output of FF89 becomes the above calculation result from the latter half of timing 4 to the latter half of timing 6, that is, the calculation result of equation (1) by the multiplier of Table 1. Since the key code is interpolated in the same manner, the outputs Ex0 to 20 of the FF89 become exponential envelopes from the latter half of timing 4 to the latter half of timing 6, and frequency information from the latter half of 12 to the latter half of 18.

第15図はエンベロープレジスタ75の詳細図である。上述
したように入力Ex9〜20は、タイミング5〜6で指数エ
ンベロープであり、アドレスDA0は第11図よりT2が0の
ときその指数エンベロープのチャンネルデータのLSB、D
A1〜5はチャンネルデータの上位2ビットの反転、及び
モジュールデータの反転であるからタイミング5の前半
でチャンネルデータが偶数のときENVERAM95へ、奇数の
ときENVORAM96へ書込まれる。また、T2が1のときは、
アドレスDA1〜5は、インタフェース/制御部11からの
基本タイミングC1〜C5の反転であるから、ENDERAM95の
出力がT2=1でE0〜11となり、T2=0でENVORAM96の出
力がE0〜11となる。
FIG. 15 is a detailed diagram of the envelope register 75. As described above, the inputs Ex9 to 20 are exponential envelopes at the timings 5 to 6, and the address DA0 is the LSB and D of the channel data of the exponential envelope when T2 is 0 from FIG.
Since A1 to A5 are the inversions of the upper 2 bits of the channel data and the inversion of the module data, they are written to ENVERAM95 when the channel data is even in the first half of timing 5, and to ENVORAM96 when it is odd. When T2 is 1,
Since the addresses DA1 to DA5 are the inversions of the basic timings C1 to C5 from the interface / control unit 11, the output of ENDERAM95 becomes E0 to 11 when T2 = 1 and the output of ENVORAM96 becomes E0 to 11 when T2 = 0. .

第16図の周波数情報レジスタもエンベロープレジスタと
同様にタイミング15の前半で書込まれ、通常は上と同様
に読出される。
The frequency information register of FIG. 16 is written in the first half of timing 15 similarly to the envelope register, and is normally read out in the same manner as above.

[考案の効果] 以上説明したように、この考案では楽音制御信号発生回
路手段からの直線データで表現された楽音制御信号を、
波形生成回路手段に適した指数データに変換するため
に、直線データの上位ビットデータの指数変換値を出力
する指数粗データ記憶手段と、直線データの下位ビット
テータの指数変換値を出力する指数細データ記憶手段
と、両記憶手段の出力を乗算する演算回路手段とを使用
している。したがって、少ない記憶容量でありながら数
値精度の高い指数変換を行うことができる。
[Effect of the Invention] As described above, in the present invention, the musical tone control signal expressed by the straight line data from the musical tone control signal generating circuit means is
In order to convert the exponent data suitable for the waveform generation circuit means, the exponent coarse data storage means for outputting the exponent conversion value of the upper bit data of the straight line data and the exponential fine data for outputting the exponent conversion value of the lower bit data of the straight line data. The data storage means and the arithmetic circuit means for multiplying the outputs of both storage means are used. Therefore, it is possible to perform exponential conversion with high numerical accuracy even with a small storage capacity.

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

第1図はこの考案の一実施例に係る電子楽器の全体構成
図、第2図は音源LSIのブロック図、第3図は音源LSIの
インターフェース/制御部とエンベロープ/キーコード
生成回路による外部RAM占有の割振を示すタイムチャー
ト、第4図しCPUから音源LSIのインターフェース/制御
部に送られるデータと書込制御信号のタイムチャート、
第5図は楽音制御信号生成のための低速演算周期と波形
生成のための高速演算周期とを示すタイムチャート、第
6図はタイミング信号発生回路のタイムチャート、第7
図はエンベロープ/キーコード生成回路のブロック図、
第8図はカウンタBのタイムチャート、第9図はエンベ
ロープ/キーコード生成回路のフローチャート、第10図
は演算用タイミング信号発生回路の詳細図、第11図は指
数変換制御回路の詳細図、第12図は指数変換/位相角生
成回路のブロック図、第13図は指数変換回路の詳細図、
第14図は指数変換回路のタイムチャート、第15図はエン
ベロープレジスタの詳細図、第16図は周波数情報レジス
タの詳細図である。 12……エンベロープ/キーコード生成回路、15……波形
生成回路、74……指数変換回路、81……指数粗データRO
M、82、84……シフトレジスタ、83……指数細データRO
M、87、90……ゲート回路、88……加算器、89……フリ
ップフロップ。
FIG. 1 is an overall configuration diagram of an electronic musical instrument according to an embodiment of the present invention, FIG. 2 is a block diagram of a tone generator LSI, and FIG. 3 is an external RAM by an interface / control unit and an envelope / key code generation circuit of the tone generator LSI. A time chart showing allocation of occupancy, a time chart of data and a write control signal sent from the CPU to the interface / control unit of the sound source LSI in FIG. 4,
FIG. 5 is a time chart showing a low-speed operation cycle for generating a tone control signal and a high-speed operation cycle for generating a waveform. FIG. 6 is a time chart of a timing signal generating circuit.
The figure shows the block diagram of the envelope / key code generation circuit.
FIG. 8 is a time chart of the counter B, FIG. 9 is a flow chart of the envelope / key code generation circuit, FIG. 10 is a detailed view of the arithmetic timing signal generation circuit, and FIG. 11 is a detailed view of the exponential conversion control circuit. 12 is a block diagram of the exponential conversion / phase angle generation circuit, and FIG. 13 is a detailed diagram of the exponential conversion circuit.
FIG. 14 is a time chart of the exponential conversion circuit, FIG. 15 is a detailed view of the envelope register, and FIG. 16 is a detailed view of the frequency information register. 12 …… Envelope / key code generation circuit, 15 …… Waveform generation circuit, 74 …… Exponential conversion circuit, 81 …… Rough exponential data RO
M, 82, 84 …… Shift register, 83 …… Exponential data RO
M, 87, 90 ... Gate circuit, 88 ... Adder, 89 ... Flip-flop.

Claims (5)

【実用新案登録請求の範囲】[Scope of utility model registration request] 【請求項1】直線データで表現される楽音制御信号を発
生する楽音制御信号発生回路手段(12)と、 指数データで表現される楽音制御信号に基づいて楽音波
形を生成する波形生成回路手段(15)と、 上記楽音制御信号発生回路手段からの直線データを上記
波形生成回路が使用する指数データに変換する指数変換
回路手段(74)と、 を備える楽音合成装置において、 上記指数変換回路手段が、 上記直線データの上位ビットデータでアドレッシングさ
れてこの上位ビットデータの指数変換値を出力する指数
粗データ記憶手段(81)と、 上記直線データの下位ビットデータでアドレッシングさ
れてこの下位ビットデータの指数変換値を出力する指数
細データ記憶手段(83)と、 上記指数粗データ記憶手段の出力と上記指数細データ記
憶手段の出力とを乗算することにより上記直線データの
指数変換値を算出する演算回路手段(82、84〜90)と、 を有することを特徴とする楽音合成装置。
1. A tone control signal generating circuit means (12) for generating a tone control signal expressed by straight line data, and a waveform generation circuit means (12) for generating a tone waveform based on the tone control signal expressed by index data. 15) and an exponential conversion circuit means (74) for converting the straight line data from the musical tone control signal generation circuit means into exponential data used by the waveform generation circuit, wherein the exponential conversion circuit means comprises: An exponent coarse data storage means (81) which is addressed by the upper bit data of the straight line data and outputs an exponential conversion value of the upper bit data, and an exponent of the lower bit data which is addressed by the lower bit data of the straight line data. Exponential fine data storage means (83) for outputting the converted value, output of the exponential coarse data storage means and output of the exponential fine data storage means Musical tone synthesizing apparatus characterized by having a processing circuit means (82,84~90) for calculating the exponential conversion value of the linear data by multiplying the.
【請求項2】実用新案登録請求の範囲第1項記載の楽音
合成装置において、上記直線データは直線エンベロープ
であることを特徴とする楽音合成装置。
2. A musical tone synthesizing apparatus according to claim 1, wherein the straight line data is a linear envelope.
【請求項3】実用新案登録請求の範囲第1項記載の楽音
合成装置において、上記直線データは直線キーコードで
あることを特徴とする楽音合成装置。
3. A musical tone synthesizing apparatus according to claim 1, wherein the straight line data is a linear key code.
【請求項4】実用新案登録請求の範囲第1項記載の楽音
合成装置において、上記演算回路手段は乗算の実行のた
めのシフト回路手段(82、84)を含むことを特徴とする
楽音合成装置。
4. A tone synthesizer according to claim 1 of the utility model registration, wherein said arithmetic circuit means includes shift circuit means (82, 84) for executing multiplication. .
【請求項5】実用新案登録請求の範囲第1項記載の楽音
合成装置において、上記指数変換回路手段は、直線エン
ベロープの指数変換と直線キーコードの指数変換を時分
割で実行することを特徴とする楽音合成装置。
5. The tone synthesis apparatus according to claim 1, wherein the exponential conversion circuit means executes exponential conversion of a linear envelope and exponential conversion of a linear key code in a time division manner. Sound synthesizer
JP1987157036U 1987-10-14 1987-10-14 Music synthesizer Expired - Lifetime JPH0746960Y2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1987157036U JPH0746960Y2 (en) 1987-10-14 1987-10-14 Music synthesizer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1987157036U JPH0746960Y2 (en) 1987-10-14 1987-10-14 Music synthesizer

Publications (2)

Publication Number Publication Date
JPH0160292U JPH0160292U (en) 1989-04-17
JPH0746960Y2 true JPH0746960Y2 (en) 1995-10-25

Family

ID=31436120

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1987157036U Expired - Lifetime JPH0746960Y2 (en) 1987-10-14 1987-10-14 Music synthesizer

Country Status (1)

Country Link
JP (1) JPH0746960Y2 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5838998A (en) * 1981-08-31 1983-03-07 ロ−ランド株式会社 Waveform signal synthesizer
JPS5932040A (en) * 1982-08-13 1984-02-21 Nec Corp Generator of exponential function
JPS6115199A (en) * 1984-06-30 1986-01-23 ヤマハ株式会社 Sound pitch controller
JPS6132897A (en) * 1984-07-25 1986-02-15 カシオ計算機株式会社 Electronic musical instrument
JPS62177598A (en) * 1986-01-30 1987-08-04 セイコーインスツルメンツ株式会社 Musical sound generator

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5838998A (en) * 1981-08-31 1983-03-07 ロ−ランド株式会社 Waveform signal synthesizer
JPS5932040A (en) * 1982-08-13 1984-02-21 Nec Corp Generator of exponential function
JPS6115199A (en) * 1984-06-30 1986-01-23 ヤマハ株式会社 Sound pitch controller
JPS6132897A (en) * 1984-07-25 1986-02-15 カシオ計算機株式会社 Electronic musical instrument
JPS62177598A (en) * 1986-01-30 1987-08-04 セイコーインスツルメンツ株式会社 Musical sound generator

Also Published As

Publication number Publication date
JPH0160292U (en) 1989-04-17

Similar Documents

Publication Publication Date Title
JPS5865493A (en) Waveform generator
US4953437A (en) Method and apparatus for digitally generating musical notes
US4119005A (en) System for generating tone source waveshapes
USRE31653E (en) Electronic musical instrument of the harmonic synthesis type
JPH0746960Y2 (en) Music synthesizer
JPS6230634B2 (en)
USRE31648E (en) System for generating tone source waveshapes
JPH0563799B2 (en)
JPS6217759B2 (en)
JPS6229794B2 (en)
JPS5839B2 (en) electronic musical instruments
US4936179A (en) Electronic musical instrument
JPH036957Y2 (en)
JPS6175393A (en) Harmonic expander for hybrid sound synthesizer
JPH0738956Y2 (en) Music synthesizer
US4446769A (en) Combination tone generator for a musical instrument
JPS61182097A (en) Phased memory address unit for reducing noise for electronicmusical instrument
JPS62245434A (en) Waveform generating device for electronic musical instrument
JP2510090Y2 (en) Music signal generator
JP3636580B2 (en) Sound generator for electronic musical instruments
JP2727451B2 (en) Tone generator
US4811644A (en) Electronic musical instrument for generation of inharmonic tones
JPH0738955Y2 (en) Music synthesizer
JPH0634173B2 (en) Electronic musical instrument
JP3551992B2 (en) Electronic musical instrument