JP4134905B2 - Acoustic signal processing apparatus and program - Google Patents

Acoustic signal processing apparatus and program Download PDF

Info

Publication number
JP4134905B2
JP4134905B2 JP2003435419A JP2003435419A JP4134905B2 JP 4134905 B2 JP4134905 B2 JP 4134905B2 JP 2003435419 A JP2003435419 A JP 2003435419A JP 2003435419 A JP2003435419 A JP 2003435419A JP 4134905 B2 JP4134905 B2 JP 4134905B2
Authority
JP
Japan
Prior art keywords
parameter
data
conversion
signal processing
data amount
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 - Fee Related
Application number
JP2003435419A
Other languages
Japanese (ja)
Other versions
JP2005195652A (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.)
Yamaha Corp
Original Assignee
Yamaha Corp
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 Yamaha Corp filed Critical Yamaha Corp
Priority to JP2003435419A priority Critical patent/JP4134905B2/en
Publication of JP2005195652A publication Critical patent/JP2005195652A/en
Application granted granted Critical
Publication of JP4134905B2 publication Critical patent/JP4134905B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Electrophonic Musical Instruments (AREA)

Description

この発明は、所定のパラメータに従って音響信号を処理する音響信号処理装置、特に、MIDI規格のシステムエクスクルーシブデータを受信して処理する機能を有する音響信号処理装置、およびコンピュータにこのような音響信号処理装置を制御させるためのプログラムに関する。   The present invention relates to an acoustic signal processing device for processing an acoustic signal according to predetermined parameters, in particular, an acoustic signal processing device having a function of receiving and processing MIDI system exclusive data, and such an acoustic signal processing device to a computer. It is related with the program for controlling.

従来から、音響信号処理に関するデータを記載する形式として、MIDI(Musical Instruments Digital Interface:登録商標)規格が知られている。そして、MIDI規格において、システムエクスクルーシブデータという形式が定義されている。このシステムエクスクルーシブデータという形式は、機器固有のデータを伝えるための形式であり、その内容は、機器のメーカーがある程度自由に定義できるようになっている。この定義の内容としては、例えば非特許文献1に記載のものが挙げられる。
また、MIDI規格のデータを取り扱う装置においては、一般に、パラメータの種類毎に、内部メモリにおける記憶位置(先頭アドレス)と記憶容量(データ量)を固定的に定めることにより、内部メモリの記憶領域を各パラメータに正確かつ効率よく割り当てることが行われていた。このような割り当ての例も、非特許文献1に記載されている。
Conventionally, the MIDI (Musical Instruments Digital Interface: registered trademark) standard is known as a format for describing data relating to acoustic signal processing. In the MIDI standard, a format called system exclusive data is defined. This format of system exclusive data is a format for transmitting device-specific data, and the content of the format can be freely defined by the device manufacturer. Examples of the contents of this definition include those described in Non-Patent Document 1.
Further, in an apparatus that handles MIDI standard data, generally, a storage area (start address) and a storage capacity (data amount) in the internal memory are fixedly determined for each parameter type, so that the storage area of the internal memory is set. Assigning to each parameter accurately and efficiently was performed. An example of such assignment is also described in Non-Patent Document 1.

ところで、このような割り当てを行っている装置において、各パラメータの先頭アドレス及びデータ量は既知であるので、特定のパラメータを書き換えようとする場合、内部メモリにおけるそのパラメータの先頭アドレスから、所定のデータ量分だけのデータを書き換えればよいことになる。
一方で、システムエクスクルーシブデータを受信した装置の側では、指定されたアドレスに書き込むべきデータの容量を把握しており、書き込みを指示されたデータがその容量と合わない場合には、記録を行わないようにしていた。データ量が多すぎて次のパラメータの一部を上書きしてしまったり、逆に少なすぎて前のデータが一部残ってしまったりすることを防止するためである。
「MU1000 MU2000 TONE GENERATOR リストブック」,ヤマハ株式会社,1999年,p.91−121
By the way, since the start address and the data amount of each parameter are known in the apparatus performing such assignment, when trying to rewrite a specific parameter, the predetermined data is obtained from the start address of the parameter in the internal memory. It is only necessary to rewrite the amount of data.
On the other hand, the device receiving the system exclusive data knows the capacity of data to be written to the specified address, and does not record if the data instructed to write does not match that capacity. It was like that. This is to prevent the amount of data from being too large and overwriting a part of the next parameter, or conversely being too small to partially leave the previous data.
“MU1000 MU2000 TONE GENERATOR List Book”, Yamaha Corporation, 1999, p. 91-121

しかしながら、データの容量が所定値と合わない場合でも、受け付けたデータを無視してしまうことは好ましくない。例えば、上位機種においてパラメータを細かく設定できる等して、対応するパラメータの容量が機種毎に異なる場合があるが、このような場合には、受信したパラメータを記録できることが好ましい。   However, even if the data capacity does not match the predetermined value, it is not preferable to ignore the received data. For example, there are cases where the capacity of the corresponding parameter differs depending on the model because the parameters can be set finely in the higher model, etc. In such a case, it is preferable that the received parameter can be recorded.

この発明は、このような問題を解決し、所定のパラメータの値に従って音響信号を処理する音響信号処理装置において、MIDIのシステムエクスクルーシブデータのフォーマットで受信したパラメータのデータ量が、内部メモリに確保された記憶容量と一致しない場合であっても、受信したパラメータの内容を適切に記憶できるようにすることを目的とする。   The present invention solves such a problem, and in an acoustic signal processing apparatus that processes an acoustic signal according to a predetermined parameter value, the amount of parameter data received in the format of MIDI system exclusive data is secured in the internal memory. It is an object of the present invention to appropriately store the contents of received parameters even if they do not match the storage capacity.

上記の目的を達成するため、所定のパラメータの値に従って音響信号を処理する音響信号処理装置において、上記パラメータの値を所定の記録アドレスに所定のデータ量で記憶するパラメータ記憶手段と、上記パラメータの種類毎にそのパラメータの記録アドレス及びデータ量を規定した規定情報を記憶する規定情報記憶手段と、MIDI規格のシステムエクスクルーシブデータを受信する受信手段と、その手段が受信したシステムエクスクルーシブデータから、そのシステムエクスクルーシブデータに含まれるパラメータの種類を判別する判別手段と、その手段が判別したパラメータの種類に対応するデータ量を、上記規定情報を参照して取得するデータ量取得手段と、上記受信手段が受信したシステムエクスクルーシブデータ中のパラメータ値のデータ量が、上記データ量取得手段が取得したデータ量と一致しなかった場合に、そのパラメータ値を上記データ量取得手段が取得したデータ量のデータに変換して上記パラメータ記憶手段の、上記規定情報に従った記録アドレスに記録する記録手段とを設けたものである。 In order to achieve the above object, in an acoustic signal processing apparatus for processing an acoustic signal according to a value of a predetermined parameter, parameter storage means for storing the value of the parameter in a predetermined recording address with a predetermined amount of data , The specification information storage means for storing the specification information specifying the recording address and data amount of the parameter for each type, the receiving means for receiving the system exclusive data of the MIDI standard, and the system exclusive data received by the means from the system exclusive data Discriminating means for discriminating the type of parameter included in the exclusive data, data amount acquiring means for acquiring the data amount corresponding to the parameter type discriminated by the means with reference to the specified information, and receiving means receiving the data Parameters in the system exclusive data The data amount of data values, if the data amount acquisition unit does not match the data amount, and converts the parameter values to the data of the upper Symbol data amount acquisition unit acquires the amount of data, the parameter storage Recording means for recording at a recording address in accordance with the above-mentioned regulation information .

このような音響信号処理装置において、上記記録手段に、上記変換を複数の変換方式で行う手段を設け、上記規定情報記憶手段に、上記規定情報として、上記パラメータの種類毎に上記変換を行う場合に上記複数の変換方式のいずれを採用するかを規定する情報も記憶する手段を設け、上記記録手段に、上記変換を行う場合に、上記判別手段が判別したパラメータの種類に対応する変換方式を上記規定情報を参照して取得し、その取得した変換方式を用いて上記変換を行う手段を設けるとよい。   In such an acoustic signal processing device, the recording means is provided with means for performing the conversion by a plurality of conversion methods, and the conversion is performed for each type of the parameter as the specified information in the specified information storage means. Means for storing information defining which of the plurality of conversion methods is to be used, and when the conversion is performed on the recording means, a conversion method corresponding to the type of parameter determined by the determination unit is provided. It is preferable to provide means for obtaining the reference information and performing the conversion using the acquired conversion method.

また、この発明のプログラムは、コンピュータを、音響信号処理に関するパラメータの値を所定の記録アドレスに所定のデータ量で記憶するパラメータ記憶手段と、上記パラメータの種類毎にそのパラメータの記録アドレス及びデータ量を規定した規定情報を記憶する規定情報記憶手段と、MIDI規格のシステムエクスクルーシブデータを受信する受信手段と、その手段が受信したシステムエクスクルーシブデータから、そのシステムエクスクルーシブデータに含まれるパラメータの種類を判別する判別手段と、その手段が判別したパラメータの種類に対応するデータ量を、上記規定情報を参照して取得するデータ量取得手段と、上記受信手段が受信したシステムエクスクルーシブデータ中のパラメータ値のデータ量が、上記データ量取得手段が取得したデータ量と一致しなかった場合に、そのパラメータ値を上記データ量取得手段が取得したデータ量のデータに変換して上記パラメータ記憶手段の、上記規定情報に従った記録アドレスに記録する記録手段として機能させるためのプログラムである。 Further, the program of the present invention includes a parameter storage means for storing a parameter value relating to acoustic signal processing in a predetermined recording address with a predetermined data amount, and a recording address and data amount of the parameter for each type of the parameter. Stipulated information storage means for storing stipulated information, receiving means for receiving system exclusive data of the MIDI standard, and the type of parameter included in the system exclusive data is determined from the system exclusive data received by the means A determination unit, a data amount acquisition unit that acquires a data amount corresponding to the type of parameter determined by the unit with reference to the regulation information, and a data amount of a parameter value in the system exclusive data received by the reception unit However, the above data amount acquisition If the stage does not match the acquired data amount, and converts the parameter values to the data of the upper Symbol data amount acquisition unit acquires the amount of data of the parameter memory means, a recording address in accordance with the regulatory information It is a program for making it function as a recording means to record.

以上のようなこの発明の音響信号処理システムによれば、所定のパラメータの値に従って音響信号を処理する音響信号処理装置において、MIDIのシステムエクスクルーシブデータのフォーマットで受信したパラメータのデータ量が、内部メモリに確保された記憶容量と一致しない場合であっても、受信したパラメータの内容を適切に記憶できるようにすることができる。また、この発明のプログラムによれば、コンピュータに音響信号処理装置を制御させて同様な効果を得ることができる。   According to the acoustic signal processing system of the present invention as described above, in the acoustic signal processing device that processes the acoustic signal according to the value of the predetermined parameter, the data amount of the parameter received in the MIDI system exclusive data format is stored in the internal memory. Even if the storage capacity does not match the storage capacity, the contents of the received parameter can be stored appropriately. Further, according to the program of the present invention, the same effect can be obtained by causing the computer to control the acoustic signal processing device.

以下、この発明を実施するための最良の形態を図面に基づいて具体的に説明する。
まず、図1を用いて、この発明の音響信号処理装置であるミキサエンジンの構成について説明する。図1はそのミキサエンジンの構成を示すブロック図である。
このミキサエンジン10は、音響信号処理部を、プログラムに従って動作可能なプロセッサを用いて構成すると共に、外部のPC(パーソナルコンピュータ)等のコンピュータを編集装置として機能させ、これを用いて編集した信号処理構成に基づいて音響信号を処理できるようにした音響信号処理装置である。
Hereinafter, the best mode for carrying out the present invention will be specifically described with reference to the drawings.
First, the configuration of a mixer engine which is an acoustic signal processing device of the present invention will be described with reference to FIG. FIG. 1 is a block diagram showing the configuration of the mixer engine.
In the mixer engine 10, the acoustic signal processing unit is configured using a processor that can operate according to a program, and a computer such as an external PC (personal computer) is made to function as an editing device, and signal processing edited using the computer is performed. This is an acoustic signal processing apparatus that can process an acoustic signal based on the configuration.

そして、CPU11,フラッシュメモリ12,RAM13,表示器14,操作子15,PC入出力部(I/O)16,MIDII/O17,その他I/O18,波形I/O19,信号処理部(DSP)20,カスケードI/O21を備え、これらがCPUバス22によって接続されている。そして、PC30から受信した信号処理構成に従って、DSP20を制御するためのマイクロプログラムを生成し、そのマイクロプログラムに従ってDSP20を動作させ、入力する音響信号に対して種々の信号処理を施して出力する機能を有する。   The CPU 11, flash memory 12, RAM 13, display 14, operator 15, PC input / output unit (I / O) 16, MIDII / O 17, other I / O 18, waveform I / O 19, signal processing unit (DSP) 20 , Cascade I / O 21, which are connected by a CPU bus 22. A function for generating a microprogram for controlling the DSP 20 according to the signal processing configuration received from the PC 30, operating the DSP 20 according to the microprogram, performing various signal processing on the input acoustic signal, and outputting it. Have.

CPU11は、ミキサエンジン10の動作を統括制御する制御手段であり、フラッシュメモリ12に記憶された所定のプログラムを実行することにより、各I/O16〜19,21における通信や表示器14における表示を制御したり、操作子15の操作を検出してその操作に従ってパラメータの値を変更したり、PC30から受信した信号処理構成の情報からDSP20を動作させるためのマイクロプログラムを生成してDSP20に設定したりといった処理を行う。
フラッシュメモリ12は、CPU11が実行する制御プログラムや後述するアサインテーブル及びパラメータテーブル等を記憶する書き換え可能な不揮発性記憶手段である。
The CPU 11 is a control unit that performs overall control of the operation of the mixer engine 10, and by executing a predetermined program stored in the flash memory 12, communication in each I / O 16 to 19, 21 and display on the display 14 are performed. A microprogram for operating the DSP 20 is generated from the signal processing configuration information received from the PC 30 and set in the DSP 20. Process.
The flash memory 12 is a rewritable nonvolatile storage unit that stores a control program executed by the CPU 11 and an assignment table and a parameter table described later.

RAM13は、一時的に記憶すべきデータを記憶したり、CPU11のワークメモリとして使用したりする記憶手段である。
表示器14は、液晶ディスプレイ(LCD)等によって構成される表示手段である。そして、ミキサエンジン10の現在の状態を示す画面や、信号処理に係るパラメータの参照,変更,保存等を行うための画面等を表示する。
操作子15は、キー、スイッチ、ロータリーエンコーダ等によって構成され、ユーザがミキサエンジン10を直接操作してパラメータの編集等を行うための操作子である。
The RAM 13 is a storage means for storing data to be temporarily stored and used as a work memory for the CPU 11.
The display device 14 is a display means constituted by a liquid crystal display (LCD) or the like. Then, a screen showing the current state of the mixer engine 10, a screen for referring to, changing, storing, etc., parameters relating to signal processing are displayed.
The operation element 15 is configured by a key, a switch, a rotary encoder, and the like, and is an operation element for the user to directly operate the mixer engine 10 to edit parameters.

PCI/O16は、PC30と通信を行うためのインタフェースであり、例えばUSB(Universal Serial Bus)方式のインタフェースとしたり、イーサネット(登録商標)による通信を行うためのインタフェースとすることができる。
MIDII/O17は、システムエクスクルーシブデータを始め、MIDI規格に従ったデータを授受するためのインタフェースであり、例えば、MIDIに対応した電子楽器あるいはMIDIデータを出力するアプリケーションプログラムを備えたコンピュータ等と通信を行うために用いる。
The PCI / O 16 is an interface for communicating with the PC 30 and can be, for example, a USB (Universal Serial Bus) type interface or an interface for performing communication by Ethernet (registered trademark).
MIDII / O17 is an interface for exchanging data in accordance with the MIDI standard including system exclusive data. For example, MIDII / O17 communicates with an electronic musical instrument compatible with MIDI or a computer equipped with an application program for outputting MIDI data. Used to do.

波形I/O19は、DSP20で処理すべき音響信号の入力を受け付け、また処理後の音響信号を出力するためのインタフェースである。そして、この波形I/O19には、1枚で4チャンネルのアナログ入力が可能なA/D変換ボード,1枚で4チャンネルのアナログ出力が可能なD/A変換ボード,1枚で8チャンネルのデジタル入出力が可能なデジタル入出力ボードを適宜組み合わせて複数枚装着可能であり、実際にはこれらのボードを介して信号の入出力を行う。   The waveform I / O 19 is an interface for receiving an input of an acoustic signal to be processed by the DSP 20 and outputting the processed acoustic signal. This waveform I / O 19 includes an A / D conversion board capable of four-channel analog input by one board, a D / A conversion board capable of four-channel analog output by one board, and eight channels by one board. A plurality of digital input / output boards capable of digital input / output can be mounted in an appropriate combination, and signals are actually input / output through these boards.

カスケードI/O21は、ミキサエンジン10を複数カスケード接続して使用する際に、他のミキサエンジンとの間で、音響信号や、PC30からのデータ及びコマンド等の授受を行うためのインタフェースである。なお、ミキサエンジン10を複数カスケード接続して使用する場合には、複数のミキサエンジン10を協同的に動作させて一連の音響信号処理を行わせることが可能である。そして、PC30ではこのような音響信号処理を編集し、PC30に直接接続されたミキサエンジン10を介して他のミキサエンジン10にも編集結果を転送して、各ミキサエンジン10を編集した信号処理構成に従って動作させることができる。   The cascade I / O 21 is an interface for exchanging acoustic signals, data and commands from the PC 30, etc. with other mixer engines when using a plurality of mixer engines 10 connected in cascade. When a plurality of mixer engines 10 are used in cascade connection, a plurality of mixer engines 10 can be operated cooperatively to perform a series of acoustic signal processing. Then, the PC 30 edits such acoustic signal processing, transfers the editing result to other mixer engines 10 via the mixer engine 10 directly connected to the PC 30, and edits each mixer engine 10. Can be operated according to.

その他I/O18は、上記以外の機器を接続し入出力を行うためのインタフェースであり、例えば外部のディスプレイ、マウス、文字入力用のキーボード、操作パネル等を接続するためのインタフェースが用意される。
DSP20は、信号処理回路を含み、波形I/O19から入力する音響信号に対し、設定されているマイクロプログラム及び音響信号の処理パラメータを定めるカレントデータに従った信号処理を施す信号処理部である。このカレントデータは、RAM13あるいはDSP20自身に備えるメモリに記憶しており、カレントデータを記憶する記憶手段がパラメータ記憶手段に該当する。
The other I / O 18 is an interface for connecting and inputting devices other than those described above. For example, an interface for connecting an external display, a mouse, a keyboard for inputting characters, an operation panel, and the like is prepared.
The DSP 20 is a signal processing unit that includes a signal processing circuit and performs signal processing on the acoustic signal input from the waveform I / O 19 in accordance with the current data that determines the set microprogram and acoustic signal processing parameters. This current data is stored in a memory provided in the RAM 13 or the DSP 20 itself, and the storage means for storing the current data corresponds to the parameter storage means.

このようなミキサエンジン10は、PCI/O16,MIDII/O17あるいはカスケードI/O21を介して受信したMIDI規格のシステムエクスクルーシブデータに従って、DSP20に設定されているカレントデータ中のパラメータの値を変更することができる。この場合、システムエクスクルーシブデータを受信したI/O及びCPU11が受信手段に該当する。また、カスケードI/O21を介してカスケード接続された他のミキサエンジンにシステムエクスクルーシブデータを送信し、これに従ってパラメータの値を変更させることもできる。   Such a mixer engine 10 changes the parameter value in the current data set in the DSP 20 according to the MIDI standard system exclusive data received via the PCI / O16, MIDII / O17 or the cascade I / O21. Can do. In this case, the I / O that received the system exclusive data and the CPU 11 correspond to the receiving means. It is also possible to transmit system exclusive data to another mixer engine cascade-connected via the cascade I / O 21 and change the parameter value accordingly.

次に、このシステムエクスクルーシブデータ(以後「エクスクルーシブデータ」という)及び、このデータに従ったパラメータ変更の処理について説明する。
まず、図2に、エクスクルーシブデータの構成を示す。エクスクルーシブデータは、この図に示すように、大まかに分けると、「識別データ」、「先頭アドレス」、「パラメータの値」の各データからなる。そして、ミキサエンジン10においては、従来の装置におけるエクスクルーシブデータの形式をそのまま使用しているが、各データの意味合いを従来とは異なるものとしている。
Next, the system exclusive data (hereinafter referred to as “exclusive data”) and the parameter changing process according to this data will be described.
First, FIG. 2 shows the structure of exclusive data. As shown in this figure, the exclusive data is roughly divided into “identification data”, “start address”, and “parameter value” data. In the mixer engine 10, the format of the exclusive data in the conventional apparatus is used as it is, but the meaning of each data is different from the conventional one.

すなわち、図2に示したデータのうち、「先頭アドレス」のデータは、従来の装置においては内部メモリの書き込みアドレスそのものを示すデータであったが、ミキサエンジン10においては、これを間接的にパラメータの種類を表わすデータとして用いている。また、「パラメータの値」は、従来の装置においては書き込みアドレスに書き込むべきデータであったが、ミキサエンジン10においては、パラメータの種類に応じて定められる書き込みアドレスに書き込むべきパラメータ値を示すデータである。「識別データ」については、エクスクルーシブデータを作成した装置の会社ID、デバイスナンバ、モデルID等の情報を示すデータであり、この点は従来と変わらない。   That is, among the data shown in FIG. 2, the “start address” data is data indicating the write address itself of the internal memory in the conventional apparatus, but in the mixer engine 10 this is indirectly parameterized. It is used as data representing the type of The “parameter value” is data to be written to the write address in the conventional apparatus, but in the mixer engine 10, the parameter value is data indicating the parameter value to be written to the write address determined according to the type of parameter. is there. “Identification data” is data indicating information such as the company ID, device number, and model ID of the apparatus that created the exclusive data, and this point is not different from the conventional one.

なお、これら以外にも、ステータスバイトやエンドオブエクスクルーシブを示すデータ等があるが、これらのデータの意味は従来と同様であり、これらの図示は省略している。
また、ミキサエンジン10は、以上のようなエクスクルーシブデータの内容を解釈するため、以下のようなアサインテーブル及びパラメータテーブルを、フラッシュメモリ12のような記憶手段に記憶している。
In addition to these, there are data indicating a status byte and end-of-exclusive data, but the meaning of these data is the same as in the prior art, and illustration of these is omitted.
Further, the mixer engine 10 stores the following assignment table and parameter table in a storage unit such as the flash memory 12 in order to interpret the contents of the exclusive data as described above.

まず、図3にアサインテーブルの例を示す。
このアサインテーブルは、図2に示した「先頭アドレス」と、パラメータのIDとの対応関係を示すテーブルである。ただし、「先頭アドレス」のデータは、このミキサエンジン10においては、上述のように間接的にパラメータの種類を表わすデータであるので、パラメータのデータ量は考慮せず、各パラメータに連続した数字を割り当てる。なお、アサインテーブルをテーブル形式とせず、「先頭アドレス」の示すアドレスに、直接パラメータのIDを書き込むことも考えられる。
すなわち、アサインテーブルは、エクスクルーシブデータに含まれる「先頭アドレス」のデータからそのエクスクルーシブデータに含まれるパラメータの種類を判別するために用いるテーブルであり、この要求が満たされれば、どのような形式でもよい。
First, FIG. 3 shows an example of an assignment table.
This assignment table is a table showing the correspondence between the “first address” shown in FIG. 2 and the parameter ID. However, since the data of the “start address” is data that indirectly represents the type of parameter in the mixer engine 10 as described above, the data amount of the parameter is not taken into consideration, and a continuous number is assigned to each parameter. assign. It is also conceivable that the parameter ID is directly written at the address indicated by the “first address” without using the assignment table in the table format.
That is, the assignment table is a table used to determine the type of parameter included in the exclusive data from the data of the “first address” included in the exclusive data, and any format may be used as long as this requirement is satisfied. .

このようなアサインテーブルは、エクスクルーシブデータの送信側の装置と共有し、送信側の装置において、パラメータのIDと対応する「先頭アドレス」をエクスクルーシブデータに記載して送信するようにするとよい。あるいは、送信側の装置が従来のように「先頭アドレス」にアドレスそのものを記載していると認識している場合には、送信側の装置で規定されている従来の先頭アドレスとパラメータの種類との対応関係と一致するように、アドレスとパラメータIDとの対応関係をアサインテーブルに記載するようにするとよい。後者の場合には、送信側の装置がアサインテーブルを記憶している必要はない。
なお、信号処理構成によっては、同じ機能の構成要素が複数含まれ、それに伴って同じ名称のパラメータを複数使用する場合が考えられる。しかし、このような場合でも、それらの構成要素がユニークID等によって区別される場合には、パラメータについても区別し、別々のIDを付すようにする。
Such an assignment table may be shared with a device on the exclusive data transmission side, and the “head address” corresponding to the parameter ID may be described and transmitted in the exclusive data in the device on the transmission side. Alternatively, if the transmitting device recognizes that the address itself is described in the “starting address” as in the past, the conventional starting address and parameter type specified in the transmitting device The correspondence relationship between the address and the parameter ID may be described in the assignment table so as to match the correspondence relationship. In the latter case, it is not necessary for the transmitting apparatus to store the assignment table.
Depending on the signal processing configuration, there may be a case where a plurality of components having the same function are included and a plurality of parameters having the same name are used accordingly. However, even in such a case, when these constituent elements are distinguished by a unique ID or the like, the parameters are also distinguished and given different IDs.

次に、図4にパラメータテーブルの例を示す。
このパラメータテーブルは、各パラメータについて、図3に示した「パラメータのID」と、そのパラメータのデータ量、記録アドレス、および変換方式との対応関係を示す規定情報を記録したテーブルである。そして、このパラメータテーブルを記憶させる記憶手段が、規定情報記憶手段に該当する。
また、上記の各データうち、「データ量」は、そのパラメータの値が何バイトのデータであるかを示すデータである。「記録アドレス」は、内部メモリ中でそのパラメータのデータを記憶させるべき位置の先頭アドレスを示すデータである。「変換方式」は、受信したシステムエクスクルーシブデータ中の「パラメータの値」のバイト数がデータ量の項目に示されたバイト数と一致しなかった場合に行うデータ変換の変換方式を指定するデータである。なお、ミキサエンジン10は複数の変換方式に対応しており、「#1」は相対的な変換に該当し、「#2」は絶対的な変換に該当する。
Next, FIG. 4 shows an example of a parameter table.
This parameter table is a table that records, for each parameter, definition information indicating the correspondence between the “parameter ID” shown in FIG. 3, the data amount of the parameter, the recording address, and the conversion method. The storage means for storing this parameter table corresponds to the regulation information storage means.
Of the above data, “data amount” is data indicating how many bytes the parameter value is. “Recording address” is data indicating the leading address of the position where the parameter data is to be stored in the internal memory. “Conversion method” is data that specifies the conversion method of data conversion to be performed when the number of bytes of “parameter value” in the received system exclusive data does not match the number of bytes indicated in the data amount item. is there. The mixer engine 10 supports a plurality of conversion methods, “# 1” corresponds to relative conversion, and “# 2” corresponds to absolute conversion.

次に、これらのデータ変換方式について説明する。
図5に、相対的な変換についての説明図を示す。
相対的な変換は、パラメータ値の数字がパラメータ値の取り得る範囲のうちどの位置のものかということ、すなわちパラメータの相対値に意味がある場合に適用する変換方式である。従って、データのバイト数を変える場合でも、パラメータの相対値を維持するように変換を行う。このような変換は、例えばマスターチューンやマスターボリュームに適用することが考えられる。
Next, these data conversion methods will be described.
FIG. 5 is an explanatory diagram for relative conversion.
Relative conversion is a conversion method applied when the position of a parameter value number is within a possible range of the parameter value, that is, when the relative value of the parameter is meaningful. Therefore, even when changing the number of bytes of data, the conversion is performed so as to maintain the relative value of the parameter. Such conversion can be applied to, for example, a master tune or a master volume.

MIDI規格のデータにおいて、各バイトの最上位ビットは、そのバイトがステータスバイトであるかデータバイトであるかを示すフラグであるので、各バイトにはそれ以外の7ビットにデータを記載することができる。従って、2バイトのデータであれば、0から214−1までの214種類の値を表現することができる。また1バイトのデータでは2種類、4バイトのデータでは228種類の値を表現することができる。 In the data of the MIDI standard, the most significant bit of each byte is a flag indicating whether the byte is a status byte or a data byte. Therefore, data can be written in the other 7 bits in each byte. it can. Accordingly, 2 14 kinds of values from 0 to 2 14 −1 can be expressed with 2 bytes of data. The 2 7 kinds is one byte of data, it is possible to represent 2 28 different values are 4-byte data.

そして、例えばあるパラメータが、図5に示すように2バイトで表現できる値のほぼ中央に当たる213の値を取っていた場合を考える。この場合、相対的変換によってこのパラメータのバイト数を増加させて4バイトにするとすると、その値は、4バイトで表現できる値のほぼ中央に当たる227にすればよい。具体的な処理としては、もとの2バイト分のデータに、オールゼロの下位バイトを、バイト数の増加分である2バイト付加すればよい。 Then, for example, parameters, consider the case where taking a 2 13 values of approximately corresponds to a central value that can be represented by 2 bytes, as shown in FIG. In this case, if the relative conversion to 4 bytes by increasing the number of bytes the parameter, its value may be set to 2 27 hit approximately in the center of the values that can be represented by 4 bytes. As a specific process, the lower byte of all zeros may be added to the original data of 2 bytes, which is 2 bytes, which is an increase in the number of bytes.

逆に、相対的変換によってこのパラメータのバイト数を減少させて1バイトにするとすると、その値は、1バイトで表現できる値のほぼ中央に当たる2にすればよい。具体的な処理としては、もとの2バイト分のデータのうち下位バイトをバイト数の減少分である1バイト削除し、残りの上位バイトのみのデータとすればよい。また、削除したバイトのうち最上位のデータビットの値が1である場合に、残すバイトのうちの最下位バイトに1を加え、四捨五入のような丸め込みを行うとよい。
このような処理により、パラメータの相対値を維持した変換が実現される。
Conversely, if the number of bytes of this parameter is reduced to 1 byte by relative conversion, the value may be 26 , which is approximately the center of the value that can be expressed by 1 byte. As a specific process, it is only necessary to delete the lower byte of the original two-byte data by 1 byte, which is a reduced number of bytes, and make the remaining upper byte data only. If the value of the most significant data bit among the deleted bytes is 1, 1 is added to the least significant byte of the remaining bytes, and rounding such as rounding is performed.
By such processing, conversion that maintains the relative values of the parameters is realized.

次に、図6に絶対的な変換についての説明図を示す。
絶対的な変換は、パラメータの数字そのもの、すなわちパラメータの絶対値に意味がある場合に適用する変換方式である。従って、データのバイト数を変える場合でも、パラメータの示す数値を維持するように変換を行う。このような変換は、例えば、エフェクトの種類番号に適用することが考えられる。
絶対的変換の例としては、例えばある2バイトのパラメータが、「4」(2進数では「100」)という値を取っている場合を考える。そして、絶対的変換によってこのパラメータのバイト数を増加させて4バイトにした場合でも、値は「4」のままである。従ってこの場合には、もとの2バイト分のデータに、オールゼロの上位バイトを、バイト数の増加分である2バイト付加すればよい。
Next, FIG. 6 shows an explanatory diagram of absolute conversion.
The absolute conversion is a conversion method applied when the parameter number itself, that is, the absolute value of the parameter is meaningful. Therefore, even when the number of data bytes is changed, the conversion is performed so as to maintain the numerical value indicated by the parameter. Such conversion can be applied to the effect type number, for example.
As an example of absolute conversion, consider a case in which a certain 2-byte parameter has a value of “4” (“100” in binary). Even if the number of bytes of this parameter is increased to 4 bytes by absolute conversion, the value remains “4”. Therefore, in this case, it is only necessary to add the upper bytes of all zeros to the original 2 bytes of data, that is, 2 bytes, which is an increase in the number of bytes.

逆に、絶対的変換によってこのパラメータのバイト数を減少させて1バイトにした場合でも、その値は「4」のままである。従って、もとの2バイト分のデータのうち上位バイトをバイト数の減少分である1バイト削除し、残りの下位バイトのみのデータとすればよい。なお、削除するバイトのデータが0でない場合、残りの下位バイトのみではもとの値を表現することができない。このような場合には、例えば、変換後のデータをオール1にし、最大値を示すようにすることが考えられる。
このような処理により、パラメータの数値を維持した変換が実現される。
なお、以上の相対的変換及び絶対的変換を、図5又は図6に示したバイト数以外のデータにも同様に適用できることは、もちろんである。
Conversely, even if the number of bytes of this parameter is reduced to 1 byte by absolute conversion, the value remains “4”. Therefore, it is only necessary to delete the upper byte of the original two bytes of data by 1 byte, which is a decrease in the number of bytes, and use only the remaining lower bytes. If the byte data to be deleted is not 0, the original value cannot be expressed only by the remaining lower bytes. In such a case, for example, it is conceivable to set the converted data to all 1 to indicate the maximum value.
By such processing, conversion that maintains numerical values of parameters is realized.
Needless to say, the above relative conversion and absolute conversion can be similarly applied to data other than the number of bytes shown in FIG.

次に、ミキサエンジン10がエクスクルーシブデータを受信した場合に上述した各テーブルを利用して行う処理について説明する。この処理を、図7に示す。
ミキサエンジン10は、いずれかのI/Oからエクスクルーシブデータを受信すると、CPU11が所要の制御プログラムを実行することにより、図7のフローチャートに示す処理を開始する。
そして、まずステップS1で、エクスクルーシブデータの「識別データ」を参照し、そのエクスクルーシブデータが、適切な装置が作成したデータか否か判断する。そして、適切な装置が作成したものであれば、ステップS2以下の処理に進むが、そうでなければそのまま終了する。データの作成元が、少なくともアサインテーブルの内容を認識していない場合には、以下の処理を正常に行うことができないためである。
Next, processing performed using each table described above when the mixer engine 10 receives exclusive data will be described. This process is shown in FIG.
When the mixer engine 10 receives exclusive data from any I / O, the CPU 11 starts a process shown in the flowchart of FIG. 7 by executing a required control program.
First, in step S1, the “identification data” of the exclusive data is referred to, and it is determined whether or not the exclusive data is data created by an appropriate device. If an appropriate device has been created, the process proceeds to step S2 and subsequent steps. If not, the process ends. This is because the following processing cannot be normally performed when the data creator does not recognize at least the contents of the assignment table.

次のステップS2では、受信したエクスクルーシブデータ中の「先頭アドレス」の情報をもとに、図3に示したアサインテーブルを参照してそのエクスクルーシブデータに記載されたパラメータの種類を判別する。具体的には、パラメータIDを読み出す。この処理においては、CPU11が判別手段として機能する。
次に、ステップS3及びS4で、受信したエクスクルーシブデータ中のパラメータのデータ量を確認すると共に、パラメータテーブルを参照して、ステップS2で判別したパラメータの種類に対応する「データ量」の値を取得する。このうちステップS4の処理においては、CPU11はデータ量取得手段として機能する。ここで、「パラメータの種類」とは、例えばステップS2で読み出したパラメータIDよって示されるものである。以下も同様とする。
In the next step S2, the type of parameter described in the exclusive data is determined with reference to the assignment table shown in FIG. 3 based on the information of the “start address” in the received exclusive data. Specifically, the parameter ID is read out. In this process, the CPU 11 functions as a determination unit.
Next, in steps S3 and S4, the data amount of the parameter in the received exclusive data is confirmed, and the “data amount” value corresponding to the parameter type determined in step S2 is obtained by referring to the parameter table. To do. Among these, in the process of step S4, the CPU 11 functions as a data amount acquisition means. Here, the “parameter type” is indicated by, for example, the parameter ID read in step S2. The same applies to the following.

そして、ステップS5で、ステップS3及びS4で得たデータ量を比較し、一致しなければ、ステップS6以下に進む。そして、ステップS6及びS7で、パラメータテーブルを参照してパラメータの種類に対応する変換方式を取得し、その変換方式で受信したエクスクルーシブデータ中のパラメータのデータ量を変換して、ミキサエンジン10における記憶に適したデータ量にする。そして、ステップS8及びS9で、パラメータテーブルを参照してパラメータの種類に対応する記録アドレスを取得し、そのアドレスに変換後のパラメータの値を書き込んで処理を終了する。
一方、ステップS5で一致した場合には、ステップS10及びS11で、パラメータテーブルを参照してパラメータの種類に対応する記録アドレスを取得し、そのアドレスに受信したエクスクルーシブデータ中のパラメータの値を書き込んで処理を終了する。
以上のステップS5乃至S11の処理において、CPU11が記録手段として機能する。
In step S5, the data amounts obtained in steps S3 and S4 are compared. If they do not match, the process proceeds to step S6 and subsequent steps. In steps S6 and S7, a conversion method corresponding to the type of parameter is obtained by referring to the parameter table, the data amount of the parameter in the exclusive data received by the conversion method is converted, and stored in the mixer engine 10 The amount of data is suitable for. In steps S8 and S9, the recording address corresponding to the parameter type is obtained by referring to the parameter table, the converted parameter value is written to the address, and the process is terminated.
On the other hand, if they match in step S5, in steps S10 and S11, the recording address corresponding to the parameter type is obtained by referring to the parameter table, and the value of the parameter in the received exclusive data is written to that address. The process ends.
In the processes of steps S5 to S11 described above, the CPU 11 functions as a recording unit.

以上の処理を行うことにより、ミキサエンジン10は、エクスクルーシブデータを受信した場合に、そのエクスクルーシブデータに記載されているパラメータを、適切な記録アドレスに記録することができる。また、受信したデータのデータ量が、内部メモリに確保された記憶容量と一致しない場合でも、適切なデータ量のデータに変換した上で記録することができる。さらに、パラメータの記録アドレスやデータ量を変更した場合でも、パラメータテーブルを編集することにより、容易にこの変更に対応可能であり、この変更内容を、エクスクルーシブデータの送信元に認識させる必要はない。従って、パラメータ記憶領域の構成変更に柔軟に対応することができる。
なお、アサインテーブルの内容を変更することにより、パラメータの種類を変更することもできるが、この場合には、エクスクルーシブデータの送信元にも変更内容を認識させる必要がある。
By performing the above process, the mixer engine 10 can record the parameters described in the exclusive data at an appropriate recording address when the exclusive data is received. Further, even when the amount of received data does not match the storage capacity secured in the internal memory, it can be recorded after being converted into data of an appropriate amount of data. Furthermore, even when the parameter recording address or data amount is changed, it is possible to easily cope with this change by editing the parameter table, and it is not necessary for the sender of the exclusive data to recognize this change. Therefore, it is possible to flexibly cope with the configuration change of the parameter storage area.
Note that the type of parameter can be changed by changing the contents of the assignment table. In this case, however, it is necessary for the source of the exclusive data to recognize the changed contents.

例えば、ミキサエンジン10において、PC30から新たな信号処理構成を受信する等して、DSP20における信号処理内容を新たな信号処理構成に従った内容に切り換える場合には、パラメータの種類や個数が変化し、それに伴って、メモリ中のパラメータ記憶領域の構成も変更することになる。
この場合、図8のフローチャートに示すような処理を行って、アサインテーブル及びパラメータテーブルの内容を、切り換え後の信号処理構成に対応するものに変更するようにしている。この処理は、CPU11がDSP20における信号処理構成の変更指示を受け付けた場合に開始するものであり、その際に、新たな信号処理構成においてエクスクルーシブデータを利用した通信を行う各パラメータについて、「先頭アドレス」,「パラメータID」,「データ量」,「記憶アドレス」及び「変換方式」の情報を取得し、その内容に従ってアサインテーブル及びパラメータテーブルの内容を変更するものである。この変更は、既存のテーブルの一部変更でもよいし、新規にテーブルを作成することによって行ってもよい。
このようにすれば、エクスクルーシブデータを受信した場合に新たな信号処理構成に対応した記憶アドレス及びデータ長でパラメータを記憶することができる。
For example, when the mixer engine 10 receives a new signal processing configuration from the PC 30 and switches the signal processing content in the DSP 20 to the content according to the new signal processing configuration, the type and number of parameters change. Accordingly, the configuration of the parameter storage area in the memory is also changed.
In this case, the processing shown in the flowchart of FIG. 8 is performed to change the contents of the assignment table and the parameter table to those corresponding to the signal processing configuration after switching. This process is started when the CPU 11 receives an instruction to change the signal processing configuration in the DSP 20, and at that time, for each parameter that performs communication using exclusive data in the new signal processing configuration, the "start address" ”,“ Parameter ID ”,“ data amount ”,“ storage address ”, and“ conversion method ”information are acquired, and the contents of the assignment table and parameter table are changed according to the information. This change may be made by partially changing an existing table or by creating a new table.
In this way, when exclusive data is received, parameters can be stored with a storage address and data length corresponding to a new signal processing configuration.

また、信号処理構成の変更時以外にも、ユーザがパラメータの追加やデータ量変更等を指示した場合には、図9に示したような処理を行い、受けた指示に応じて各テーブルの内容を変更するようにするとよい。この処理は、CPU11がパラメータの追加やデータ量変更等の指示を受け付けた場合に開始するものであり、その際に、追加や変更する各パラメータについて、「先頭アドレス」,「パラメータID」,「データ量」,「記憶アドレス」及び「変換方式」の情報を取得あるいは設定し、その内容に従ってアサインテーブル及びパラメータテーブルの内容を変更するものである。この変更も、既存のテーブルの一部変更でもよいし、新規にテーブルを作成することによって行ってもよい。
このようにすれば、ユーザの希望に応じてパラメータ構成を変更する場合でも、エクスクルーシブデータを受信した場合にユーザが設定した構成に従ってデータを記憶することができる。
In addition to when changing the signal processing configuration, when the user gives an instruction to add a parameter, change the data amount, etc., the processing shown in FIG. 9 is performed, and the contents of each table according to the received instruction. Should be changed. This process is started when the CPU 11 receives an instruction to add a parameter or change a data amount. At this time, for each parameter to be added or changed, a “start address”, “parameter ID”, “ Information of “data amount”, “storage address”, and “conversion method” is acquired or set, and the contents of the assignment table and parameter table are changed according to the contents. This change may also be made by changing a part of an existing table or by creating a new table.
In this way, even when the parameter configuration is changed according to the user's wishes, the data can be stored according to the configuration set by the user when the exclusive data is received.

なお、これらの変更の結果、装置毎にパラメータテーブルの内容が異なることになってもよい。このようにしても、エクスクルーシブデータを受信した装置は、各々自身のパラメータテーブルを参照し、自身における適当な記憶アドレス及びデータ量で、エクスクルーシブデータに含まれるパラメータを記憶させることができる。即ち、装置毎にパラメータ記憶領域の構成が異なる場合でも、共通のエクスクルーシブデータを使用して通信を行うことができる。   As a result of these changes, the contents of the parameter table may be different for each apparatus. Even in this way, each device that receives the exclusive data can refer to its own parameter table and store the parameters included in the exclusive data with an appropriate storage address and data amount. That is, even when the configuration of the parameter storage area is different for each device, communication can be performed using common exclusive data.

一方、アサインテーブルの変更内容は、ミキサエンジン10とアサインテーブルを共有する全ての装置に通知(送信)することが好ましい。各装置間でアサインテーブルの内容を完全に同一にすることは必須ではないが、少なくとも通信しようとするパラメータに関する部分については同一とする必要があるためである。
このような通知は、図1に示したようなシステム内で通信するのみであれば、PC30のみに対して行えばよいし、他のミキサエンジンとも接続して協同的に動作する場合には、PC30に加えてそのミキサエンジンに行えばよい。そして、これらの相手は、通常通信する相手である。従って、限られたシステムの内部でのみ通信する場合には、通知が必要な点は特に問題とならない。
On the other hand, it is preferable to notify (send) the change contents of the assignment table to all devices sharing the assignment table with the mixer engine 10. This is because it is not essential that the contents of the assignment table be completely the same between the apparatuses, but at least the part related to the parameter to be communicated needs to be the same.
Such notification may be performed only for the PC 30 if communication is performed only in the system as shown in FIG. 1. What is necessary is just to go to the mixer engine in addition to PC30. And these other parties are the other parties who normally communicate. Therefore, when communication is performed only within a limited system, the point that notification is required is not particularly problematic.

しかし、ある機種の全ての装置等、不特定多数の装置との通信を前提とする場合もある。ミキサエンジン10がMIDI対応の電子楽器からのエクスクルーシブデータを受信して処理できるようにすることも考えられるが、例えばこのような場合が該当する。このような場合には、それら全ての装置にアサインテーブルの内容を通知することは、極めて困難である。従って、このような場合には、アサインテーブルの変更は許可しないことが好ましい。   However, there are cases where communication with an unspecified number of devices such as all devices of a certain model is assumed. Although it is conceivable that the mixer engine 10 can receive and process exclusive data from a MIDI-compatible electronic musical instrument, for example, this is the case. In such a case, it is extremely difficult to notify all of these devices of the contents of the assignment table. Therefore, in such a case, it is preferable not to allow the assignment table to be changed.

そして、このような場合には、考えられる限りのパラメータの種類を予めアサインテーブルに記載しておくことが好ましい。パラメータテーブルの内容はミキサエンジン10側で自由に変更して問題ないのであるから、このようにしておけば、アサインテーブルを変換しなくてもパラメータの種類の追加に幅広く対応できるようになる。一方で、アサインテーブルには、「先頭アドレス」と「パラメータID」の情報しか登録しないので、多数のパラメータを登録したとしても、容量は比較的小さいもので済む。
また、ミキサエンジン10側に複数のアサインテーブルを記憶しておき、エクスクルーシブデータの送信元の機種等に応じて使用するアサインテーブルを選択するようにすることも考えられる。このようにすれば、通信相手の機種に応じたきめ細かな対応が可能になる。
In such a case, it is preferable that all possible parameter types are described in the assignment table in advance. Since the contents of the parameter table can be freely changed on the mixer engine 10 side, there is no problem. By doing so, it is possible to widely cope with the addition of parameter types without converting the assignment table. On the other hand, since only the information of “head address” and “parameter ID” is registered in the assignment table, even if a large number of parameters are registered, the capacity can be relatively small.
It is also conceivable to store a plurality of assignment tables on the mixer engine 10 side and select an assignment table to be used according to the model of the exclusive data transmission source. In this way, detailed response according to the model of the communication partner becomes possible.

ところで、以上説明してきた実施形態においては、パラメータテーブルにおいて、パラメータの変換方式について変換方式自体を記載する例について説明した。しかし、各パラメータの値が相対的な値か絶対的な値かを記載しておき、その内容に従って変換方式を選択するようにすることも考えられる。
また、変換方式も、上述したものに限られることはない。例えば、データの値毎に変換前のバイト数での状態と変換後のバイト数での状態とを対応付けたテーブルを記憶させておき、そのテーブルを参照してデータのバイト数を変換する方式も考えられる。これ以外の方式を採用することも当然可能であり、選択可能な変換方式の数にも、特に制限はない。
また、変換後のデータのバイト数や変換方法を示すデータをエクスクルーシブデータに記載しておき、この内容に従って変換を行うようにしてもよい。
In the embodiment described above, an example in which the conversion method itself is described as the parameter conversion method in the parameter table has been described. However, it is also conceivable to describe whether each parameter value is a relative value or an absolute value, and to select a conversion method according to the contents.
Also, the conversion method is not limited to that described above. For example, a method of storing a table in which the state in the number of bytes before conversion and the state in the number of bytes after conversion are stored for each data value, and converting the number of bytes of data by referring to the table Is also possible. Of course, other methods can be adopted, and the number of selectable conversion methods is not particularly limited.
Further, data indicating the number of converted data bytes and the conversion method may be described in the exclusive data, and the conversion may be performed in accordance with the contents.

また、アサインテーブルとパラメータテーブルを別々に設けることも必須ではない。アサインテーブルの内容は、少なくとも通信に使用する部分はエクスクルーシブデータの送信元が認識している必要があり、パラメータテーブルの内容は、ミキサエンジン10側で自由に変更してよくまた比較的頻繁に変更されるという特性の差から、変更時の取扱いを簡単にするため、これらを分けたものである。しかし、これらを1つのテーブルにまとめることも可能である。   Also, it is not essential to provide the assignment table and the parameter table separately. The content of the assignment table needs to be recognized by the sender of the exclusive data at least for the part used for communication. The content of the parameter table may be freely changed on the mixer engine 10 side, and may be changed relatively frequently. These are separated from each other in order to simplify handling at the time of change due to the difference in characteristics. However, these can be combined into one table.

さらにまた、以上説明した実施形態では、この発明を、いわゆるプログラマブルミキサに適用した例について説明したが、この発明がこれに限られないことは言うまでもない。この発明は、デジタルミキサ、シンセサイザ、音源装置、電子楽器、音響信号処理用のアプリケーションを備えたコンピュータ等、MIDI規格のデータを取り扱うことの可能な任意の音響信号処理装置に適用することができる。パラメータ記憶領域の構成が固定的な装置であっても問題ない。
エクスクルーシブデータの送信側の装置についても、同様にMIDI規格のデータを取り扱うことの可能な任意の音響信号処理装置とすることができる。
Furthermore, in the embodiment described above, the example in which the present invention is applied to a so-called programmable mixer has been described, but it goes without saying that the present invention is not limited to this. The present invention can be applied to any acoustic signal processing apparatus capable of handling MIDI standard data, such as a digital mixer, a synthesizer, a sound generator, an electronic musical instrument, and a computer having an application for acoustic signal processing. There is no problem even if the parameter storage area has a fixed configuration.
Similarly, the device on the transmission side of the exclusive data may be any acoustic signal processing device capable of handling MIDI standard data.

さらに、上述したこの発明のプログラムは、予めミキサエンジン10のフラッシュメモリ12等に記憶させておくほか、CD−ROMあるいはフレキシブルディスク等の不揮発性記録媒体(メモリ)に記録して提供し、そのメモリからこのプログラムをミキサエンジン10のRAM13に読み出させてCPU11に実行させたり、プログラムを記録した記録媒体を備える外部機器あるいはプログラムをHDD等の記憶手段に記憶した外部機器からダウンロードして実行させたりしても、同様の効果を得ることができる。   Further, the above-described program of the present invention is stored in advance in the flash memory 12 or the like of the mixer engine 10 and is also provided by being recorded in a non-volatile recording medium (memory) such as a CD-ROM or a flexible disk. The program is read from the RAM 13 of the mixer engine 10 and executed by the CPU 11, or the program is downloaded from an external device provided with a recording medium storing the program or an external device stored in storage means such as an HDD and executed. However, the same effect can be obtained.

以上の説明から明らかなように、この発明の音響信号処理装置又はプログラムによれば、所定のパラメータの値に従って音響信号を処理する音響信号処理装置において、MIDIのシステムエクスクルーシブデータのフォーマットで受信したパラメータのデータ量が、内部メモリに確保された記憶容量と一致しない場合であっても、受信したパラメータの内容を適切に記憶できるようにすることができる。従って、通信の自由度が高い音響信号処理装置を提供することができる。   As is apparent from the above description, according to the acoustic signal processing device or program of the present invention, in the acoustic signal processing device that processes the acoustic signal according to the value of the predetermined parameter, the parameter received in the format of the MIDI system exclusive data Even if the amount of data does not match the storage capacity secured in the internal memory, the contents of the received parameters can be stored appropriately. Therefore, it is possible to provide an acoustic signal processing device with a high degree of freedom of communication.

この発明の音響信号処理装置の実施形態であるミキサエンジンの構成を示すブロック図である。It is a block diagram which shows the structure of the mixer engine which is embodiment of the acoustic signal processing apparatus of this invention. MIDI規格のエクスクルーシブデータの構成を示す図である。It is a figure which shows the structure of the exclusive data of a MIDI standard. 図1に示したミキサエンジンが記憶するアサインテーブルの構成を示す図である。It is a figure which shows the structure of the assignment table which the mixer engine shown in FIG. 1 memorize | stores. 同じくパラメータテーブルの構成を示す図である。It is a figure which similarly shows the structure of a parameter table. 同じくミキサエンジンが行う相対的なパラメータ値変換について説明するための図である。It is a figure for demonstrating the relative parameter value conversion which a mixer engine similarly performs. 同じく絶対的なパラメータ値変換について説明するための図である。It is a figure for demonstrating absolute parameter value conversion similarly. 図1に示したミキサエンジンがエクスクルーシブデータを受信した場合に実行する処理を示すフローチャートである。It is a flowchart which shows the process performed when the mixer engine shown in FIG. 1 receives exclusive data. 同じく、信号処理構成を切り換えた場合の処理を示すフローチャートである。Similarly, it is a flowchart showing processing when the signal processing configuration is switched. 同じく、テーブル内容変更の指示を受けた場合の処理を示すフローチャートである。Similarly, it is a flowchart showing processing when an instruction to change table contents is received.

符号の説明Explanation of symbols

10…ミキサエンジン、11…CPU、12…フラッシュメモリ、13…RAM、14…表示器、15…操作子、16…PCI/O、17…MIDII/O、18…その他I/O、19…波形I/O、20…DSP、21…カスケードI/O、22…CPUバス、30…PC
DESCRIPTION OF SYMBOLS 10 ... Mixer engine, 11 ... CPU, 12 ... Flash memory, 13 ... RAM, 14 ... Display, 15 ... Operator, 16 ... PCI / O, 17 ... MIDII / O, 18 ... Other I / O, 19 ... Waveform I / O, 20 ... DSP, 21 ... Cascade I / O, 22 ... CPU bus, 30 ... PC

Claims (3)

所定のパラメータの値に従って音響信号を処理する音響信号処理装置であって、
前記パラメータの値を所定の記録アドレスに所定のデータ量で記憶するパラメータ記憶手段と、
前記パラメータの種類毎に該パラメータの記録アドレス及びデータ量を規定した規定情報を記憶する規定情報記憶手段と、
MIDI規格のシステムエクスクルーシブデータを受信する受信手段と、
該手段が受信したシステムエクスクルーシブデータから、該システムエクスクルーシブデータに含まれるパラメータの種類を判別する判別手段と、
該手段が判別したパラメータの種類に対応するデータ量を、前記規定情報を参照して取得するデータ量取得手段と、
前記受信手段が受信したシステムエクスクルーシブデータ中のパラメータ値のデータ量が、前記データ量取得手段が取得したデータ量と一致しなかった場合に、そのパラメータ値を前記データ量取得手段が取得したデータ量のデータに変換して前記パラメータ記憶手段の、前記規定情報に従った記録アドレスに記録する記録手段とを設けたことを特徴とする音響信号処理装置。
An acoustic signal processing device that processes an acoustic signal according to a value of a predetermined parameter,
Parameter storage means for storing the value of the parameter in a predetermined recording address with a predetermined amount of data ;
Prescription information storage means for storing prescription information prescribing the recording address and data amount of the parameter for each type of the parameter;
Receiving means for receiving MIDI standard system exclusive data;
Discriminating means for discriminating the type of parameter included in the system exclusive data from the system exclusive data received by the means;
A data amount acquisition means for acquiring a data amount corresponding to the type of parameter determined by the means with reference to the regulation information;
The data amount of parameter values in the system exclusive data received by the receiving unit has when said data amount acquisition unit does not match the data amount, to acquire the parameter value before Symbol data amount acquisition device data is converted to the amount of data, the parameter storage means, recording means and the audio signal processing apparatus characterized in that a recording on a recording address in accordance with the definition information.
請求項1記載の音響信号処理装置であって、
前記記録手段に、前記変換を複数の変換方式で行う手段を設け、
前記規定情報記憶手段に、前記規定情報として、前記パラメータの種類毎に前記変換を行う場合に前記複数の変換方式のいずれを採用するかを規定する情報も記憶する手段を設け、
前記記録手段が、前記変換を行う場合に、前記判別手段が判別したパラメータの種類に対応する変換方式を前記規定情報を参照して取得し、その取得した変換方式を用いて前記変換を行う手段を有することを特徴とする音響信号処理装置。
The acoustic signal processing device according to claim 1,
The recording means is provided with means for performing the conversion by a plurality of conversion methods,
The provision information storage means includes means for storing, as the provision information, information for prescribing which of the plurality of conversion methods is adopted when the conversion is performed for each type of the parameter,
When the recording unit performs the conversion, the conversion unit corresponding to the parameter type determined by the determination unit is acquired with reference to the regulation information, and the conversion is performed using the acquired conversion method. An acoustic signal processing device comprising:
コンピュータを、
音響信号処理に関するパラメータの値を所定の記録アドレスに所定のデータ量で記憶するパラメータ記憶手段と、
前記パラメータの種類毎に該パラメータの記録アドレス及びデータ量を規定した規定情報を記憶する規定情報記憶手段と、
MIDI規格のシステムエクスクルーシブデータを受信する受信手段と、
該手段が受信したシステムエクスクルーシブデータから、該システムエクスクルーシブデータに含まれるパラメータの種類を判別する判別手段と、
該手段が判別したパラメータの種類に対応するデータ量を、前記規定情報を参照して取得するデータ量取得手段と、
前記受信手段が受信したシステムエクスクルーシブデータ中のパラメータ値のデータ量が、前記データ量取得手段が取得したデータ量と一致しなかった場合に、そのパラメータ値を前記データ量取得手段が取得したデータ量のデータに変換して前記パラメータ記憶手段の、前記規定情報に従った記録アドレスに記録する記録手段として機能させるためのプログラム。
Computer
Parameter storage means for storing a parameter value relating to acoustic signal processing in a predetermined recording address with a predetermined amount of data ;
Prescription information storage means for storing prescription information prescribing the recording address and data amount of the parameter for each type of the parameter;
Receiving means for receiving MIDI standard system exclusive data;
Discriminating means for discriminating the type of parameter included in the system exclusive data from the system exclusive data received by the means;
A data amount acquisition means for acquiring a data amount corresponding to the type of parameter determined by the means with reference to the regulation information;
The data amount of parameter values in the system exclusive data received by the receiving unit has when said data amount acquisition unit does not match the data amount, to acquire the parameter value before Symbol data amount acquisition device data is converted to the amount of data, said parameter storage means, a program to function as a recording means for recording the address in accordance with the definition information.
JP2003435419A 2003-12-26 2003-12-26 Acoustic signal processing apparatus and program Expired - Fee Related JP4134905B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003435419A JP4134905B2 (en) 2003-12-26 2003-12-26 Acoustic signal processing apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003435419A JP4134905B2 (en) 2003-12-26 2003-12-26 Acoustic signal processing apparatus and program

Publications (2)

Publication Number Publication Date
JP2005195652A JP2005195652A (en) 2005-07-21
JP4134905B2 true JP4134905B2 (en) 2008-08-20

Family

ID=34815505

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003435419A Expired - Fee Related JP4134905B2 (en) 2003-12-26 2003-12-26 Acoustic signal processing apparatus and program

Country Status (1)

Country Link
JP (1) JP4134905B2 (en)

Also Published As

Publication number Publication date
JP2005195652A (en) 2005-07-21

Similar Documents

Publication Publication Date Title
US7009942B2 (en) Connection setting apparatus
JP2003058150A (en) Electronic musical device and program
JP3846526B2 (en) Interface device and setting device
JP2002133834A (en) Apparatus for managing musical composition data and on-vehicle control system for controlling reproduction of audio information
JP4517645B2 (en) Acoustic signal processing apparatus and program
JP4134905B2 (en) Acoustic signal processing apparatus and program
US7414634B2 (en) Audio signal processing system
JP4765765B2 (en) Electronic musical instrument system and program therefor
JP5239453B2 (en) Editing apparatus and acoustic signal processing apparatus
JP3551817B2 (en) Performance data processor
US7027978B2 (en) Voice recording and reproducing apparatus, information processing apparatus, and recording medium having recorded an information processing program
JP2008233334A (en) Music application device, electronic musical instrument and program
JP4161962B2 (en) Acoustic signal processing system and program
JP4333606B2 (en) Electronic musical instruments
JP3988730B2 (en) Program and acoustic signal processing apparatus
JP2005151453A (en) Method for managing constituent element data
KR101468411B1 (en) Apparatus for playing and editing MIDI music and Method for the same with user orientation
JP4775546B2 (en) Electronic music apparatus and program
US8874800B2 (en) Parameter management apparatus for acoustic apparatus
JP2000259181A (en) Device and method for recognizing speech information, and recording medium where program for recognizing speech information is recorded
JP5119896B2 (en) Control system, music control device and electronic musical instrument device constituting the control system, and program for realizing the control method
JP4432545B2 (en) Signal path setting method, signal path setting device and program
JP2006047831A (en) Electronic music device and program
JP4290104B2 (en) Electronic musical instrument and waveform display program
JP3988769B2 (en) Interface device and setting device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060524

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20071120

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20071127

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080128

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20080507

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080520

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110613

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120613

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120613

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130613

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140613

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees