Skip to content

Commit

Permalink
use plug:default for more system compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed Jan 11, 2016
1 parent f63b7c1 commit 828a971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simpleaudio.d
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ version(linux) version=ALSA;
version(Windows) version=WinMM;

version(ALSA) {
enum cardName = "default";
enum cardName = "plug:default";
enum SampleRate = 44100;

// this is the virtual rawmidi device on my computer at least
Expand Down

0 comments on commit 828a971

Please sign in to comment.