Skip to content

Update Sound System - #80

Open
suzukiplan wants to merge 2 commits into
masterfrom
1.25.0
Open

Update Sound System#80
suzukiplan wants to merge 2 commits into
masterfrom
1.25.0

Conversation

@suzukiplan

Copy link
Copy Markdown
Owner
  • OPN2 エミュレータの出力モデルを VGS-X 相当へ更新
  • VGS-X 相当の YM2612 アナログ音声エミュレーションとプリセットを追加(デフォルトは無効)
  • SDL2 版へ --ym-analog=off|clean|subtle|real|re1e|warm オプションを追加

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 333bcd89d9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread test/Makefile
@@ -1,2 +1,3 @@
all:
cd 01_degrade && make PATH=${PATH}
cd ../src/test && ./vgm_analog_test

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Build the analog test before executing it

On a clean checkout, the root Makefile's ci target enters test without first building anything in src/test, so this line attempts to execute a nonexistent ../src/test/vgm_analog_test and makes the CI target fail. I checked the repository targets: only src/test/Makefile knows how to build this binary, and no preceding CI step invokes it; add that build as a prerequisite or invoke make there before running the test.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant