• R/O
  • HTTP
  • SSH
  • HTTPS

仓库概述

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Recent Commits RSS

Rev. 时间 作者 Message
9c93319 2014-08-11 17:00:00 alucky4416 master change: add mutexlockert to ThSchManager and PlayMusicThr...
00403d5 2014-05-17 18:43:17 alucky4416 feature: default set SoundVolumeLevel when startup.
dcac266 2014-05-17 18:16:04 alucky4416 Merge branch 'master' of git.pf.sourceforge.jp:/gitroot/a...
5093ceb 2014-05-17 18:14:33 alucky4416 feature: add SoundVolume. and load/save SoundVolumeLevel.
bfd41b7 2014-05-10 15:30:46 alucky4416 bug: correction Inifile name
bde987a 2014-02-15 12:04:37 alucky4416 ADD: README_ja.txt
a032b64 2014-01-23 22:58:20 alucky4416 CHG: add AutoStart CheckBox. this CheckBox checked then a...
456fecd 2014-01-12 12:59:04 alucky4416 CHG: disable when Empty Chime Sound Filepath.
fadb8ac 2014-01-10 09:03:43 alucky4416 CHG: modified about dialog message.
6a5f079 2014-01-10 08:52:07 alucky4416 CHG: comment-out qDebug() output messages.

Branches

名称 Rev. 时间 作者 Message
master 9c93319 2014-08-11 17:00:00 alucky4416 change: add mutexlockert to...

README_ja.txt

QtSchChime - 一定時刻にチャイムを鳴らす
2014/1/9 alucky4416@users.sourceforge.jp

  始業時(9:00), 終業時(17:30)と昼休み開始(12:00)、昼安み終了時(13:00)等に
チャイムを鳴らすソフト。
  時刻は任意に設定できます。
オプションとして土日には鳴らさないように設定できます。
また、起動時に自動開始するように設定できます。

○音声再生用ライブラリの使用
音声ファイルの再生には、Qtのものではなく外部ライブラリを使用しています。
使用ライブラリ: 「BASS Audio Library」http://www.un4seen.com/

○チャイムの音声ファイル
チャイムの音声ファイルとしては、なんでも良いのですが、
「TAM Music Factory」さんが公開されている学校のチャイムが
雰囲気が出ます。

http://www.tam-music.com/se/se-scene1.html
学校チャイム風(1)(短)
http://tam-music.sub.jp/se/data/scene1/mp3/chime1s.mp3


○開発者向け
QtSDK1.2で開発しています。

BASS Audio Library を以下のサイトからダウンロード
Windows版、Linux版あります。
http://www.un4seen.com/

.for Windows(mingw環境)
mingw 用にlibや.aファイルが必要。

ヘッダファイルBASS.hをソース・ファイルのあるフォルダ/libbass にcopy
(.PROファイルを参照)

QtCreatorでデバッグする場合、ビルドするとDebugまたはReleaseフォルダが作成
されます。その中のビルドされたexeと同じフォルダに bass.dll をコピーしてください。

.for Linux

libbass.so ファイルとヘッダファイル(BASS.h)をインストール
root権限で以下の作業を行う。
libbass.so を /usr/local/lib 等にcopy。
copy後にldconfig
/usr/local/include 等に BASS.h を追加。

(Linux版ダウンロードファイルには含まれていなければWindows版をダウンロードして
  そこからコピー)