Foren: Offene Diskussion (Thread #1016)

複数ポート対応希望します (2002-08-24 17:49 by Anonym #1820)

Windows版 Sequencerモード付きTimidity++を待ち望んで
いました。ありがとうございます。

表題のように、複数ポート対応可能でしょうか?

4ポート用いて60音色ほど同時に使用したいのです。

ALSA版はソースをちょっといじれば簡単にできましたが
Windows版はどうでしょうか?

Reply to #1820×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Anmelden

RE: 複数ポート対応希望します (2002-08-24 18:10 by Anonym #1821)

やっぱり こういう人がいましたかw

やったことないからわからないけど。ALSA版と基本的なしくみは同じなので マシンパワーさえあればできるはずです。
音源ファイルをそれぞれのTiMidity++毎に用意する必要があるかもしれません。

僕も一度試してみたいとは思ってたんですよねw

試してみてください

sけいし
Reply to #1820

Reply to #1821×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Anmelden

どこをいじったか教えてください (2002-08-24 18:16 by Anonym #1822)

ああ Alsa版のどこをいじったか教えてもらえるとありがたいです。
sけいし
Reply to #1820

Reply to #1822×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Anmelden

RE: どこをいじったか教えてください (2002-08-25 11:01 by Anonym #1824)

変更点は以下のとおりです。

timidity/timidity.h 114行目 MAX_VOICES の値を512に変更
timidity/timidity.h 473行目 MAX_CHANNELS の値を64に変更
interface/alsaseq_c.c 62行目 NUM_PORTS の値を4に変更

Reply to #1822

Reply to #1824×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Anmelden

RE: どこをいじったか教えてください (2002-08-25 13:52 by skeishi #1825)

ああTWsynth一個で64音ですか(汗)
それは現在考えてません(MIDIの規格が16音までなので)。

マシンパワーさえあれば、4つのTWsynth動かしておのおのYork1~4に割り当てることができるはずなので。問題ないとおもいます。

どうしても欲しければ自分でやってくださいw
(結構むずかしそうです)。

僕の考えてたのはリズムボックス用SFを使ったTwsynthをもう一個動かしてやるとかでした。

実際に60音同時発声の音楽ってどんなやつでしょうか?大学の実験音楽かなんかですか?差し支えなければ教えてください。

sけいし
Reply to #1824

Reply to #1825×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Anmelden

RE: どこをいじったか教えてください (2002-08-25 19:37 by Anonym #1828)

難しそうですか、残念です。

数十音色使う音楽はパイプオルガンです。
こんなことをやっています。
http://orgue.com/linux_organ/

ちなみにパイプオルガンの「ジャーン」という音は、多くの
音が混ざりあって成り立っています。

ところで、プログラム中からtwsynthを起動したいのですが
どうしてもだめです。CreateProcessでうまくいかず、
試しに以下もやってみましたがだめです。OS全体がほとんど
固まってしまいます。Win2000, Pen3-1Gでの話です。

void main()
{
system(*timidity -iW 1");
}

何か理由は分かりますでしょうか
DOS窓4つ開いてそこから実行すればよいのですが…
Reply to #1825

Reply to #1828×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Anmelden

プロセスで動かす (2002-08-27 05:15 by Anonym #1834)

HPのアドレスあてにメールだしましたが読んでいただけたでしょうか。
うちでは ちゃんと起動できるので不思議ですね

sけいし
Reply to #1820

Reply to #1834×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Anmelden

RE: 複数ポート対応予定 (2002-08-30 07:12 by Anonym #1876)

TiMidity++Playerが32音に対応してるので、2ポート対応に書き換えることにしました。2ポートになれば4ポートにもすぐ書き換えできるでしょう。

sけいし
Reply to #1820

Reply to #1876×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Anmelden