Skip to content

環境光センサを使ったテルミンアプリ

Notifications You must be signed in to change notification settings

kechol/ambient-theremin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

環境光テルミン

 環境光センサーを用いた楽器アプリです。

 以下の機能があります。

  • 環境光センサーの値に応じて音程を変化
  • 最後のタッチ位置に応じて音量を変化
  • 音程と音量に応じて画面表示を変化
  • 接近を検知して音を止める
  • アプリ起動から10秒間周辺の明るさを測定して音程を調整

使い方

  • 端末をホームボタンが左にくる方向に置きます
  • 10秒間待ちます
  • 画面をタッチして音量を調整しながら環境光センサーに手をかざしたり端末の角度を変えたりして音程を調整して演奏します
    • 左をタッチするほど音量が大きくなります
    • 右をタッチするほど音量が小さくなります
    • 暗くなると音程が下がります
    • 明るくなると音程が上がります

ライセンス

 以下ライセンスとか難しいこと言ってますが、要するに好きに使っていいということを明言しています。

ソースコードのライセンス

 本アプリのJavaScriptソースコード、HTML、CSS、manifest.webapp、propertiesファイルに適用されるライセンスはNYSL Version 0.9982です。

http://www.kmonos.net/nysl/

NYSL Version 0.9982

A. 本ソフトウェアは Everyone'sWare です。このソフトを手にした一人一人が、 ご自分の作ったものを扱うのと同じように、自由に利用することが出来ます。

A-1. フリーウェアです。作者からは使用料等を要求しません。 A-2. 有料無料や媒体の如何を問わず、自由に転載・再配布できます。 A-3. いかなる種類の 改変・他プログラムでの利用 を行っても構いません。 A-4. 変更したものや部分的に使用したものは、あなたのものになります。 公開する場合は、あなたの名前の下で行って下さい。

B. このソフトを利用することによって生じた損害等について、作者は 責任を負わないものとします。各自の責任においてご利用下さい。

C. 著作者人格権は 藪下 正美 に帰属します。著作権は放棄します。

D. 以上の3項は、ソース・実行バイナリの双方に適用されます。

ソースコード以外のライセンス

 本アプリの画像に適用されるライセンスはCC0です。

http://creativecommons.org/publicdomain/zero/1.0/

CC0 1.0 Universal (CC0 1.0)

No Copyright

The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law.

You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information below.

Other Information

  • In no way are the patent or trademark rights of any person affected by CC0, nor are the rights that other persons may have in the work or in how the work is used, such as publicity or privacy rights.
  • Unless expressly stated otherwise, the person who associated a work with this deed makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law.
  • When using or citing the work, you should not imply endorsement by the author or the affirmer.

About

環境光センサを使ったテルミンアプリ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.2%
  • HTML 4.5%
  • CSS 0.3%