JPH0573031B2 - - Google Patents

Info

Publication number
JPH0573031B2
JPH0573031B2 JP59167117A JP16711784A JPH0573031B2 JP H0573031 B2 JPH0573031 B2 JP H0573031B2 JP 59167117 A JP59167117 A JP 59167117A JP 16711784 A JP16711784 A JP 16711784A JP H0573031 B2 JPH0573031 B2 JP H0573031B2
Authority
JP
Japan
Prior art keywords
information
latch
output
gate
acc
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
JP59167117A
Other languages
Japanese (ja)
Other versions
JPS6145296A (en
Inventor
Makoto Takenaka
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 JP59167117A priority Critical patent/JPS6145296A/en
Publication of JPS6145296A publication Critical patent/JPS6145296A/en
Publication of JPH0573031B2 publication Critical patent/JPH0573031B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Advance Control (AREA)
  • Electrophonic Musical Instruments (AREA)

Description

【発明の詳細な説明】 〔発明の技術分野〕 この発明は、マイクロプログラムに従つて楽音
波形信号の生成処理を行う信号処理装置に関す
る。
DETAILED DESCRIPTION OF THE INVENTION [Technical Field of the Invention] The present invention relates to a signal processing device that generates a musical waveform signal according to a microprogram.

〔発明の背景〕[Background of the invention]

従来より、デイジタル技術によつて各種信号処
理を行う装置が開発されている。例えば電子楽器
のような信号処理装置も、デイジタル回路により
楽音信号を得るようにしたものが多くある。しか
るに、従来の電子楽器においては、夫々の機能毎
に夫々の固有の処理を行う回路を設けるのが一般
的である。
2. Description of the Related Art Conventionally, devices that perform various types of signal processing using digital technology have been developed. For example, many signal processing devices such as electronic musical instruments obtain musical tone signals using digital circuits. However, in conventional electronic musical instruments, it is common to provide circuits that perform unique processing for each function.

即ち、例えば楽音波形信号を生成するために
は、波形のアドレスを指定するアドレス指定回
路、波形メモリから読出された波形情報に対しエ
ンベロープを付加するためのエンベロープ制御回
路、複数楽音を同時に発生するために各チヤンネ
ルから発生された波形情報を累算した後、アナロ
グ信号に変換するための累算回路などは、個別の
構成としなければならなかつた。
That is, for example, in order to generate a musical waveform signal, there is an addressing circuit that specifies the address of the waveform, an envelope control circuit that adds an envelope to the waveform information read from the waveform memory, and a circuit that generates multiple musical tones at the same time. The accumulation circuit for accumulating the waveform information generated from each channel and then converting it into an analog signal had to be constructed separately.

このような従来技術によれば、複雑な波形生成
処理を実行するためには、ハードウエアが莫大な
ものとなり、しかも専用の処理しかできない汎用
性に欠くものであつた。
According to such conventional techniques, in order to execute complicated waveform generation processing, the amount of hardware required is enormous, and moreover, it lacks versatility as it can only perform specialized processing.

そこで例えば、信号処理装置としての電子楽器
の場合、楽音信号を生成するための楽音波形を生
成する処理やエンベロープを付加する処理などを
夫々個別の回路を設けずに、同一の演算回路を用
いて、予め記憶されたデータとマイクロプログラ
ムに従つて繰り返し演算することが考えられてい
るが、変化の速い楽音信号を生成するにはこれら
各処理は極めて短時間で行わねば、楽音信号の変
化に追従できなくなる。
For example, in the case of an electronic musical instrument as a signal processing device, processes such as generating a musical sound waveform and adding an envelope to generate a musical sound signal can be performed using the same arithmetic circuit instead of providing separate circuits. It has been proposed to repeatedly perform calculations according to pre-stored data and a microprogram, but in order to generate fast-changing musical tone signals, each of these processes must be performed in an extremely short time, and it is difficult to follow the changes in the musical tone signal. become unable.

逆に楽音信号の各処理のうち、例えばエンベロ
ープ付加処理などは楽音波形生成処理と比べて変
化がゆつくりであるため、他の処理が複数回実行
される間に1回実行するだけでよく、楽音波形生
成処理と同一の周期で処理を実行すれば無駄な処
理が多くなつて全体の演算時間が長くなつてしま
う問題があつた。
On the other hand, among various processes for musical tone signals, for example, envelope addition processing changes more slowly than musical waveform generation processing, so it only needs to be executed once while other processes are executed multiple times. If the processing is executed at the same cycle as the tone waveform generation processing, there is a problem in that there will be a lot of unnecessary processing and the overall calculation time will become longer.

この問題を解決する方法のひとつとして、この
エンベロープ付加処理と楽音波形生成処理とをイ
ンターラプト処理ルーチンとし、夫々異なる周期
のインターラプトクロツクで実行を開始させる方
式が考えられる。しかしながら、こうしたインタ
ーラプト処理ルーチンを読み出すためにアドレス
制御を行うための構成が複雑になるばかりでな
く、メイン処理ルーチンで実行される処理がイン
ターラプトクロツクの発生毎に中断されるため、
処理時間がインターラプトの周期によつて変動す
るという問題があつた。
One possible solution to this problem is to use the envelope addition process and the musical waveform generation process as interrupt process routines, and to start their execution at interrupt clocks of different cycles. However, not only does the configuration for performing address control to read out such an interrupt processing routine become complicated, but also the processing executed by the main processing routine is interrupted every time an interrupt clock occurs.
There was a problem that the processing time varied depending on the interrupt cycle.

〔発明の目的〕[Purpose of the invention]

本発明は、上記事情に鑑みてなされたものであ
り、簡単なハードウエア構成で、無駄な処理を行
うことのない信号処理装置を提供することにあ
る。
The present invention has been made in view of the above circumstances, and it is an object of the present invention to provide a signal processing device that has a simple hardware configuration and does not perform unnecessary processing.

〔発明の要点〕[Key points of the invention]

本発明は、複数種の処理を所定の順序でかつ各
処理が異なる繰り返し間隔をもつて配置されたマ
イクロプログラムを記憶したプログラムメモリ手
段を有し、このプログラムメモリ手段を最初から
順次時分割に読み出すことにより、各処理に対応
する一連の演算命令を夫々異なる周期で出力し、
この一連の演算命令を複数の演算手段の演算を組
み合わせて実行するようにしたことを特徴とす
る。
The present invention has a program memory means that stores a microprogram in which a plurality of types of processing are arranged in a predetermined order and each process has a different repetition interval, and the program memory means is read out sequentially from the beginning in a time-sharing manner. By doing this, a series of arithmetic instructions corresponding to each process are output at different cycles,
The present invention is characterized in that this series of arithmetic instructions is executed by combining arithmetic operations of a plurality of arithmetic means.

〔実施例〕〔Example〕

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

第1図は、その実施例の回路構成を示すもので
ある。この実施例の回路が実行する処理を機能毎
にまとめて等価的に図式化すると第2図の如くな
る。従つて、本実施例の回路構成を詳細に説明す
るに先だち、第2図の機能ブロツク図の説明す
る。
FIG. 1 shows the circuit configuration of this embodiment. When the processing executed by the circuit of this embodiment is summarized by function and equivalently diagrammed, it becomes as shown in FIG. Therefore, before explaining the circuit configuration of this embodiment in detail, the functional block diagram of FIG. 2 will be explained.

<機能ブロツク> 第2図中、符号1は、図示しないマイクロプロ
セツサとのインターフエース回路であり、マイク
ロプロセツサとはデータバスDBを介して接続さ
れている。
<Functional Block> In FIG. 2, reference numeral 1 is an interface circuit with a microprocessor (not shown), and is connected to the microprocessor via a data bus DB.

このインターフエース回路1を介して、ピツチ
エンベロープジエネレータ2には、ピツチエンベ
ロープを発生するための情報FRRとFRSとが与
えられる。
Via this interface circuit 1, the pitch envelope generator 2 is given information FRR and FRS for generating pitch envelopes.

即ち、ピツチエンベロープジエネレータ2は、
情報FRRで指定される傾きをもつ信号を、最終
値即ち情報FRSまで徐々に発生する。その現在
値の情報を以下FRCと称する。従つて、このピ
ツチエンベロープジエネレータ2は、1回の演算
で、FRC←FRC+FRRを行い、FRCがFRSと一
致あるいはそれを越えると、インタラプト信号
INTを発生して、次の情報FRR,FRSをセツト
するよう上記マイクロプロセツサに指令する。
That is, the pitch envelope generator 2 is
A signal having a slope specified by the information FRR is gradually generated up to the final value, that is, the information FRS. Information on the current value is hereinafter referred to as FRC. Therefore, this pitch envelope generator 2 performs FRC←FRC+FRR in one operation, and when FRC matches or exceeds FRS, an interrupt signal is generated.
Generates INT and instructs the microprocessor mentioned above to set the next information FRR and FRS.

その結果、ピツチエンベロープジエネレータ2
は、折れ線のピツチエンベロープ信号を発生す
る。第3図は、その状態を示す。
As a result, Pitzi Envelope Generator 2
generates a polygonal pitch envelope signal. FIG. 3 shows the situation.

図中3は、加算器で、上記ピツチエンベロープ
ジエネレータ2の出力FRCと、情報FCとを加算
する。情報FCは、出力楽音のピツチの中心値を
決定するもので、仮に、ピツチエンベロープジエ
ネレータ2の出力FRCがゼロならば、このFCで
指定される音高の楽音が定常的に発生することに
なる。
3 in the figure is an adder that adds the output FRC of the pitch envelope generator 2 and the information FC. The information FC determines the center value of the pitch of the output musical tone. If the output FRC of the pitch envelope generator 2 is zero, a musical tone with the pitch specified by this FC will be generated steadily. Become.

そして、この加算器3の出力は、指数変換
ROM4に与えられ、周波数情報FIに変換され
る。即ち、情報FCあるいはFRCは、セント比例
の情報であり、それをヘルツ単位の実際の周波数
を指定する情報とする。
Then, the output of this adder 3 is converted into an exponential
It is given to the ROM 4 and converted into frequency information FI. That is, the information FC or FRC is cent-proportional information, and is information specifying the actual frequency in hertz.

この指数変換ROM4には、更にノイズ情報
NOISEあるいは、FM変調のときは後述する出力
波形情報Oが、情報OSCとして入力する。
This index conversion ROM4 also contains noise information.
In the case of NOISE or FM modulation, output waveform information O, which will be described later, is input as information OSC.

従つて、この情報OSCによつて、更に周波数
が変調することになる。なお、指数変換ROM4
に与えられる2つの情報は内部で加算された後、
指数変換される。
Therefore, the frequency is further modulated by this information OSC. In addition, index conversion ROM4
After the two pieces of information given to are added internally,
Exponential conversion is performed.

そして、出力される周波数情報FIは、位相角
情報ジエネレータ5にて累算されて、位相角アド
レスを指定する位相角情報PAとなり、乗/除算
器6に供給される。
The output frequency information FI is accumulated by the phase angle information generator 5 to become phase angle information PA specifying a phase angle address, and is supplied to the multiplier/divider 6.

乗/除算器6には更に、高調波抑止回路7から
のモジユレーシヨン情報MODが供給される。即
ち、インターフエース回路1を介してウエーブエ
ンベロープジエネレータ8には、情報WRRと
WRSとが与えられる。この情報WRRは、エンベ
ロープ信号の傾きを指定し、情報WRSは最終値
を決定する。そして、このウエーブエンベロープ
ジエネレータ8からは、現在値を与える情報
WRCが出力する。
The multiplier/divider 6 is further supplied with modulation information MOD from a harmonic suppression circuit 7. That is, information WRR and information are sent to the wave envelope generator 8 via the interface circuit 1.
WRS is given. This information WRR specifies the slope of the envelope signal, and the information WRS determines the final value. Then, from this wave envelope generator 8, information giving the current value
WRC outputs.

即ち、ウエーブエンベロープジエネレータ8
は、1回の演算で、WRC←WRC+WRRを実行
する。そして、情報WRCがWRSと一致又はそれ
を越えると、ウエーブエンベロープジエネレータ
8からインタラプト信号INTを発生し、次の情
報WRR,WRSをセツトするよう上記マイクロプ
ロセツサに指令する。この状態を、第4図に示
す。
That is, the wave envelope generator 8
executes WRC←WRC+WRR in one operation. When the information WRC matches or exceeds WRS, the wave envelope generator 8 generates an interrupt signal INT, instructing the microprocessor to set the next information WRR and WRS. This state is shown in FIG.

そして、このウエーブエンベロープジエネレー
タ8の出力情報WRCは、加算器9に、グロウル
ジエネレータ10の出力する情報GLWとともに
与えられる。このグロウルジエネレータ10は、
低周波信号発振器(LFO)の機能をもつており、
出力楽音の周波数に比べて十分低い周波数の信号
即ち情報GLWを発生する。
The output information WRC of the wave envelope generator 8 is then given to the adder 9 together with the information GLW output from the glow generator 10. This growl generator 10 is
It has a low frequency signal oscillator (LFO) function,
A signal, ie, information GLW, whose frequency is sufficiently lower than that of the output musical tone is generated.

そして、上記加算器9の出力が、基本的に波形
の高調波成分の含有率を決定する、つまり波形を
歪ませる程度を決定するものであるが、極度に波
形を歪ませるとスペクトルの折返し歪によるノイ
ズがでることになり、それを防止するために、周
波数情報FIでその上限を決定すべく、上記高調
波抑止回路7でその処理をして、モジユレーシヨ
ン情報MODとして、上記乗/除算器6に与えて
いる。なお、この高調波抑止回路7の詳細は、特
願昭58−251738号(発明の名称「電子楽音の高調
波制限方式」)にて開示してある。
The output of the adder 9 basically determines the content rate of harmonic components of the waveform, that is, the degree to which the waveform is distorted. However, if the waveform is extremely distorted, aliasing distortion of the spectrum occurs. In order to prevent this, the harmonic suppression circuit 7 processes the upper limit using the frequency information FI, and uses the multiplier/divider 6 as the modulation information MOD. is giving to The details of this harmonic suppression circuit 7 are disclosed in Japanese Patent Application No. 58-251738 (title of invention: ``Harmonic Limiting System for Electronic Musical Sounds'').

そして、乗/除算器6は、位相角情報PAをモ
ジユレーシヨン情報MODで除算あるいは双方の
情報を乗算することによつて、波形一周期におい
て、レートが変化する修正アドレス信号、あるい
は波形一周期において1周期を越えてアドレスを
指定する修正アドレス信号を発生するもので、位
相角定数PAが一定レートで繰返し変化するのに
対し、それを歪ませてあるいはそのレートを1よ
り大のレートとして変化する情報ANGを発生す
る。
Then, the multiplier/divider 6 divides the phase angle information PA by the modulation information MOD or multiplies both pieces of information to produce a modified address signal whose rate changes in one waveform period, or a modified address signal whose rate changes in one waveform period. Generates a modified address signal that specifies an address over a period of time, and the phase angle constant PA changes repeatedly at a constant rate. Information that distorts it or changes the rate at a rate greater than 1. Generates ANG.

なお、波形一周期において、レートが不均一と
なる修正アドレス信号で、例えば余弦波を記憶し
たメモリをアクセスすることによつて矩形波、鉅
歯状波を生成する技術を詳細に開示したものとし
て、特願昭57−221266号(発明の名称「波形発生
方式」)があり、波形一周期において1より大の
周期のアドレスを指定する修正アドレス信号で、
例えば余弦波を記憶したメモリをアクセスするこ
とにより、複数周期の波形を得、それに対して一
周期内で窓関数(包絡線信号)を更に乗算してレ
ゾナンス効果を得る技術を開示したものとして、
特願昭57−225582号(発明の名称「電子楽器の楽
音発生方式」)がある。
In addition, this article discloses in detail a technique for generating a rectangular wave or a serpentine wave by accessing a memory that stores a cosine wave, for example, with a modified address signal whose rate is non-uniform in one waveform period. , Patent Application No. 57-221266 (invention title: "Waveform generation method") is a modified address signal that specifies an address with a period greater than 1 in one waveform period.
For example, by accessing a memory that stores cosine waves, a multi-cycle waveform is obtained, and the waveform is further multiplied by a window function (envelope signal) within one cycle to obtain a resonance effect.
There is a Japanese Patent Application No. 57-225582 (title of the invention: ``Method for generating musical sounds for electronic musical instruments'').

そして、この乗/除算器6から出力する情報
ANGは、ウエーブジエネレータ11に与えられ
波形情報Wを発生し、乗算器12に送出される。
The information output from this multiplier/divider 6
ANG is applied to a wave generator 11 to generate waveform information W, which is sent to a multiplier 12.

乗算器12は、通常状態では、入力波形信号を
窓関数信号を1として乗算して出力する、換言す
れば、入力信号を何も変更することなく出力信号
とするものであり、上述したようにレゾナンス効
果時には、所定の波形を1周期毎に繰返しとる窓
関数を入力波形信号に乗算して出力するものであ
る。更に、リング変調効果時には、他のチヤンネ
ルの最終出力波形信号を、当該チヤンネルの波形
信号に乗算する機能をもつ。
In the normal state, the multiplier 12 multiplies the input waveform signal by 1 by the window function signal and outputs the result. In other words, the multiplier 12 outputs the result without changing the input signal in any way, as described above. At the time of the resonance effect, the input waveform signal is multiplied by a window function that repeatedly takes a predetermined waveform every cycle and is output. Furthermore, during the ring modulation effect, it has a function of multiplying the waveform signal of the channel by the final output waveform signal of another channel.

即ち、この乗算器12は、上記波形情報Wのほ
か、窓関数情報Fが、位相角情報ジエネレータ5
から、最終波形情報Oが乗算器13から選択的に
与えられるようになる。
That is, in this multiplier 12, in addition to the waveform information W, the window function information F is transmitted to the phase angle information generator 5.
, the final waveform information O is selectively given from the multiplier 13.

この乗算器12において、如何なる演算をとら
せるのか、例えばどのような窓関数情報Fを波形
情報Wに乗算するのかを指定するのが、波形指定
回路14であり、また、この波形指定回路14は
乗/除算器6において実行する演算形式を変更し
て出力波形を指定する機能も有し、情報WAVを
出力する。この波形指定回路14には、マイクロ
プロセツサの信号がインターフエース回路1を介
して、音色、効果を指定する信号が予めセツトさ
れる。
In this multiplier 12, the waveform designation circuit 14 designates what kind of operation is to be performed, for example, what kind of window function information F is to be multiplied by the waveform information W. It also has a function of specifying an output waveform by changing the arithmetic format executed in the multiplier/divider 6, and outputs information WAV. In this waveform designation circuit 14, a signal from the microprocessor is passed through the interface circuit 1, and a signal for designating the tone color and effect is preset.

第2図中、符号15は振幅エンベロープジエネ
レータであり、音量を決定するエンベロープ信号
を発生するもので、インターフエース回路1を介
して、情報ARR,ARSがマイクロプロセツサか
ら与えられる。
In FIG. 2, reference numeral 15 is an amplitude envelope generator, which generates an envelope signal that determines the volume. Information ARR and ARS are given from the microprocessor via the interface circuit 1.

即ち、この振幅エンベロープジエネレータ15
は、上述したピツチエンベロープジエネレータ2
やウエーブエンベロープジエネレータ8と同様
に、1度の演算で、ARC←ARC+ARRを実行す
る。そして、情報ARCが情報ARSと一致または
それを越えると、振幅エンベロープジエネレータ
15からインタラプト信号INTを発生し、次に
情報ARR,ARSをセツトするようマイクロプロ
セツサに指示する。この状態を、第5図に示す。
That is, this amplitude envelope generator 15
is the above-mentioned Pitzi envelope generator 2
Similarly to the Wave Envelope Generator 8, ARC←ARC+ARR is executed in one operation. When the information ARC matches or exceeds the information ARS, the amplitude envelope generator 15 generates an interrupt signal INT, which instructs the microprocessor to set the information ARR and ARS. This state is shown in FIG.

そして、振幅エンベロープジエネレータ15
は、加算器16に情報ARCを送出する。
And the amplitude envelope generator 15
sends information ARC to adder 16.

またこの加算器16には、トレモロジエネレー
タ17から情報TRMが供給される。即ち、この
トレモロジエネレータ17は、上記グロウルジエ
ネレータ10と同様、低周波数信号を発生する低
周波発振器(LFO)の機能を有しており、時間
と共に振幅レベルが繰返し変化するいるゆるトレ
モロ効果を得るための信号を発生する機能を有す
る。
Information TRM is also supplied to this adder 16 from a tremology generator 17 . That is, like the growl generator 10 described above, this tremolo generator 17 has the function of a low frequency oscillator (LFO) that generates a low frequency signal, and produces a tremolo effect in which the amplitude level repeatedly changes over time. It has the function of generating signals to obtain signals.

そして、上記加算器16は、情報ARCと情報
TRMを加算した後、指数変換ROM18に与え
られる。この指数変換ROM18は、直線/指数
関数変換を行うもので、この指数変換ROM18
は、指数関数変換されたエンベロープ情報、即ち
情報AREを出力し、上記乗算器13に与える。
Then, the adder 16 adds the information ARC and the information
After adding the TRM, it is applied to the exponent conversion ROM 18. This exponential conversion ROM 18 performs linear/exponential function conversion.
outputs the exponentially transformed envelope information, that is, the information ARE, and supplies it to the multiplier 13.

乗算器13は、乗算器12の出力情報WFと、
指数変換ROM18の出力情報AREとを乗算し、
その出力情報Oを、最終段の累算器19に与え
る。
The multiplier 13 receives the output information WF of the multiplier 12,
Multiply by the output information ARE of the index conversion ROM 18,
The output information O is given to the accumulator 19 at the final stage.

即ち、上述した本実施例の機能ブロツク回路に
あつては、例えば、8チヤンネルの時分割処理が
実現でき、上記位相角情報ジエネレータ5、ピツ
チエンベロープジエネレータ2、ウエーブエンベ
ロープジエネレータ8、振幅エンベロープジエネ
レータ15は夫々8チヤンネルの時分割動作を
し、その結果得られる出力波形情報Oは、最大8
チヤンネル分あり、それを累算して最終出力情報
OSMを累算器19は発生し、最終出力DOUTと
する。
That is, in the functional block circuit of the present embodiment described above, for example, time division processing of eight channels can be realized, and the phase angle information generator 5, the pitch envelope generator 2, the wave envelope generator 8, and the amplitude envelope generator Each of the generators 15 performs time-division operation for 8 channels, and the output waveform information O obtained as a result is a maximum of 8 channels.
There are channels, which are accumulated to produce the final output information.
The accumulator 19 generates OSM and takes it as the final output DOUT.

さて、この第2図に示した機能ブロツクの処理
のうち主たる処理の信号変化をまとめると第6図
の如くなる。
Now, FIG. 6 shows a summary of the signal changes of the main processes among the processes of the functional blocks shown in FIG.

即ち、第2図に示した各ブロツクのうち、全て
が同じ頻度で処理を実行するのではなく、ピツチ
エンベロープジエネレータ2の処理のレートを
5Kレートとすれば、ウエーブエンベロープジエ
ネレータ8の処理は10Kレートとなり、振幅エン
ベロープジエネレータ15の処理は、20Kレート
となり、波形を生成するために動作する位相角情
報ジエネレータ5、乗/除算器6、乗算器12,
13等の処理は40Kレートとなる。
That is, among the blocks shown in FIG. 2, all of them do not execute processing at the same frequency, but the processing rate of the pitch envelope generator 2 is
If the rate is 5K, the processing by the wave envelope generator 8 is at a 10K rate, the processing by the amplitude envelope generator 15 is at a 20K rate, and the phase angle information generator 5 and multiplier/divider 6 operate to generate a waveform. , multiplier 12,
13th class processing will be at 40K rate.

従つて、波形生成処理を8回行うときに、振幅
エンベロープ処理は4回、ウエーブエンベロープ
処理は2回、ピツチエンベロープ処理は1回行え
ばよい。
Therefore, when performing waveform generation processing eight times, amplitude envelope processing only needs to be performed four times, wave envelope processing twice, and pitch envelope processing once.

第1図の実施例は、第2図の機能ブロツクの
夫々の処理を、第6図のようにマイクロプログラ
ムに従つて演算実行するように変換し、これを効
率的に実行するような回路構成をとることにより
実現されたものである。なお、この第6図の説明
は後述する。
The embodiment shown in FIG. 1 has a circuit configuration that converts the processing of each of the functional blocks shown in FIG. 2 to perform calculations according to a microprogram as shown in FIG. This was realized by taking the following. Note that the explanation of FIG. 6 will be given later.

<実施例の構成> 以下、第1図の構成を説明する。この第1図に
おいては、演算処理回路ALU1,ALU2を中心
とする回路群と、更にその他の回路群に分けるこ
とができる。
<Configuration of Example> The configuration shown in FIG. 1 will be described below. In FIG. 1, the circuit can be divided into a circuit group centered on the arithmetic processing circuits ALU1 and ALU2, and other circuit groups.

演算処理回路ALU1には、DRAM21と
SRAM22が接続される。即ち、このDRAM2
1の内容は、クロツクφDにて読込がなされるラ
ツチ23に記憶され、SRAM22の内容は、ク
ロツクφSにて読込がなされるラツチ24に記憶さ
れる。そして、ラツチ23の出力はゲートg1を介
して演算処理回路ALU1のA入力端に入力する。
また、演算処理回路ALU1のA入力端にはゲー
トg2を介してバスABが接続される。
The arithmetic processing circuit ALU1 includes DRAM21 and
SRAM22 is connected. That is, this DRAM2
The contents of SRAM 22 are stored in latch 23, which is read on clock φD , and the contents of SRAM 22 are stored in latch 24, which is read on clock φS . The output of the latch 23 is input to the A input terminal of the arithmetic processing circuit ALU1 via the gate g1 .
Furthermore, a bus AB is connected to the A input terminal of the arithmetic processing circuit ALU1 via a gate g2 .

また、ラツチ24の出力は、演算回路ALU1
のB入力端に入力すると共に、クロツクφCで読
込動作するラツチ25に与えられ、ゲートg3を介
し更にゲートg4を介して、DRAM21に供給さ
れ、またゲートg3,g5を介してバスABに接続さ
れる。
Furthermore, the output of the latch 24 is the arithmetic circuit ALU1.
It is input to the B input terminal of the circuit, and is also applied to the latch 25 which performs a read operation with the clock φ C , and is supplied to the DRAM 21 through the gate g 3 and further through the gate g 4 , and also through the gates g 3 and g 5 . Connected to bus AB.

演算処理回路ALU1のO出力端からの出力は
ゲートg6を介してクロツクφA1で読込動作するラ
ツチ(Acc)26に印加される。また、ラツチ2
4の出力はゲートg7を介して、このラツチ26に
も供給される。そして、このラツチ26は上記バ
スABに接続される。
The output from the O output terminal of the arithmetic processing circuit ALU1 is applied via a gate g6 to a latch (Acc) 26 which performs a read operation with a clock φA1. Also, latch 2
The output of 4 is also supplied to this latch 26 via gate g7. This latch 26 is then connected to the bus AB.

また、上記ラツチ23の出力はゲートGJを介
してバスEBに接続される。このバスEBには、更
にゲートGKが接続されており、クロツクφE2
読込動作をするラツチ27の出力が供給される。
Further, the output of the latch 23 is connected to the bus EB via the gate GJ. A gate GK is further connected to this bus EB, and is supplied with the output of a latch 27 which performs a read operation with a clock φE2 .

更に、ラツチ27の出力はゲートg8を介して
SRAM22の入力端に与えられる。このSRAM
22には、バスOBがゲートg9を介して接続され、
また上記DRAMにもこのバスOBがゲートg10
介して接続される。そして、上記演算処理回路
ALU1からは、演算結果が所定条件を満足する
ことを検出すると、インタラプト信号INTが出
力し、図示しないマイクロプロセツサに供給され
る。
Furthermore, the output of latch 27 is passed through gate g8 .
It is given to the input terminal of SRAM22. This SRAM
22, the bus OB is connected via gate g9 ,
This bus OB is also connected to the DRAM via gate g10 . And the above arithmetic processing circuit
When it is detected that the calculation result satisfies a predetermined condition, the ALU 1 outputs an interrupt signal INT, which is supplied to a microprocessor (not shown).

上記ラツチ27には、指数変換ROM28の出
力に従い、更に補間処理を実行する乗算器(内部
に加算器を含む)29の出力が印加される。この
乗算器29のA入力端には、ゲートg11を介して
与えられるラツチ23の出力か、あるいはゲート
g12を介して与えられるバスABの出力が供給さ
れ、乗算器29のB入力端にはバスPBの出力が
供給される。
In accordance with the output of the exponent conversion ROM 28, the output of a multiplier (internally including an adder) 29 for performing interpolation processing is applied to the latch 27. The A input terminal of this multiplier 29 is either the output of the latch 23 applied via the gate g11 or the gate
The output of the bus AB given via g12 is supplied, and the B input of the multiplier 29 is supplied with the output of the bus PB.

そして、また上記バスABの出力はゲートg13
介し、更にゲートg14を介して、上記ゲートg8
るいはゲートGKに接続される。また、ゲート
g13,g14は、ゲートg15に接続される。
Then, the output of the bus AB is connected to the gate g8 or the gate GK via the gate g13 and further via the gate g14 . Also, the gate
g 13 and g 14 are connected to gate g 15 .

上記バスABへのラツチ26出力は、ラツチ3
0にクロツクφNで読込まれる。このラツチ30
には、周波数情報を累算して得られる位相角情報
がラツチされるもので、その出力は、出力波形の
形状に応じて異なるゲート制御がなされるゲート
31に供給されると共に、コンパレータ32に供
給される。そして、このコンパレータ32の出力
は、上記ゲート31に与えられると共にゲート3
3にも供給される。即ち、このゲート33は、ラ
ツチ34にクロツクφMで記憶されるモジユレー
シヨン情報を適宜ゲート制御して、乗/除算器3
5に供給する。
The latch 26 output to the above bus AB is the latch 3
0 with the clock φN . This latch 30
, phase angle information obtained by accumulating frequency information is latched, and its output is supplied to a gate 31 that performs gate control differently depending on the shape of the output waveform, and is also supplied to a comparator 32. Supplied. The output of this comparator 32 is given to the gate 31 and also to the gate 31.
3 is also supplied. That is, this gate 33 appropriately gate-controls the modulation information stored in the latch 34 by the clock φ M , and outputs the modulation information to the multiplier/divider 3.
Supply to 5.

乗/除算器35では、ゲート31を介して与え
られる位相角情報を、ゲート33を介して与えら
れるモジユレーシヨン情報にて除算するか、ある
いは両情報を乗算して、ラツチ36に記憶させ
る。このラツチ36は、クロツクφw1にて読込動
作をする。
Multiplier/divider 35 divides the phase angle information provided via gate 31 by the modulation information provided via gate 33, or multiplies both information and stores the result in latch 36. This latch 36 performs a read operation on clock φw1 .

そして、このラツチ36の出力は、例えば余弦
波の情報を記憶するROM37に与えられ、波形
情報をアクセスし、補間用の乗算器(内部に加算
器を含む)38を介して、ラツチ39にクロツク
φw2でストアされる。
The output of this latch 36 is then given to a ROM 37 that stores, for example, cosine wave information, accesses the waveform information, and sends a clock signal to a latch 39 via an interpolation multiplier (internally including an adder) 38. Stored in φw 2 .

ラツチ39の出力は、ゲートg16を介してブー
のアルゴリズムによる乗算器40のX入力端に供
給される。またこの乗算器40のY入力端には、
クロツクφw3にて読込動作がなされるラツチ41
の出力がゲートg17を介して、またラツチ26の
出力がゲートg18を介して与えられ、その乗算結
果はZ入力端から出力し、ラツチ42にクロツク
φw3にて読込まれる。そして、このラツチ42の
出力は、クロツクφw3の発生によりラツチ41に
供給記憶され、またラツチ43にクロツクφU
て読込まれる。
The output of latch 39 is applied via gate g16 to the X input of a multiplier 40 according to Bou's algorithm. Moreover, at the Y input terminal of this multiplier 40,
Latch 41 whose reading operation is performed at clock φw3
The output of latch 26 is applied through gate g17, and the output of latch 26 is applied through gate g18 , and the multiplication result is output from the Z input and read into latch 42 at clock φw3 . The output of this latch 42 is supplied to and stored in latch 41 upon generation of clock φw3 , and read into latch 43 at clock φU .

そして、このラツチ43の出力は、ゲートGL
を介して、バスEBと接続されるほか、ゲートg19
を介して、ゲートg15,g13,g14とも接続される。
The output of this latch 43 is the gate GL
In addition to being connected to the bus EB via the gate G 19
It is also connected to gates g 15 , g 13 , and g 14 via .

上記ゲートGLからの出力は、演算処理回路
ALU2のA入力端にも供給される。この演算処
理回路ALU2のB入力端には、PRAM45の出
力がラツチ46を介して与えられる。このラツチ
46には読込クロツクφPが与えられる。そして、
このラツチ46の出力は、更にクロツクφLにて
読込動作をするラツチ47にも供給される。この
ラツチ47の出力はゲートg20を介して、ラツチ
48にクロツクφTRでラツチされる。また、演算
処理回路ALU2のO出力端からはゲートg20を介
してラツチ(Acc)49にクロツクφA2で読込ま
れる。
The output from the gate GL above is the arithmetic processing circuit
It is also supplied to the A input terminal of ALU2. The output of the PRAM 45 is applied via a latch 46 to the B input terminal of the arithmetic processing circuit ALU2. This latch 46 is provided with a read clock φP . and,
The output of this latch 46 is also supplied to a latch 47 which performs a read operation on clock .phi.L . The output of latch 47 is latched via gate g20 into latch 48 by clock φTR . Further, the signal is read from the O output terminal of the arithmetic processing circuit ALU2 into the latch (Acc) 49 via the gate g20 using the clock φA2 .

また、このラツチ49には、ノイズジエネレー
タ44の出力がゲートg21を介し、更にゲートg22
を介して与えられる。またゲートg20を介して出
力される信号は、ゲートg23を介して演算処理回
路ALU2のB入力端にも入力される。
Further, the output of the noise generator 44 is connected to this latch 49 via a gate g21 , and further to a gate g22.
given through. Further, the signal outputted via the gate g20 is also inputted to the B input terminal of the arithmetic processing circuit ALU2 via the gate g23 .

そして、上記ラツチ49の出力は、DA変換器
(図示せず)に最終出力を与えるラツチ50にク
ロツクφ0にて読込まれると共に、バスPBにも与
えられ、ゲートg24にも与えられる。またゲート
g14,g19にも与えられる。
The output of the latch 49 is then read into a latch 50 which provides a final output to a DA converter (not shown) at the clock φ 0 , and is also applied to the bus PB and to the gate g 24 . Also the gate
Also given to g 14 and g 19 .

そして、このラツチ49の出力は、ゲートg25
を介してラツチ48に供給されるほか、ゲート
g26を介してPRAM45にも記憶される。更にゲ
ートg27を介してラツチ48に記憶された内容が、
ゲートg25,g26にも与えられる。そして、上記
PRAMには、バスOBを介して供給される信号が
ゲートg28介し供給される。
The output of this latch 49 is gate g 25
In addition to being supplied to the latch 48 via the gate
It is also stored in the PRAM 45 via g26 . Further, the contents stored in latch 48 via gate g27 are
Also given to gates g 25 and g 26 . And above
The signal supplied via the bus OB is supplied to the PRAM via the gate g28 .

第1図中符号51はインターフエース回路であ
り、マイクロプロセツサから供給されるデータは
ゲートg30を介してバスOBに出力される。そし
て、また、各種コントロール信号は、インストラ
クシヨンデコーダ52にも供給される。そして、
この第1図の回路の動作を所定の順序(シーケン
ス)で制御するために、プログラムカウンタ53
があり、後述するように、このプログラムカウン
タ53の上位カウンタは00〜1Fまでの32ステツ
プをとるようになつていて、この32ステツプの処
理で基本的な演算ルーチンがおわる。
Reference numeral 51 in FIG. 1 is an interface circuit, and data supplied from the microprocessor is outputted to the bus OB via gate g30 . The various control signals are also supplied to the instruction decoder 52. and,
In order to control the operation of the circuit shown in FIG. 1 in a predetermined order (sequence), the program counter 53
As will be described later, the upper counter of the program counter 53 takes 32 steps from 00 to 1F, and the basic arithmetic routine ends with the processing of these 32 steps.

このプログラムカウンタ53には中位カウンタ
として14進のカウンタがあり、下位カウンタとし
て中位カウンタの2倍のレートのカウンタ(28
進)がある。
This program counter 53 has a hexadecimal counter as a middle counter, and a counter with a rate twice that of the middle counter (28
There is a

そして、これらのプログラムカウンタ53の出
力は、ROM54に与えられて、種々のマイクロ
インストラクシヨンコードが読出され、それを、
上記インストラクシヨンデコーダ52に与えて
個々の指令、各ゲートg1〜g30,GJ,GK,GLの
開閉指令、RAMに対するアドレス指定等のイン
ストラクシヨン信号を出力するようになつてい
る。
The outputs of these program counters 53 are given to the ROM 54, where various microinstruction codes are read out and
The instruction decoder 52 is provided with instruction signals such as individual commands, opening/closing commands for gates g1 to g30 , GJ, GK, and GL, and address designation for the RAM.

なお、この第1図の回路構成において、第2図
の機能ブロツク図のうち、指数変換ROM4と指
数変換ROM18とは、この第1図の指数変換
ROM28、乗算器29に相当する。後述するよ
うに、第1図では1つの回路を用いて、周波数変
換、エンベロープの指数変換の双方の機能を実現
するようになり、ハードウエアの節約をはかつて
いる。
In the circuit configuration shown in FIG. 1, the index conversion ROM 4 and the index conversion ROM 18 in the functional block diagram shown in FIG.
This corresponds to the ROM 28 and the multiplier 29. As will be described later, in FIG. 1, one circuit is used to realize both the functions of frequency conversion and envelope index conversion, thereby saving hardware.

また同様に、第2図の乗/除算器6は、第1図
の符号30〜36の回路に相当し、第2図のウエ
ーブジエネレータ11は、第1図の符号37,3
8,39の回路に相当する。
Similarly, the multiplier/divider 6 in FIG. 2 corresponds to circuits 30 to 36 in FIG. 1, and the wave generator 11 in FIG. 2 corresponds to circuits 37 and 3 in FIG.
This corresponds to 8.39 circuits.

そして、第2図では、乗算器12と乗算器13
を別個の構成としたが、第1図では、ブースのア
ルゴリズムによる乗算器40を時分割的に2回の
演算を1つの波形演算に対して行うようにしたも
のであり、この点でもハードウエアの低減をはか
つている。
In FIG. 2, multiplier 12 and multiplier 13
However, in FIG. 1, the multiplier 40 based on the Booth's algorithm is configured to time-divisionally perform two operations for one waveform operation, and in this respect, the hardware is We are working to reduce this.

その他の機能ブロツクは、演算処理回路ALU
1と演算処理回路ALU2とを中心とする回路に
よつて実現されており、その詳細な対応関係は後
に説明するとおりである。
Other functional blocks are the arithmetic processing circuit ALU
1 and an arithmetic processing circuit ALU2, and their detailed correspondence will be explained later.

<メモリマツプ> 次に、SRAM22,DRAM21,PRAM45
のメモリマツプを第7図〜第9図を参照して説明
する。
<Memory map> Next, SRAM22, DRAM21, PRAM45
The memory map will be explained with reference to FIGS. 7 to 9.

先ずSRAM22は、夫々8チヤンネル(ch0〜
ch7)の10種類のデータが記憶される。例えば1
つのチヤンネルの1つの種類のデータは16ビツト
から成る。なお、他のメモリについても同様のビ
ツト構成とする。
First of all, each SRAM22 has 8 channels (ch0~
ch7) 10 types of data are stored. For example 1
One type of data in one channel consists of 16 bits. Note that the other memories have similar bit configurations.

そして、SRAM22には、ピツチエンベロー
プを生成するための情報FRR,FRS(既に第2図
で説明済、以下同様)、ウエーブエンベロープを
生成するための情報WRR,WRS、振幅エンベロ
ープを生成するための情報ARR,ARSが記憶さ
れる。また、中心周波数を指定する情報FC、波
形形状等を指定する情報WAV、周波数情報FI、
指数変換された振幅エンベロープ情報AREがこ
のSRAM22に記憶される。
The SRAM 22 contains information FRR and FRS for generating a pitch envelope (already explained in Fig. 2; the same applies hereinafter), information WRR and WRS for generating a wave envelope, and information for generating an amplitude envelope. ARR and ARS are memorized. In addition, information FC specifying the center frequency, information WAV specifying the waveform shape, etc., frequency information FI,
The exponentially converted amplitude envelope information ARE is stored in this SRAM 22.

また第8図に示すように、DRAM21には、
8チヤンネル(ch0〜ch7)の4種類のデータが
記憶される。即ち、ピツチエンベロープの現在値
情報FRC、ウエーブエンベロープの現在値情報
WRC、振幅エンベロープの現在値情報ARC、位
相角を指定する位相角情報PAがこのDRAM21
に記憶される。なお、夫々の情報は第2図にて示
したとおりのものである。
In addition, as shown in FIG. 8, the DRAM 21 has
Four types of data of 8 channels (ch0 to ch7) are stored. In other words, the current value information FRC of the pitch envelope, the current value information of the wave envelope
WRC, amplitude envelope current value information ARC, and phase angle information PA that specifies the phase angle are in this DRAM21.
is memorized. Note that each piece of information is as shown in FIG.

第9図は、PRAM45の記憶内容を示し、8
チヤンネル分の高調波抑止のための情報BL、8
チヤンネル分のモジユレーシヨン情報MOD、4
チヤンネル分のグロウル情報GLW、トレモロ情
報TRMが記憶される。
FIG. 9 shows the memory contents of PRAM45.
Information BL for channel harmonic suppression, 8
Modulation information MOD for channels, 4
Growl information GLW and tremolo information TRM for each channel are stored.

なお、グロウル効果、トレモロ効果をかけると
きは、2つのチヤンネル毎に相違する効果が付加
されるようになつていて、4種類の情報でよいこ
とになる。
Note that when applying a growl effect or a tremolo effect, different effects are added to each of the two channels, so four types of information are sufficient.

また、FM変調、あるいはノイズ変調を行うた
めの情報OSCは、5個分あり、奇数チヤンネル
ch1,3,5,7は変調を基本的にかけないため
0である情報OSC7が相等し、偶数チヤンネル
ch0はOSC0,ch2は情報OSC1,ch4は情報OSC
2,ch6は情報OSC3が相当する。
In addition, there are 5 information OSCs for performing FM modulation or noise modulation, and odd channels
Channels 1, 3, 5, and 7 are basically not modulated, so the information OSC7 that is 0 is equal, and the even channels
ch0 is OSC0, ch2 is information OSC1, ch4 is information OSC
2, ch6 corresponds to information OSC3.

また、最終出力の累算情報OSMは1個分
(OSM4)、後述する変調レベルの基準を決める
情報αは2個分(α5が奇数チヤンネルch1,
3,5,7に対応し、α6が偶数チヤンネル
ch0,2,4,6に対応する)あり、これらが
PRAM45に記憶される。
In addition, the cumulative information OSM of the final output is for one piece (OSM4), and the information α that determines the standard of the modulation level, which will be described later, is for two pieces (α5 is odd channel ch1,
Corresponds to 3, 5, 7, α6 is even channel
corresponding to ch0, 2, 4, 6), and these are
It is stored in PRAM45.

<インストラクシヨン> 次に、これらのSRAM22,DRAM21,
PRAM45の内容に対し種々の演算を実行する
ために出力されるインストラクシヨンにつき説明
する。
<Instruction> Next, these SRAM22, DRAM21,
Instructions output to perform various operations on the contents of PRAM 45 will be explained.

即ち、これらのインストラクシヨンは、ROM
54の内容に従つてインストラクシヨンデコーダ
52から出力するものであつて、先ず、演算処理
回路ALU1に関連するインストラクシヨンにつ
いて説明する。
That is, these instructions are
First, instructions related to the arithmetic processing circuit ALU1 will be explained.

(イ) D+S→Acc これは、DRAM21の内容をラツチ23を介
し更にゲートg1を介して演算処理回路ALU1の
A入力端に与えると共に、SRAM22の内容を
ラツチ24を介して演算処理回路ALU1のB入
力端に与え、その各入力端の内容を加算した後、
ゲートg6を介して、ラツチ(Acc)26にセツト
するものであり、具体的なインストラクシヨンと
しては、 FRC+FC→Acc,PA+FI→Acc がある。
(a) D+S→Acc This means that the contents of the DRAM 21 are applied to the A input terminal of the arithmetic processing circuit ALU1 via the latch 23 and further through the gate g1 , and the contents of the SRAM 22 are applied to the A input terminal of the arithmetic processing circuit ALU1 via the latch 24. B input terminal, and after adding the contents of each input terminal,
It is set in the latch (Acc) 26 via the gate g6 , and specific instructions include FRC+FC→Acc, PA+FI→Acc.

(ロ) D±S→Acc これは、DRAM21の内容とSRAM22の内
容と、SRAM22の符号(±)によつて、加減
算し、それをラツチ26に記憶させるもので、具
体的なインストラクシヨンとしては、 FRC+FRR→Acc WRC+WRR→Acc ARC+ARR→Acc がある。
(b) D±S→Acc This is to add and subtract the contents of DRAM 21, the contents of SRAM 22, and the sign (±) of SRAM 22, and store it in the latch 26. As a concrete instruction, has FRC+FRR→Acc WRC+WRR→Acc ARC+ARR→Acc.

(ハ) S→Acc これはSRAM22の内容をラツチ24に記憶
させ、ゲートg7を開成し、ラツチ26に記憶させ
るもので、具体的なインストラクシヨンとして
は、 ARE→Acc がある。
(c) S→Acc This is to store the contents of the SRAM 22 in the latch 24, open the gate g7 , and store it in the latch 26. A specific instruction is ARE→Acc.

(ニ) D→Acc これはDRAM21の内容をラツチ26へ同様
に転送するもので、ゲートg1,g6を開成し、演算
処理回路ALU1を介して転送記憶する。具体的
なインストラクシヨンとしては、 PA→Acc がある。
(d) D→Acc This transfers the contents of the DRAM 21 to the latch 26 in the same way, by opening the gates g 1 and g 6 and transferring and storing them via the arithmetic processing circuit ALU 1. A specific instruction is PA→Acc.

(ホ) Acc−S→D これは、ラツチ26の内容を、ゲートg2を開成
し、(ゲートg1は閉成し)て、演算処理回路ALU
1のA入力端に印加し、SRAM22の内容を演
算処理回路ALU1のB入力端に印加し、その減
算結果が一致またはSRAM22の内容を越えた
とき、SRAM22の内容をラツチφC、ゲートg3
を介し、ゲートg4を介してDRAM21に書込み、
また減算結果が、ラツチ26つまりAccの値が
SRAM22の内容を越えなければその値、Acc
をゲートg5を開成し、ゲートg4を介してDRAM
21に書込む。この具体的なインストラクシヨン
は、各エンベロープの計算の際に出力される Acc−FRS→FRC Acc−WRS→WRC Acc−ARS→ARC である。
(e) Acc-S→D This transfers the contents of the latch 26 to the arithmetic processing circuit ALU by opening the gate g2 and closing the gate g1 .
1, the contents of SRAM22 are applied to the B input of arithmetic processing circuit ALU1, and when the subtraction result matches or exceeds the contents of SRAM22, the contents of SRAM22 are latched φ C and gate g 3
write to DRAM21 via gate g4 ,
Also, the subtraction result is latch 26, that is, the value of Acc.
If the value does not exceed the contents of SRAM22, Acc
Open gate g 5 and connect DRAM through gate g 4
Write to 21. This specific instruction is Acc-FRS→FRC Acc-WRS→WRC Acc-ARS→ARC, which is output when calculating each envelope.

(ヘ) Acc→D これは、ラツチ26の内容をゲートg5,g4を介
してDRAM21に書込むもので、具体的には、 Acc→PA という命令がある。
(f) Acc→D This writes the contents of the latch 26 to the DRAM 21 via gates g5 and g4 , and specifically there is an instruction called Acc→PA.

以上が、演算処理回路ALU1に関する主なイ
ンストラクシヨンである。次に、演算処理回路
ALU2についてのインストラクシヨンの説明を
する。
The above are the main instructions regarding the arithmetic processing circuit ALU1. Next, the arithmetic processing circuit
I will explain the instructions for ALU2.

(ト) P+GJ→Acc これは、PRAM45の内容をラツチ46に転
送し、演算処理回路ALU2のB入力端に印加す
るとともに、バスEB上のゲートGJを開成し、
DRAM21からの情報をA入力端に印加し、そ
の加算結果をゲートg20を介してラツチ(Acc)
49にストアさせるもので、具体的には、 GLW+GJ→Acc なるインストラクシヨンがあり、そのときゲート
GJを介して与えられる情報はWRCである。
(g) P+GJ→Acc This transfers the contents of PRAM45 to latch 46, applies it to the B input terminal of arithmetic processing circuit ALU2, and opens gate GJ on bus EB.
Information from DRAM21 is applied to the A input terminal, and the addition result is latched (Acc) via gate g20 .
49. Specifically, there is an instruction such as GLW+GJ→Acc, and at that time, the gate
The information given via GJ is WRC.

(チ)P+GK→Acc これはPRAM45の内容を、同様にして演算
処理回路ALU2のB入力端に与えると共に、ゲ
ートGKを開成してバスEB上の情報をA入力端
に与え、その演算結果をラツチ49に記憶させ
る。
(H) P+GK→Acc This similarly applies the contents of PRAM45 to the B input terminal of the arithmetic processing circuit ALU2, opens the gate GK, applies the information on the bus EB to the A input terminal, and outputs the result of the operation. It is stored in the latch 49.

具体的には、 α+GK→Acc という命令であつて、このときゲートGKを介し
て与えられるのは、周波数情報FI(ラツチ27の
出力)である。
Specifically, the command is α+GK→Acc, and at this time, what is given via gate GK is frequency information FI (output of latch 27).

(リ)P+GL→Acc これはPRAM45の内容を、演算処理回路
ALU2のB入力端に与えると共に、ゲートGLを
開成し、バスEB上の情報を、演算処理回路ALU
2のA入力端に与え、双方の情報を加算してラツ
チ49に記憶させる。
(li) P+GL→Acc This converts the contents of PRAM45 to the arithmetic processing circuit.
At the same time, the gate GL is opened and the information on the bus EB is transferred to the arithmetic processing circuit ALU2.
2, the information on both sides is added and stored in the latch 49.

具体的には、 OSM+GL→Acc という命令であり、このときゲートGLを開成し
て入力するのはラツチ43の波形情報である。
Specifically, the command is OSM+GL→Acc, and at this time, it is the waveform information of the latch 43 that opens the gate GL and inputs it.

(ヌ)P→Acc これは、PRAM45の内容をラツチ(Acc)
49に記憶させるもので、ゲートg23を開成して
行う。
(NU) P→Acc This latches the contents of PRAM45 (Acc).
This is done by opening gate g23 .

具体的には、 MOD→Acc TRM→Acc OSC→Acc というインストラクシヨンがある。 in particular, MOD→Acc TRM→Acc OSC→Acc There is an instruction.

(ル)Acc−P→TR これは、ラツチ49の内容Accをゲートg24
開成して演算処理回路ALU2のA入力端に与え、
PRAM45の内容を演算処理回路ALU2のB入
力端に与え、両情報を減算し、Accの値が
PRAM45の値を越えなければ値Accを、そう
でなければPRAM45の値を、ラツチ48に記
憶させる。
(ru) Acc-P→TR This opens the gate g24 and applies the content Acc of the latch 49 to the A input terminal of the arithmetic processing circuit ALU2,
The contents of PRAM45 are given to the B input terminal of the arithmetic processing circuit ALU2, and both pieces of information are subtracted, and the value of Acc is
If the value of PRAM 45 is not exceeded, the value Acc is stored in latch 48, and if not, the value of PRAM 45 is stored in latch 48.

そのとき、ラツチ49の値を、ラツチ48に転
送する場合は、ゲートg25を開成して行ない、ラ
ツチ46の内容をラツチ48に転送するときは、
ラツチ47に一度転送し、ゲートg29を開成して
転送する。この具体的なインストラクシヨンとし
ては、 Acc−BL→TR がある。
At that time, if the value of latch 49 is to be transferred to latch 48, gate g25 is opened, and if the content of latch 46 is to be transferred to latch 48,
The signal is transferred once to latch 47, gate g29 is opened, and the signal is transferred. A specific instruction for this is Acc-BL→TR.

(ヲ)TR→P これは、ラツチ48の内容をPRAM45に転
送するもので、ゲートg27,g26を開成して行う。
この具体的なインストラクシヨンとしては、 TR→MOD がある。
(w) TR→P This is to transfer the contents of the latch 48 to the PRAM 45, and is performed by opening the gates g27 and g26 .
A specific instruction for this is TR→MOD.

(ワ)Acc→P これは、ラツチ49の内容をPRAM45に記
憶するもので、ラツチ49の内容をゲートg26
開成して転送する。この具体的なインストラクシ
ヨンとしては、 Acc→OSM Acc→BL がある。
(W) Acc→P This is to store the contents of the latch 49 in the PRAM 45, and transfer the contents of the latch 49 by opening the gate g26 . This specific instruction is Acc→OSM Acc→BL.

(カ)GL→Acc これは、ゲートGL(ゲートg21)を開成し、バ
スEBの内容を、ラツチ49にゲートg22を介して
入力する。具体的には、ラツチ43に記憶された
波形情報または、ノイズジエネレータ44のノイ
ズ出力をこのラツチ49に記憶させる。
(f) GL→Acc This opens gate GL (gate g 21 ) and inputs the contents of bus EB to latch 49 via gate g 22 . Specifically, the waveform information stored in latch 43 or the noise output of noise generator 44 is stored in latch 49.

(ヨ)Acc→P これは、ラツチ49の内容を、PRAM45に
書込むもので、ゲートg25,g26を介してPRAM4
5に供給する。具体的には Acc→OSC というインストラクシヨンがある。
(Y) Acc→P This is to write the contents of the latch 49 to the PRAM 45, and the contents of the latch 49 are written to the PRAM 45 through the gates g 25 and g 26 .
Supply to 5. Specifically, there is an instruction called Acc→OSC.

次に、第6図を参照して、夫々のレートの処理
を説明する。
Next, the processing of each rate will be explained with reference to FIG.

<5Kレートの演算> 先ず、ピツチエンベロープを算出する際は、
5Kレート毎であるが、上述した演算処理回路
ALU1では、DRAM21の情報FRCと、SRAM
22の情報FRRとを加減算し、レジスタ26に
記憶させる(FRC+FRR→Acc)。
<5K rate calculation> First, when calculating the pitch envelope,
For each 5K rate, the above-mentioned arithmetic processing circuit
In ALU1, information FRC of DRAM21 and SRAM
22 information FRR is added and subtracted, and the result is stored in the register 26 (FRC+FRR→Acc).

そして、この演算結果情報が、SRAM22の情
報FRSを越えるか否か判断し、もしそれ以下で
あれば、この情報FRCをDRAM21に記憶させ
る。もし上記判断により情報FRSを越えたこと
が検知されると、ピツチエンベロープの1つフエ
イズの折れ線の演算が完了したことになり、演算
処理回路ALU1はインタプラト信号INTを発生
し、かつ情報FRSを、DRAM21に情報FRCと
して記憶させる(Acc−FRS→FRC)。
Then, it is determined whether this calculation result information exceeds the information FRS of the SRAM 22, and if it is less than that, this information FRC is stored in the DRAM 21. If it is detected that the information FRS has been exceeded by the above judgment, it means that the calculation of the polyline of one phase of the pitch envelope has been completed, and the arithmetic processing circuit ALU1 generates the interrupt signal INT and outputs the information FRS. It is stored in the DRAM 21 as information FRC (Acc-FRS→FRC).

そして、次に、演算処理回路ALU1では、
DRAM21の情報FRCと、SRAM22の情報
FCとを加算し、ラツチ26に記憶させる。
Then, in the arithmetic processing circuit ALU1,
DRAM21 information FRC and SRAM22 information
FC and stored in latch 26.

そして、ラツチ26の出力はバスABを介して
乗算器29のA入力端に与えられる。そして、同
時に、演算処理回路ALU2の側ではPRAM45
からラツチ49に転送(OSC→Acc)されている
情報OSCが、バスPBを介して上記乗算器29の
B入力端に与えられる。
The output of latch 26 is then applied to the A input terminal of multiplier 29 via bus AB. At the same time, on the side of the arithmetic processing circuit ALU2, the PRAM45
The information OSC transferred from the latch 49 to the latch 49 (OSC→Acc) is applied to the B input terminal of the multiplier 29 via the bus PB.

そして、その双方の情報は加算された後、指数
変換ROM28を用いて指数変換され、且つ演算
精度をあげるために補間の乗算を、乗算器29が
実行し、その演算結果、即ち周波数情報FIを、
ゲートg8を介してSRAM22に記憶させる
(SRAMWRITE)とともに、ゲートGKを介しバス
EBを介して、演算処理回路ALU2のA入力端に
与える。
After the two pieces of information are added, they are exponentially converted using an exponential conversion ROM 28, and a multiplier 29 executes interpolation multiplication to increase the calculation accuracy, and the calculation result, that is, the frequency information FI. ,
It is stored in SRAM22 through gate g8 (SRAM WRITE ), and is also stored on the bus through gate GK.
It is applied to the A input terminal of the arithmetic processing circuit ALU2 via EB.

そして同時に、PRAM45に記憶されている
情報αが、この演算処理回路ALU2のB入力端
にも与えられ、その加算結果がラツチ49に記憶
される(α+GK→Acc)。そして、次にラツチ4
9の出力が、PRAM45に高調波抑止情報BLと
して記憶される。
At the same time, the information α stored in the PRAM 45 is also applied to the B input terminal of the arithmetic processing circuit ALU2, and the addition result is stored in the latch 49 (α+GK→Acc). And then latch 4
The output of No. 9 is stored in the PRAM 45 as harmonic suppression information BL.

以上の処理により、ピツチエンベロープ情報を
発生し、それに従つて周波数情報FIを発生する
とともに、周波数情報FIに従つた高調波抑止情
報BLを得ることができる。
Through the above processing, it is possible to generate pitch envelope information, generate frequency information FI in accordance with the pitch envelope information, and obtain harmonic suppression information BL in accordance with the frequency information FI.

<10Kレートの演算> 演算処理回路ALU1では、DRAM21に記憶
された情報WRCと、SRAM22に記憶された情
報WRRとを加算して、ラツチ26にセツトする
(WRC+WRR→Acc)。そして、次にこのラツチ
26の出力Accが、SRAM22に記憶されてい
るWRSを越えたか否か判断し、もし越えていな
ければ、ラツチ26の内容をDRAM21に情報
WRCとしてセツトし、もし越えたら、演算処理
回路ALU1からインタラプト信号を発生すると
ともに、情報WRSを、DRAM21に情報WRC
として記憶させる(Acc−WRS→WRC)。
<10K rate calculation> In the calculation processing circuit ALU1, the information WRC stored in the DRAM 21 and the information WRR stored in the SRAM 22 are added and set in the latch 26 (WRC+WRR→Acc). Next, it is determined whether the output Acc of this latch 26 exceeds the WRS stored in the SRAM 22, and if it does not, the contents of the latch 26 are transferred to the DRAM 21.
If it exceeds the WRC, an interrupt signal is generated from the arithmetic processing circuit ALU1, and the information WRS is sent to the DRAM21 as the information WRC.
(Acc-WRS→WRC).

また、上記DRAM21の情報WRCは、ゲート
GJを介し、バスEBを介して、演算処理回路
ALU2のA入力端に与えられ、同時にPRAM4
5からB入力端に供給される情報GLWと加算し、
ラツチ49にストアさせる(GLW+GJ→Acc)。
In addition, the information WRC of DRAM21 above is the gate
Arithmetic processing circuit via GJ and bus EB
It is applied to the A input terminal of ALU2, and at the same time PRAM4
5 to the information GLW supplied to the B input terminal,
Store it in Latch 49 (GLW+GJ→Acc).

そして次に、このラツチ49の出力Accと、
PRAM45に記憶された情報BLとの比較が行わ
れ、もし、情報Accが情報BLを越えていなけれ
ば、情報Accをにラツチ48に、セツトし、もし
情報Accが情報BLを越えていたら、情報BLをラ
ツチ48にセツトする(Acc−BL→TR)。そし
て次に、このラツチ48の内容をPRAM45に
情報MODとして転送記憶させる。
And next, the output Acc of this latch 49,
A comparison is made with the information BL stored in the PRAM 45, and if the information Acc does not exceed the information BL, the information Acc is set to the latch 48, and if the information Acc exceeds the information BL, the information Set BL to latch 48 (Acc-BL→TR). Then, the contents of this latch 48 are transferred and stored in the PRAM 45 as information MOD.

以上の処理によりウエーブエンベロープの演算
が実行され、その結果が高調波制限情報BLと比
較されて適切な値の情報がモジユレーシヨン情報
MODとして算出されることになる。
Through the above processing, the wave envelope calculation is executed, the result is compared with the harmonic limit information BL, and the appropriate value information is used as the modulation information.
It will be calculated as MOD.

<20Kレートの演算> 演算処理回路ALU1では、DRAM21の出力
ARCと、SRAM22の出力ARRとが加減算され
て、ラツチ26にストアされる(ARC+ARR→
Acc)。そして、次にこのラツチ26の出力と、
SRAM22の出力ARSとの大小比較判断が行わ
れ、情報Accが情報ARSを越えていなければ、
情報AccがDRAM21に情報ARCとしてストア
され、情報ARSを越えたときは、あるエンベロ
ープのフエイズが終了したことになり、演算処理
回路ALU1がインタラプト信号INTを発生し、
かつ情報ARSを、DRAM21に情報ARCとして
ストアさせる(Acc−ARS→ARC)。
<20K rate calculation> In the calculation processing circuit ALU1, the output of DRAM21
ARC and the output ARR of the SRAM 22 are added and subtracted and stored in the latch 26 (ARC+ARR→
Acc). Then, the output of this latch 26,
A comparison judgment is made with the output ARS of the SRAM 22, and if the information Acc does not exceed the information ARS,
When the information Acc is stored in the DRAM 21 as the information ARC and exceeds the information ARS, it means that the phase of a certain envelope has ended, and the arithmetic processing circuit ALU1 generates an interrupt signal INT.
And the information ARS is stored in the DRAM 21 as the information ARC (Acc-ARS→ARC).

また、情報ARCは、乗算器29のA入力端に
印加される。演算処理回路ALU2側では、
PRAM45の内容TRMを、ラツチ49に転送し
た(TRM→Acc)後、バスPBを介して乗算器2
9のB入力端に供給する。
Further, the information ARC is applied to the A input terminal of the multiplier 29. On the arithmetic processing circuit ALU2 side,
After the content TRM of PRAM45 is transferred to the latch 49 (TRM→Acc), it is transferred to the multiplier 2 via the bus PB.
9's B input terminal.

乗算器29では、A入力端に入力する情報と、
B入力端に入力する情報とを加算した後、指数変
換するための処理を実行し、その出力AREを
SRAM22に記憶させる(SRAMWRITE)。
In the multiplier 29, the information input to the A input terminal,
After adding the information input to the B input terminal, execute processing for exponent conversion, and convert the output ARE to
Store it in SRAM22 (SRAM WRITE ).

このようにして、振幅エンベロープが発生し、
それとトレモロ情報と加算された後、指数変換が
なされて、エンベロープ情報AREが生成される。
In this way, an amplitude envelope is generated,
After adding it to the tremolo information, an exponential conversion is performed to generate envelope information ARE.

<40Kレートの演算> 演算処理回路ALU1では、DRAM21の内容
PAと、SRAM22の内容FIとを加算して新たな
位相角情報PAを生成しラツチ26に記憶させ
(PA+FI→Acc)るとともに、その内容を再び
DRAM21に入力する(Acc→PA)。
<40K rate calculation> In the calculation processing circuit ALU1, the contents of DRAM21
PA and the content FI of the SRAM 22 are added to generate new phase angle information PA, which is stored in the latch 26 (PA+FI→Acc), and the content is read again.
Input to DRAM21 (Acc→PA).

そして、この位相角情報PAは、バスABを介
してラツチ30に記憶される。また、PRAM4
5からは、情報MODが読出されラツチ49に記
憶され(MOD→Acc)た後、バスPBを介してラ
ツチ34にストアされる。
This phase angle information PA is then stored in latch 30 via bus AB. Also, PRAM4
5, information MOD is read out and stored in latch 49 (MOD→Acc), and then stored in latch 34 via bus PB.

そして、乗/除算器35及びゲート31,3
3、コンパレータ32は指定される演算をこの位
相角情報PAとモジユレーシヨン情報MODに対
し施し、しかる後、情報ANGとして送出しラツ
チ36にセツトする。そして、この情報ANGに
よつてROM37及び乗算器38が動作し、波形
情報Wが、ラツチ39に記憶されるようになる。
Then, the multiplier/divider 35 and the gates 31 and 3
3. The comparator 32 performs the specified calculation on the phase angle information PA and modulation information MOD, and then sets it in the sending latch 36 as information ANG. The ROM 37 and the multiplier 38 operate according to this information ANG, and the waveform information W is stored in the latch 39.

そして、このラツチ39の内容は、ゲートg16
を介して乗算器40のX入力端に与えられるとと
もに、Y入力端には、DRAM21の情報PAがラ
ツチ26に転送され(PA→Acc)、さらにその情
報Accが、バスABを介して窓関数情報Fとして
ゲートg18を介して与えられる。
And the contents of this latch 39 are gate g 16
At the same time, the information PA of the DRAM 21 is transferred to the latch 26 (PA→Acc) at the Y input terminal of the multiplier 40 via the bus AB. Information F is provided via gate g18 .

そしてこの乗算器40のZ出力端からは、窓関
数Fと波形情報Wとを乗算した結果情報WFが、
出力しラツチ42にラツチされ、更にラツチ41
にラツチされた後乗算器40のX入力端に再度与
えられる。
Then, from the Z output terminal of this multiplier 40, the result information WF obtained by multiplying the window function F and the waveform information W is
It is output and latched by latch 42, and further latched by latch 41.
After being latched, the signal is applied again to the X input terminal of the multiplier 40.

そして、今度は、SRAM22の出力AREがラ
ツチ26に一時記憶された後(ARE→Acc)、バ
スABを介して、更にゲートg18を介して乗算器4
0のY入力端に与えられる。
Then, this time, after the output ARE of the SRAM 22 is temporarily stored in the latch 26 (ARE→Acc), it is sent to the multiplier 4 via the bus AB and further via the gate g18 .
It is given to the Y input terminal of 0.

即ち、このY入力端に与えられるのはエンベロ
ープ情報であり、このエンベロープ情報と、ラツ
チ41の波形情報とが乗算器40にて乗算され
て、ラツチ42,43を介し、更にゲートGLを
介して演算処理回路ALU2のA入力端に与えら
れる。そして同時に、PRAM45の内容OSMと
加算され、ラツチ49に記憶される(OSM+GL
→Acc)。
That is, envelope information is given to this Y input terminal, and this envelope information is multiplied by the waveform information of latch 41 in multiplier 40, and then transmitted through latches 42 and 43 and further through gate GL. It is applied to the A input terminal of the arithmetic processing circuit ALU2. At the same time, the contents of PRAM45 are added to OSM and stored in latch 49 (OSM+GL
→Acc).

そして、このラツチ49の内容は、再び
PRAM45に記憶される(Acc→OSM)ととも
に、例えば、8チヤンネルの全ての波形演算の終
了毎にクロツクφ0が出力されて、ラツチ49の
内容がラツチ50に転送記憶されて、最終出力と
なる。
And the contents of this latch 49 are again
At the same time as being stored in the PRAM 45 (Acc→OSM), for example, a clock φ 0 is output every time all waveform calculations of 8 channels are completed, and the contents of the latch 49 are transferred to and stored in the latch 50, becoming the final output. .

また、次にゲートGLを開成して、バスEB上の
波形情報か、ゲートg21を開成してノイズ情報か
をラツチ49にストアさせ(GL→Acc)、それを
PRAM45に情報OSCとして記憶させ、FM変調
かノイズ変調の場合に使用する。
Next, open the gate GL and store the waveform information on the bus EB, or open the gate g21 and store the noise information in the latch 49 (GL→Acc).
It is stored in the PRAM 45 as information OSC and used for FM modulation or noise modulation.

このようにして、波形生成処理は実行される。
以上は、特に単一のチヤンネルに限つた動作を説
明したが、実際には8チヤンネルの異なる処理が
時分割的に、所定のシーケンスで行われるのであ
つて、以下にその動作を第10図を参照して説明
する。
In this way, the waveform generation process is executed.
The above has explained the operation specifically limited to a single channel, but in reality, different processes for eight channels are performed in a time-sharing manner in a predetermined sequence. Refer to and explain.

上述したように、プログラムカウンタ53は3
つに分けられており、上位のカウンタが32ステツ
プ(00〜1F)をとり、中位のカウンタが上位の
カウンタの1つのステツプの間に14個のステツプ
をとり、下位のカウンタは、中位のカウンタの1
ステツプを2つに分けてカウントするものであ
る。
As mentioned above, the program counter 53 is
The upper counter takes 32 steps (00 to 1F), the middle counter takes 14 steps between one step of the upper counter, and the lower counter takes the middle 1 of the counter of
The steps are divided into two and counted.

そして、上位カウンタが4ステツプ進む間に、
8チヤンネル(ch0〜ch7)の波形情報O0〜O7
1回生成するものであり(ゲートGLの欄を参照
されたい。)、従つて、1つの特定のチヤンネルに
つき着目すれば、上位カウンタが一巡するとき、
8回新たな波形生成処理がなされる。
Then, while the upper counter advances by 4 steps,
Waveform information O 0 to O 7 of 8 channels (ch0 to ch7) is generated once (please refer to the gate GL column). Therefore, if you focus on one specific channel, the upper counter When it goes around,
New waveform generation processing is performed eight times.

そして、これが40Kレートの演算であり、従つ
て、20Kレートの演算では、上位カウンタが一巡
する間に、1つのチヤンネルについて4回処理を
し、10Kレートの演算では同様に2回、5Kレー
トの演算では1回処理を行うようになる。
This is a 40K rate calculation. Therefore, in a 20K rate calculation, one channel is processed four times while the upper counter completes one cycle, and in a 10K rate calculation, it is processed twice, and a 5K rate calculation is processed twice. The calculation is performed once.

即ち、それは最終的な波形情報を生成しようと
した際に、ピツチエンベロープの生成処理の頻
度、ウエーブエンベロープの生成処理の頻度、振
幅エンベロープの生成処理の頻度に異なる重み付
けをして行つたものである。
In other words, when trying to generate the final waveform information, different weights are given to the frequency of pitch envelope generation processing, the frequency of wave envelope generation processing, and the frequency of amplitude envelope generation processing. .

そして、いま例えば上位カウンタの歩進速度は 1/5K(HZ)/32=6.25×10-6秒(160KHz) となり、中位カウンタの歩進速度は、 1/5K(HZ)/(32×14)=4.46×10-7秒(2240K Hz) となり、下位カウンタの歩進速度は、 1/5K(HZ)/(32×14×2)=2.23×10-7秒 (4480KHz) となる。 Now, for example, the step speed of the upper counter is 1/5K (H Z )/32 = 6.25 x 10 -6 seconds (160KHz), and the step speed of the middle counter is 1/5K (H Z )/( 32×14) = 4.46×10 -7 seconds (2240K Hz), and the step speed of the lower counter is 1/5K (H Z )/(32×14×2) = 2.23×10 -7 seconds (4480KHz) becomes.

<5Kレートの演算> 先ずピツチエンベロープを求める演算について
チヤンネルOにつき説明する。
<5K rate calculation> First, the calculation for calculating the pitch envelope will be explained for channel O.

プログラムカウンタ53の上位と中位のカウン
タ(以下同様)が01,Bのときに、SRAM22
から情報FRR0(添字はチヤンネル0を示してお
り、以下同様である。)を、DRAM21から情報
FRC0を読出し、夫々ラツチ24,23にセツト
した後、演算処理回路ALU1にて加算しラツチ
26に入力する。
When the upper and middle counters (the same applies below) of the program counter 53 are 01 and B, the SRAM 22
information FRR 0 (the subscript indicates channel 0, and the same applies hereinafter) from the DRAM21.
After reading FRC 0 and setting them in latches 24 and 23, the arithmetic processing circuit ALU1 adds them and inputs them into latch 26.

そして次にラツチ26の出力と、SRAM22
から読出される情報FRC0と上記演算処理回路
ALU1にて比較検出し、その出力にもとづき適切
な情報を、DRAM21にセツトする。
Then, the output of the latch 26 and the SRAM 22
Information read from FRC 0 and the above arithmetic processing circuit
Comparative detection is performed in ALU 1 , and appropriate information is set in DRAM 21 based on the output.

そして、この情報FRC0は、プログラムカウン
タ53が03,Dのときに 再びDRAM21から
読出され、同時にSRAM22から読出される情
報FC0と加算され、ラツチ26にセツトされる。
Then, this information FRC 0 is read out again from the DRAM 21 when the program counter 53 is 03, D, is added to the information FC 0 read out from the SRAM 22 at the same time, and is set in the latch 26.

また、そのときPRAM45から読出された情
報OSC0は、ラツチ46にセツトされた後、ラツ
チ49に転送され、しかる後、乗算器29のB入
力端に供給される。
Further, the information OSC 0 read out from the PRAM 45 at that time is set in the latch 46, transferred to the latch 49, and then supplied to the B input terminal of the multiplier 29.

そして、A入力端に供給される情報とともに加
算され乗算器29にて指数変換され、周波数情報
FI0となる。いま、この第10図では周波数情報
FI0がラツチ27にラツチされた後の動作につい
て示されていないので、他のチヤンネル即ちチヤ
ンネル7の周波数情報FI7が、プログラムカウン
タ53が00,3の時点で得られた後の動作の説明
をする。
Then, it is added together with the information supplied to the A input terminal, and the multiplier 29 performs exponential conversion to obtain frequency information.
FI becomes 0 . Now, in this Figure 10, frequency information
Since the operation after FI 0 is latched to the latch 27 is not shown, the operation after the frequency information FI 7 of the other channel, that is, channel 7, is obtained when the program counter 53 is 00, 3 will be explained. do.

即ち、この周波数情報FI7は、ゲートGKを介
して、演算処理回路ALU2のA入力端に印加さ
れ、同時に、PRAM45から読出された情報α5
と加算され、ラツチ49にクロツクφA2の出力時
にラツチされ、しかる後に、PRAM45の所定
エリアに高調波抑止情報BLとして記憶される。
That is, this frequency information FI 7 is applied to the A input terminal of the arithmetic processing circuit ALU2 via the gate GK, and at the same time, the information α 5 read from the PRAM 45 is applied to the A input terminal of the arithmetic processing circuit ALU2.
is added and latched by the latch 49 when the clock φ A2 is output, and then stored in a predetermined area of the PRAM 45 as harmonic suppression information BL.

このようにして、ピツチエンベロープの情報が
生成される。なお、他のチヤンネルについても全
く同様である。
In this way, pitch envelope information is generated. Note that the same applies to other channels.

<10Kレートの演算> 次にウエーブエンベロープを求める演算につい
て第10図を参照して説明する。チヤンネルOの
演算は、プログラムカウンタ53が00,Bのとき
開始されるのであつて、SRAM22から情報
WRR0がラツチ24に転送され、DRAM21か
ら情報WRC0がラツチ23に転送され、その結果
得られる情報がラツチ26にクロツクφA1の出力
時にセツトされる。
<10K rate calculation> Next, the calculation for determining the wave envelope will be explained with reference to FIG. The calculation of channel O starts when the program counter 53 is 00,B, and information is input from the SRAM 22.
WRR 0 is transferred to latch 24, information WRC 0 from DRAM 21 is transferred to latch 23, and the resulting information is set in latch 26 at the output of clock φ A1 .

そしてこのラツチ26の情報とSRAM22か
ら出力される情報WRS0との比較が次に行われ、
その結果適切な情報がDRAM21にセツトされ
る。また、この情報WRC0が、ゲートGJを介し
て、演算処理回路ALU2のA入力端に供給され
る。
Then, a comparison is made between the information of this latch 26 and the information WRS 0 output from the SRAM 22.
As a result, appropriate information is set in the DRAM 21. Further, this information WRC 0 is supplied to the A input terminal of the arithmetic processing circuit ALU2 via the gate GJ.

そして、PRAM45から読出されたグロウル
情報GLW0がクロツクφPの出力時点でラツチ46
にセツトされて、演算処理回路ALU2のB入力
端に与えられ、それが加算される。その演算結果
がラツチ49にセツトされ、次にPRAM45か
ら読出される情報BLがラツチ46にセツトされ、
その情報が演算処理回路ALU2にて比較され、
その結果適切な情報がラツチ48に読込まれ、し
かる後PRAM45にモジユレーシヨン情報
MOD0として記憶されることになる。
Then, the growl information GLW 0 read from the PRAM 45 is locked in the latch 46 at the output of the clock φP .
, and is applied to the B input terminal of the arithmetic processing circuit ALU2, where it is added. The result of the calculation is set in the latch 49, and the information BL read out from the PRAM 45 is then set in the latch 46.
The information is compared in the arithmetic processing circuit ALU2,
As a result, the appropriate information is loaded into latch 48, which then loads modulation information into PRAM 45.
It will be stored as MOD 0 .

なお、チヤンネル0に対しては、グロウル情報
GLW0が対応したが、チヤンネル1に対してはグ
ロウル情報GLW2が、チヤンネル2に対してはグ
ロウル情報GLW1が、チヤンネル3に対してはグ
ロウル情報GLW3が、同様にチヤンネル4に対し
てはグロウル情報GLW0が、チヤンネル5に対し
てはグロウル情報GLW2が、チヤンネル6に対し
てはグロウル情報GLW1が、チヤンネル7に対し
てはグロウル情報GLW3が対応する。
In addition, for channel 0, growl information
GLW 0 corresponds, but growl information GLW 2 corresponds to channel 1, growl information GLW 1 corresponds to channel 2, growl information GLW 3 corresponds to channel 3 , and similarly, growl information GLW 3 corresponds to channel 4. corresponds to growl information GLW 0 , channel 5 corresponds to growl information GLW 2 , channel 6 corresponds to growl information GLW 1 , and channel 7 corresponds to growl information GLW 3 .

以上は、チヤンネル0についての説明であつた
が、他のチヤンネルについても同様に所定のシー
ケンスで行えるものである。
The above description has been about channel 0, but the same procedure can be applied to other channels in a predetermined sequence.

<20Kレートの演算> 次に振幅エンベロープを求める演算について、
チヤンネル0につき着目して説明する。
<20K rate calculation> Next, regarding the calculation to obtain the amplitude envelope,
The explanation will focus on channel 0.

プログラムカウンタ53が、00,3のときに
SRAM22から情報ARR0が、DRAM21から
情報RC0が出力され、演算処理回路ALU1から
その演算結果出力が得られ、この結果情報と、再
びSRAM22から読出される情報ARS0とが比較
され、適切な情報が乗算器29のA入力端に与え
られる。
When the program counter 53 is 00,3
Information ARR 0 is output from the SRAM 22, information RC 0 is output from the DRAM 21, the operation result output is obtained from the arithmetic processing circuit ALU1, this result information is compared with the information ARS 0 read out from the SRAM 22 again, and an appropriate Information is applied to the A input of multiplier 29.

そして、PRAM45からラツチ46にクロツ
クφPにて読込まれたトレモロ情報TRM4がラツ
チ49にクロツクφA2にて記憶された後バスPBを
介して乗算器29のB入力端に与えられる。
Then, the tremolo information TRM4 read from the PRAM 45 into the latch 46 at the clock φP is stored in the latch 49 at the clock φA2 , and then applied to the B input terminal of the multiplier 29 via the bus PB.

そして、この乗算器29から指数変換された振
幅エンベロープ情報ARE0がラツチ27にクロツ
クφE2で、プログラムカウンタ53が00,Aのと
きにセツトされる(第10図EXPの欄参照)。
Then, the amplitude envelope information ARE0 , which has been exponentially converted from the multiplier 29, is set in the latch 27 at the clock φE2 when the program counter 53 is 00, A (see the column EXP in FIG. 10).

そして、この出力ARE0は、ゲートg8を介して
SRAM22にセツトされる。
And this output ARE 0 is passed through gate g 8
It is set in SRAM22.

以上は、チヤンネル0の場合であるが、他のチ
ヤンネルに対しても順次所定のシーケンスで同様
の処理がなされることで、エンベロープ情報
ARE1〜ARE7が算出される。
The above is for channel 0, but similar processing is performed for other channels in a predetermined sequence, so that envelope information
ARE 1 to ARE 7 are calculated.

<40Kレートの演算> プログラムカウンタ53の上位、中位カウンタ
が00,6〜00,8〜00,9のときに、SRAM2
2から情報FI0を読出し、クロツクφSでラツチ2
4にセツトするようインストラクシヨンデコータ
52から所定のインストラクシヨンが発生する。
同時に、DRAM21からラツチ23に対し情報
PA0を入力する。
<40K rate calculation> When the upper and middle counters of the program counter 53 are 00, 6~00, 8~00, 9, the SRAM2
Read information FI 0 from 2 and latch 2 with clock φS.
A predetermined instruction is generated from the instruction decoder 52 to set the number to 4.
At the same time, information is sent from DRAM21 to latch 23.
Enter PA 0 .

そして、その情報FI0とPA0とは、演算処理回
路ALU1に与えられ、演算PA0+FI0→Accが行
われ、それが再びDRAM21にセツトされると
ともに、ラツチ30にクロツクφNで読込まれる
(乗/除算器MPY/DIVのφNの欄参照)。そして
同時にラツチ34にはモジユレーシヨン情報
MOD0がPRAM45からラツチ46にクロツク
φPにて読込まれ(演算処理回路ALU2のφPの欄
参照。)その後ラツチ49にクロツクφA2にて読込
まれた後、与えられる。
Then, the information FI 0 and PA 0 are given to the arithmetic processing circuit ALU1, where the arithmetic operation PA 0 +FI 0 →Acc is performed, and this information is again set in the DRAM 21 and read into the latch 30 by the clock φN . (See the φ N column of the multiplier/divider MPY/DIV). At the same time, the latch 34 contains modulation information.
MOD 0 is read from the PRAM 45 into the latch 46 at the clock φ P (see the φ P column of the arithmetic processing circuit ALU 2), and is then read into the latch 49 at the clock φ A2 and then applied.

また、このとき、SRAM22に記憶されてい
る音色を決定する情報WAV0が読出され、この
乗/除算器35にも与えられて、演算の指定が行
われる。
Also, at this time, information WAV 0 that determines the timbre stored in the SRAM 22 is read out, and is also applied to this multiplier/divider 35 to designate an operation.

そして、情報MOD0,PA0,WAV0に従つて、
プログラムカウンタ53が01,6となつたとき
に、ラツチ36に情報ANG0がクロツクφW1で読
込まれる。そして、このラツチ36の内容に従つ
て、ROM37、乗算器38は動作し、波形情報
W0を出力し、そればプログラムカウンタ53が
01,Eとなつたときに、ラツチ39にクロツク
φW2で読込まれる。
And according to the information MOD 0 , PA 0 , WAV 0 ,
When the program counter 53 reaches 01.6, the information ANG 0 is read into the latch 36 at the clock φ W1 . Then, according to the contents of this latch 36, the ROM 37 and the multiplier 38 operate to generate waveform information.
Outputs W 0 , then the program counter 53
01,E, it is read into the latch 39 by the clock φW2 .

そして、通常演奏(ノーマル)のときは、ブー
スの乗算器40のX入力端に、プログラムカウン
タ53の出力が02,3のときに与えられ、同時に
Y入力端には、DRAM21から読出された(演
算処理回路ALU1のφD,φA1の欄参照)情報PA0
が適宜変換されて、窓関数情報F0として与えら
れる。
During normal performance, the output of the program counter 53 is given to the X input terminal of the multiplier 40 of the booth when it is 02, 3, and at the same time, the output of the program counter 53 is given to the Y input terminal ( (Refer to the φ D and φ A1 columns of the arithmetic processing circuit ALU1) Information PA 0
is converted as appropriate and given as window function information F 0 .

そして、この情報W0,F0の乗算出力WF0がプ
ログラムカウンタ53が02,8のときに乗算器4
0から出力し、それがクロツクφW3にてラツチ4
2にラツチされ、次にラツチ43にラツチされて
再び乗算器40のX入力端に与えられる(プログ
ラムカウンタ53が02,Eのとき)。
Then , when the multiplication output WF 0 of this information W 0 and F 0 is 02 and 8 on the program counter 53, the multiplier 4
It outputs from 0 and is latched at clock φ W3 .
2, then latched by the latch 43 and applied again to the X input terminal of the multiplier 40 (when the program counter 53 is 02, E).

そして、このとき乗算器40のY入力端には、
SRAM22から読出された情報ARE0が与えられ
(演算処理回路ALU1のφS,φA1の欄参照)、その
演算結果がプログラムカウンタ53から03,4か
ら発生する。即ち、乗算器40では、WF0×A0
=00の演算が実行され、その出力がクロツクφW3
でラツチ42に記憶され、またクロツクφUでラ
ツチ43に出力される。
At this time, at the Y input terminal of the multiplier 40,
The information ARE 0 read from the SRAM 22 is given (see the columns φ S and φ A1 of the arithmetic processing circuit ALU 1), and the results of the operation are generated from the program counter 53 at 03 and 4. That is, in the multiplier 40, WF 0 ×A 0
=0 0 operation is executed and its output is clock φ W3
It is stored in the latch 42 at the clock φU , and output to the latch 43 at the clock φU.

そして、この出力00は、ゲートGLを介して
(演算処理回路ALU2のGKの欄参照)演算処理
回路ALU2に与えられ他方の入力として情報
OSM4が与えられて演算がなされた後ラツチ4
9にラツチされ、しかる後、PRAM45に記憶
され、またこの演算処理回路ALU2が全チヤン
ネル分の波形情報O0〜O7を加算したときクロツ
クφOにてラツチ50に最終出力情報がラツチさ
れて外部へ出力されることになる。
Then, this output 0 0 is given to the arithmetic processing circuit ALU2 via the gate GL (refer to the GK column of the arithmetic processing circuit ALU2) and is used as the other input to provide information.
After OSM4 is given and the operation is performed, latch 4
9, and then stored in the PRAM 45, and when this arithmetic processing circuit ALU2 adds up the waveform information O0 to O7 for all channels, the final output information is latched in the latch 50 at the clock φO . It will be output to the outside.

そして、また、ゲートGL(又はg21)が開成し、
ラツチ49に波形情報又はノイズ情報が入力さ
れ、それがPRAM45に情報OSCとして入力さ
れる。
Then, the gate GL (or g 21 ) opens again,
Waveform information or noise information is input to the latch 49, which is input to the PRAM 45 as information OSC.

以上、チヤンネル0(ch0)の波形生成動作に
つき説明したが、他のチヤンネルについても同様
である。また、上記例では、ノーマルな波形生成
処理時での動作を説明したが、リング変調を付加
するときは、ブースの乗算器40の動作が相違す
るようになる。
The waveform generation operation for channel 0 (ch0) has been described above, but the same applies to other channels. Further, in the above example, the operation during normal waveform generation processing has been described, but when ring modulation is added, the operation of the Booth multiplier 40 becomes different.

即ち、チヤンネル0について再びその動作を以
下に説明する。リング変調時には、プログラムカ
ウンタ53の出力が02,3のときに、乗算器40
のX入力端に波形情報W0が与えられ、Y入力端
には、チヤンネル5の出力情報O5が与えられる。
That is, the operation of channel 0 will be explained below again. During ring modulation, when the output of the program counter 53 is 02, 3, the multiplier 40
Waveform information W 0 is given to the X input end of the , and output information O 5 of channel 5 is given to the Y input end.

即ち、この情報O5は、チヤンネル5の演算を
行つて得られるもので、ブースの乗算器40で
は、そのための演算を、プログラムカウンター5
3が00,Bのときから開始している。即ち、W5
×F5=WF5の演算を先ず行い、この情報WF5
対して振幅エンベロープ情報A5との乗算をプロ
グラムカウンタ53が01,8から開始し、その結
果情報O5がラツチ41にセツトされる。
That is, this information O5 is obtained by performing the calculation on channel 5, and the Booth multiplier 40 performs the calculation on the program counter 5.
It starts when 3 is 00,B. i.e. W 5
×F 5 =WF 5 is first calculated, and the program counter 53 starts multiplying this information WF 5 by the amplitude envelope information A 5 from 01 and 8, and as a result, information O 5 is set in the latch 41. Ru.

そして、この乗算結果W0O5と、チヤンネル0
のエンベロープ情報A0とが再び乗算器40で乗
算されて、クロツクφUによりラツチ43にその
乗算結果W0A0O5が得られ、これが出力波形情報
O0としてゲートGLを介して演算処理回路ALU2
に供給される。
Then, this multiplication result W 0 O 5 and channel 0
is multiplied again by the multiplier 40 and the multiplication result W 0 A 0 O 5 is obtained in the latch 43 by the clock φ U , which is the output waveform information.
Arithmetic processing circuit ALU 2 through gate GL as O 0
is supplied to

このように、チヤンネル0の波形演算に対して
はチヤンネル5の波形出力O5が与えれてリング
変調効果を実現するようになる。同様にチヤンネ
ル2に対してはチヤンネル7が、チヤンネル4に
対してはチヤンネル1が、チヤンネル6に対して
はチヤンネル3が組合されて、合計最大4音のリ
ング変調効果音が発生することになる。
In this way, the waveform output O5 of channel 5 is given to the waveform calculation of channel 0, thereby achieving a ring modulation effect. Similarly, channel 7 is combined for channel 2, channel 1 is combined for channel 4, and channel 3 is combined for channel 6, resulting in a total of up to 4 ring modulation sound effects. .

以上本発明の一実施例につき説明したが、この
実施例においては、各演算レートが相違する複数
の演算を、プログラムカウンタ53の出力に従つ
て所定のシーケンスで実行するようにして、小規
模の回路で、波形生成のための複数の演算を全て
実行することができるものである。
One embodiment of the present invention has been described above, but in this embodiment, a plurality of calculations with different calculation rates are executed in a predetermined sequence according to the output of the program counter 53. The circuit is capable of executing all of the multiple operations for waveform generation.

なお、上記実施例では、ピツチエンベロープ、
ウエーブエンベロープ、振幅エンベロープを夫々
5Kレート、10Kレート、20Kレートとしたが、そ
の比率は適宜変更でき、要は波形生成のために時
間と共に頻繁に変化すべきフアクターの演算のレ
ートを高くすればよい。
In addition, in the above embodiment, the pitch envelope,
Wave envelope and amplitude envelope respectively
Although the rates are 5K rate, 10K rate, and 20K rate, the ratios can be changed as appropriate.The point is to increase the rate of calculation of factors that should change frequently over time for waveform generation.

また、波形生成のための演算としては、必ずし
も上述した3種類のエンベロープを用いて行うも
のでなくともよい。
Furthermore, the computation for waveform generation does not necessarily have to be performed using the three types of envelopes described above.

また、回路構成としては、加減算器(ALU)
や乗除算器等を複数組合せて所定のシーケンスに
従つて演算を行うものであればよく、上記実施例
の回路構成に限定されるものでない。
In addition, the circuit configuration is an adder/subtractor (ALU)
The present invention is not limited to the circuit configuration of the above embodiment, as long as it performs calculations according to a predetermined sequence by combining a plurality of multipliers, multipliers, dividers, etc.

〔発明の効果〕〔Effect of the invention〕

以上述べたように本発明によれば、プログラム
メモリ手段には、複数種の処理が所定の順序でか
つ各処理が異なる繰り返し間隔で配置されたマイ
クロプログラムを記憶し、このプログラムメモリ
手段を最初から順次時分割に繰り返しアクセスす
ることにより、各処理に対応する一連の演算命令
は夫々異なる周期を以て実行されるため、変化の
ゆつくりしたデータの処理は他の処理が複数回処
理が実行される毎に1回だけとなつて無駄な処理
が実行されなくなり、全体の処理時間が短くな
る。また、プログラムメモリ手段は単に最初から
順にアクセスするだけでよいから、従来のインタ
ーラプト制御のような複雑なハードウエア構成も
必要なくなる、という利点を有する。
As described above, according to the present invention, the program memory means stores a microprogram in which a plurality of types of processing are arranged in a predetermined order and each processing is arranged at different repetition intervals, and the program memory means is programmed from the beginning. By repeatedly accessing data in a sequential time-sharing manner, a series of arithmetic instructions corresponding to each process are executed at different cycles, so processing of slowly changing data is performed every time other processes are executed multiple times. Since the processing is executed only once per cycle, unnecessary processing is not executed, and the overall processing time is shortened. Furthermore, since the program memory means only needs to be accessed sequentially from the beginning, there is no need for a complicated hardware configuration such as conventional interrupt control.

【図面の簡単な説明】[Brief explanation of the drawing]

図面は、本発明の一実施例を示し、第1図はそ
の回路構成図、第2図は、その機能ブロツクを示
す図、第3図はピツチエンベロープを示す図、第
4図はウエーブエンベロープを示す図、第5図は
振幅エンベロープを示す図、第6図は同実施例の
動作を示す図、第7図は、第1図のSRAMの内
容を示す図、第8図は、第1図のDRAMの内容
を示す図、第9図は、第1図のPRAMの内容を
示す図、第10図は同実施例のタイムチヤートを
示す図である。 ALU1,ALU2……演算処理回路、21……
DRAM、22……SRAM、28……指数変換
ROM、29……乗算器、35……乗/除算器、
38……乗算器、40……乗算器、45……
PRAM、52……インストラクシヨンデコーダ、
53……プログラムカウンタ、54……ROM。
The drawings show an embodiment of the present invention; FIG. 1 is a diagram showing its circuit configuration, FIG. 2 is a diagram showing its functional blocks, FIG. 3 is a diagram showing a pitch envelope, and FIG. 4 is a diagram showing a wave envelope. 5 shows the amplitude envelope, FIG. 6 shows the operation of the same embodiment, FIG. 7 shows the contents of the SRAM in FIG. 1, and FIG. 8 shows the contents of the SRAM in FIG. FIG. 9 is a diagram showing the contents of the PRAM in FIG. 1, and FIG. 10 is a diagram showing the time chart of the same embodiment. ALU1, ALU2... Arithmetic processing circuit, 21...
DRAM, 22...SRAM, 28...exponential conversion
ROM, 29...multiplier, 35...multiplier/divider,
38... Multiplier, 40... Multiplier, 45...
PRAM, 52...Instruction decoder,
53...Program counter, 54...ROM.

Claims (1)

【特許請求の範囲】 1 複数種の処理が所定の順序でかつ各処理が異
なる繰り返し間隔で配置されたマイクロプログラ
ムを記憶したプログラムメモリ手段と、 このプログラムメモリ手段に記憶された上記マ
イクロプログラムを最初から所定の順序で繰返し
アクセスするアクセス手段と、 このアクセス手段により上記マイクロプログラ
ムを解読して上記複数の処理の各処理を行う為の
一連の演算命令を順次送出するインストラクシヨ
ンデコーダ手段と、 上記複数の処理に必要なデータを記憶したデー
タメモリ手段と、 このデータメモリ手段からのデータに対して上
記インストラクシヨンデコーダ手段からの各処理
に基づく一連の演算命令に応答して夫々対応する
演算を実行する複数の演算手段と、 を具備した信号処理装置。
[Scope of Claims] 1. Program memory means storing a microprogram in which a plurality of types of processing are arranged in a predetermined order and each processing at different repetition intervals; an access means that repeatedly accesses the microprogram in a predetermined order from the access means; an instruction decoder means that uses the access means to decode the microprogram and sequentially sends out a series of arithmetic instructions for performing each of the plurality of processes; a data memory means that stores data necessary for a plurality of processes; and a data memory means that performs corresponding operations on the data from the data memory means in response to a series of operation instructions based on each process from the instruction decoder means. A signal processing device comprising: a plurality of arithmetic means for execution;
JP59167117A 1984-08-09 1984-08-09 Electronic musical instrument Granted JPS6145296A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59167117A JPS6145296A (en) 1984-08-09 1984-08-09 Electronic musical instrument

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59167117A JPS6145296A (en) 1984-08-09 1984-08-09 Electronic musical instrument

Publications (2)

Publication Number Publication Date
JPS6145296A JPS6145296A (en) 1986-03-05
JPH0573031B2 true JPH0573031B2 (en) 1993-10-13

Family

ID=15843750

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59167117A Granted JPS6145296A (en) 1984-08-09 1984-08-09 Electronic musical instrument

Country Status (1)

Country Link
JP (1) JPS6145296A (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2649910B2 (en) * 1985-10-09 1997-09-03 ヤマハ株式会社 Tone signal generation method
JP2722460B2 (en) * 1987-10-02 1998-03-04 カシオ計算機株式会社 Music synthesizer
JPH0750799Y2 (en) * 1987-10-14 1995-11-15 カシオ計算機株式会社 Tone phase synchronizer
JPH0656553B2 (en) * 1987-10-14 1994-07-27 ヤマハ株式会社 Music signal generator
JP2576618B2 (en) * 1988-12-29 1997-01-29 カシオ計算機株式会社 Processing equipment
JP2576615B2 (en) * 1988-12-29 1997-01-29 カシオ計算機株式会社 Processing equipment

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS50147249A (en) * 1974-05-15 1975-11-26
JPS513743A (en) * 1974-06-28 1976-01-13 Hitachi Ltd
JPS52107734A (en) * 1976-02-16 1977-09-09 Hitachi Ltd Data processing unit
JPS5348721A (en) * 1976-10-16 1978-05-02 Nippon Gakki Seizo Kk Electronic musical instrument
JPS5383609A (en) * 1976-12-29 1978-07-24 Nippon Gakki Seizo Kk Wave generator for electronic musical instruments
JPS54127647A (en) * 1978-03-28 1979-10-03 Toshiba Corp Microprogram control system
JPS5729150A (en) * 1980-07-30 1982-02-17 Toshiba Corp Method and device for arithmetic control
JPS58140793A (en) * 1982-02-15 1983-08-20 株式会社河合楽器製作所 Performance information detection system for electronic musical instrument
JPS59771A (en) * 1982-06-28 1984-01-05 Fujitsu Ltd Selection control system of operation processing section in data processor

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS50147249A (en) * 1974-05-15 1975-11-26
JPS513743A (en) * 1974-06-28 1976-01-13 Hitachi Ltd
JPS52107734A (en) * 1976-02-16 1977-09-09 Hitachi Ltd Data processing unit
JPS5348721A (en) * 1976-10-16 1978-05-02 Nippon Gakki Seizo Kk Electronic musical instrument
JPS5383609A (en) * 1976-12-29 1978-07-24 Nippon Gakki Seizo Kk Wave generator for electronic musical instruments
JPS54127647A (en) * 1978-03-28 1979-10-03 Toshiba Corp Microprogram control system
JPS5729150A (en) * 1980-07-30 1982-02-17 Toshiba Corp Method and device for arithmetic control
JPS58140793A (en) * 1982-02-15 1983-08-20 株式会社河合楽器製作所 Performance information detection system for electronic musical instrument
JPS59771A (en) * 1982-06-28 1984-01-05 Fujitsu Ltd Selection control system of operation processing section in data processor

Also Published As

Publication number Publication date
JPS6145296A (en) 1986-03-05

Similar Documents

Publication Publication Date Title
US4085644A (en) Polyphonic tone synthesizer
US3913442A (en) Voicing for a computor organ
US4373416A (en) Wave generator for electronic musical instrument
US4119005A (en) System for generating tone source waveshapes
JPH0573031B2 (en)
JPH0115075B2 (en)
JPS59137997A (en) Waveform memory reading
JPS58200297A (en) Envelope signal generator
US5687105A (en) Processing device performing plural operations for plural tones in response to readout of one program instruction
JPH0430597B2 (en)
JPS58200294A (en) Envelope signal generator
JPH07325581A (en) Musical sound generation device
JPH0740191B2 (en) Envelope generator
JPS58200296A (en) Envelope signal generator
JPS649639B2 (en)
JP2615545B2 (en) Electronic musical instrument
JP2723041B2 (en) Tone generator
JPH02179693A (en) Processor for electronic musical instrument
JPH0634173B2 (en) Electronic musical instrument
JPH0468632B2 (en)
JP2767973B2 (en) Electronic musical instrument
JPH02179698A (en) Processor for electronic musical instrument
JPH07152380A (en) Musical sound control information generating device
JPS6145295A (en) Envelope control system
JPH02179692A (en) Processor for electronic musical instrument