Skip to content

Commit

Permalink
add debug tool link.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadSix27 committed Mar 23, 2019
1 parent 3b09543 commit 207ba73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@


# foo_now_playing_helper

A foobar2000 component that announces events as well as track metadata via `OutputDebugString`, which allows for easy capture in other programs.
Expand All @@ -23,7 +24,7 @@ A foobar2000 component that announces events as well as track metadata via `Outp
Sent when playback is resumed.
* `D6FNP_STATECHANGE_SETTRACK`

(I forgot when this happens, see: play_control::track_command_settrack, probably never occurs)
(I forgot when this happens, see: `play_control::track_command_settrack`, probably never occurs)
* `D6FNP_STATECHANGE_STOP`

Sent when playback is stopped.
Expand Down Expand Up @@ -77,3 +78,6 @@ G:\example_path\music\Lilium Records - Lost Landscape\01. Moonlight.flac
G:\example_path\music\Lilium Records - Lost Landscape\
8
```

### Tools
You can use `Dbgview.exe` to view the messages: https://docs.microsoft.com/en-us/sysinternals/downloads/debugview

0 comments on commit 207ba73

Please sign in to comment.