Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: No device information printed caused by an error semicolon #1420

Closed
wants to merge 1 commit into from

Conversation

YukiChiyoda
Copy link

Dear JUCE Development Team,

Hello! I am a beginner in programming. While I was debugging the audio output of my app, I noticed that JUCE did not print the device information after the OBOE Stream was correctly created. Upon inspecting the code, I found that a semicolon had been mistakenly added. After removing it, the device information was correctly outputted as shown in the attached screenshot.

image

JUCE is truly a fantastic open-source framework; both my mentor and I have used it extensively, and it has been tremendously helpful to us. I regret that as a beginner, I cannot contribute more valuable commits to the JUCE project. Although this error was minor and incidental, I sincerely hope it can be fixed to improve the JUCE project further.

Thank you for your hard work and dedication.

Best regards,
Yuki

This incorrect semicolon will result in no device information printed.
@tpoole
Copy link
Member

tpoole commented Aug 27, 2024

Thank you for reporting.

Added in faa850a.

@tpoole tpoole closed this Aug 27, 2024
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.

2 participants