Re: Nasalを知ろう、使おう!
sambar
居住地: 岡山
投稿数: 484
ありがとうございます。
tatさんの仰るとおり、cmdarg() の前に、不要な'(' があるからエラーが発生していました。
引用:一応、その部分はスライダーorダイヤルを想定しています。
PSのコントローラーをベースに改造したものを使用する予定ですが・・・無理ならば既製のラジオパネルを買おうと思っています。
(左右スティックは可変抵抗なので、分解してボタンと可変抵抗をつけなおす予定です)。
・・・まあ、周波数の増減量は「軸の値が-1から+1の範囲内でminからmaxまでの周波数を選択できる」ようにしたいと思ってこの範囲にしています。
#プロパティブラウザで見た限りでは、結構細かく制御できるっぽいので、精度は使用する部品頼りになります・・・
引用:stepで丸めたいと思っています。
こっちの方が読みやすいと思うので、コッチに置き換えます。
tatさんの仰るとおり、cmdarg() の前に、不要な'(' があるからエラーが発生していました。
引用:
ちょっと読んでみましたが、この軸はhat ですか、それともスライダーとかですかね? このスクリプトは軸を動かしたら最大 max-min の値だけ周波数が増減しますね。この例だと 0.1 動かしただけでも周波数が 1.8 増減します。これでは、あっという間に上限に達してしまう気がしますね。
PSのコントローラーをベースに改造したものを使用する予定ですが・・・無理ならば既製のラジオパネルを買おうと思っています。
(左右スティックは可変抵抗なので、分解してボタンと可変抵抗をつけなおす予定です)。
・・・まあ、周波数の増減量は「軸の値が-1から+1の範囲内でminからmaxまでの周波数を選択できる」ようにしたいと思ってこの範囲にしています。
#プロパティブラウザで見た限りでは、結構細かく制御できるっぽいので、精度は使用する部品頼りになります・・・
引用:
あと、ちょっとしたテクですが、var fraction = math.mod(frequency , step); var frequency -= fraction;
の部分は step で丸めている(0.025 単位で増減させたい)んですよね?
だとすると、以下に置き換える事もできます。frequency = int(frequency/step)*step;
こっちの方が読みやすいと思うので、コッチに置き換えます。
--
Powerd by Phenom X4_9350e, nVidia GeForce GTX550Ti,Linux(x86_64)
旧callsign=sambar
新callsign=JA26FB
投票数:18
平均点:3.89
投稿ツリー
-
Nasalを知ろう、使おう!
(Tat, 2008-4-11 0:54)
-
Re: Nasalを知ろう、使おう!
(Tat, 2008-4-22 20:54)
-
Re: Nasalを知ろう、使おう!
(sambar, 2008-4-22 22:38)
-
Re: Nasalを知ろう、使おう!
(hide, 2008-4-23 10:12)
- Re: Nasalを知ろう、使おう! (hide, 2008-4-23 12:55)
-
Re: Nasalを知ろう、使おう!
(Tat, 2008-4-24 18:55)
-
Re: Nasalを知ろう、使おう!
(toshi, 2008-4-25 3:04)
-
Re: Nasalを知ろう、使おう!
(hide, 2008-4-25 4:02)
-
Re: Nasalを知ろう、使おう!
(Tat, 2008-4-26 8:07)
-
Re: Nasalを知ろう、使おう!
(hide, 2008-4-29 17:04)
-
Re: Nasalを知ろう、使おう!
(Tat, 2008-4-30 1:02)
-
Re: Nasalを知ろう、使おう!
(hide, 2008-4-30 20:44)
-
Re: Nasalを知ろう、使おう!
(Tat, 2008-4-30 23:11)
-
Re: Nasalを知ろう、使おう!
(sambar, 2008-5-1 23:25)
-
Re: Nasalを知ろう、使おう!
(Tat, 2008-5-2 0:13)
-
Re: Nasalを知ろう、使おう!
(Tat, 2008-5-5 14:36)
-
Re: Nasalを知ろう、使おう!
(hide, 2008-5-7 15:23)
- Re: Nasalを知ろう、使おう! (Tat, 2008-5-8 1:19)
-
Re: Nasalを知ろう、使おう!
(hide, 2008-5-7 15:23)
-
Re: Nasalを知ろう、使おう!
(Tat, 2008-5-5 14:36)
-
Re: Nasalを知ろう、使おう!
(Tat, 2008-5-2 0:13)
-
Re: Nasalを知ろう、使おう!
(sambar, 2008-5-1 23:25)
-
Re: Nasalを知ろう、使おう!
(Tat, 2008-4-30 23:11)
-
Re: Nasalを知ろう、使おう!
(hide, 2008-4-30 20:44)
-
Re: Nasalを知ろう、使おう!
(Tat, 2008-4-30 1:02)
-
Re: Nasalを知ろう、使おう!
(hide, 2008-4-29 17:04)
-
Re: Nasalを知ろう、使おう!
(Tat, 2008-4-26 8:07)
-
Re: Nasalを知ろう、使おう!
(hide, 2008-4-25 4:02)
-
Re: Nasalを知ろう、使おう!
(toshi, 2008-4-25 3:04)
-
Re: Nasalを知ろう、使おう!
(hide, 2008-4-23 10:12)
-
Re: Nasalを知ろう、使おう!
(sambar, 2008-4-22 22:38)
-
Re: Nasalを知ろう、使おう!
(sambar, 2008-7-1 22:25)
- Re: Nasalを知ろう、使おう! (toshi, 2008-7-2 23:50)
-
Re: Nasalを知ろう、使おう!
(sambar, 2008-7-3 22:46)
- Re: Nasalを知ろう、使おう! (toshi, 2008-7-4 1:54)
-
Re: Nasalを知ろう、使おう!
(Tat, 2008-7-4 1:52)
- Re: Nasalを知ろう、使おう! (Tat, 2008-7-4 15:16)
- Re: Nasalを知ろう、使おう! (sambar, 2008-7-5 1:19)
- 揺れる空母の着艦に挑戦 :-) (Tat, 2008-7-30 10:03)
- Nasal の落とし穴 (Tat, 2008-8-9 16:13)
-
Re: Nasalを知ろう、使おう!
(sambar, 2008-11-9 2:34)
-
Re: Nasalを知ろう、使おう!
(Tat, 2008-11-9 14:41)
-
Re: Nasalを知ろう、使おう!
(sambar, 2008-11-9 22:50)
- Re: Nasalを知ろう、使おう! (Tat, 2008-11-9 23:59)
-
Re: Nasalを知ろう、使おう!
(sambar, 2008-11-9 22:50)
-
Re: Nasalを知ろう、使おう!
(Tat, 2008-11-9 14:41)
- Re: Nasalを知ろう、使おう! (sambar, 2008-11-10 19:58)
- Re: ジョイスティック設定とNasal (sambar, 2009-7-11 1:25)
-
Re: Nasalを知ろう、使おう!
(inomaty, 2015-11-16 2:06)
- Re: Nasalを知ろう、使おう! (inomaty, 2015-11-18 22:42)
-
Re: Nasalを知ろう、使おう!
(Tat, 2008-4-22 20:54)