Debugging the BlackHole: Virtual Audio Driver #248
Locked
Raj123456788
started this conversation in
General
Replies: 6 comments 5 replies
-
Just print messages to the console. |
Beta Was this translation helpful? Give feedback.
1 reply
-
What are you trying to do?
Devin
…On Dec 21, 2020, 12:47 PM -0800, Raj123456788 ***@***.***>, wrote:
Sorry, I am new to the Xcode. Can you please jot down basic steps will be great? Where will it print the messages in log? Also, did you use any template to get started? Thanks!
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
The debug messages are sent to the console.
Not sure what else to add. If you have any specific questions let me know.
Devin
…On Dec 21, 2020, 12:53 PM -0800, Raj123456788 ***@***.***>, wrote:
Trying to understand how it has been written and understanding HAL Plugin(since Kernel Drivers will be soon obsoleted especially with M1 chipset macs) https://developer.apple.com/library/archive/documentation/MusicAudio/Conceptual/CoreAudioOverview/CoreAudioEssentials/CoreAudioEssentials.html.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Console is an Mac App that system logs all the system logs. All debug messages can be found there.
Devin
…> On Dec 21, 2020, at 2:31 PM, Raj123456788 ***@***.***> wrote:
Which console?
I am able to build the plugin and copy to /Library/Audio/Plug-Ins. it works but where does it logs messages? Any tips to share that were helpful during developing this HAL Plugin?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Just do a spotlight search for console. You’ll find it.
Devin
… On Dec 21, 2020, at 4:59 PM, Raj123456788 ***@***.***> wrote:
Do I need to create the mac app or is there an example/sample app that I can use? Can you please provide details.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
If you are interested in developing your own, you are on your own. All the information is available on the web and through reading the API/docs/headers. I am not interested in holding your hand through the process.
Devin
…On Dec 28, 2020, 12:28 PM -0800, Raj123456788 ***@***.***>, wrote:
Hello again, is there a template that was used to write this driver? Please post the important links that were useful during the development. Thanks!
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can you please update the steps to debug this HAL plugin?
Beta Was this translation helpful? Give feedback.
All reactions