【mck】ファミコン音源について語りましょう18【NSF】 (67レス)
【mck】ファミコン音源について語りましょう18【NSF】 http://egg.5ch.net/test/read.cgi/dtm/1746349244/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
必死チェッカー(本家)
(べ)
自ID
レス栞
あぼーん
34: 名無しサンプリング@48kHz [sage] 2025/06/24(火) 22:12:08.15 ID:4ApfrpQm Makefiileの代わりにファイル更新を監視するスクリプトを書いてもいいかもしれない これだといちいち更新したあと:make playしなくて済む #!/bin/bash target_file="test.mml" dest_file="test.nsf" last_modified=$(stat -c %Y "$target_file") while true; do current_modified=$(stat -c %Y "$target_file") if [[ "$current_modified" != "$last_modified" ]]; then mknsf $target_file $dest_file cvlc --play-and-exit $dest_file last_modified="$current_modified" fi sleep 1 # 1秒待機 done http://egg.5ch.net/test/read.cgi/dtm/1746349244/34
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.005s