Skip to content

Commit

Permalink
Finally made MIDI working, removed ManagedBass
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrdacor committed Apr 14, 2020
1 parent 18d41b8 commit c66c788
Show file tree
Hide file tree
Showing 13 changed files with 696 additions and 123 deletions.
2 changes: 1 addition & 1 deletion Freeserf.Audio/Audio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public void Dispose()
{
if (--RefCount == 0)
{
// Free Bass resources if it is used
// Free Bass resources
Bass.BassLib.FreeBass();
}
}
Expand Down
Loading

0 comments on commit c66c788

Please sign in to comment.