Skip to content

Commit

Permalink
Add sample file extensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
martincameron committed Jun 7, 2020
1 parent 7f4b2fe commit b54ac92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tracker3.java
Original file line number Diff line number Diff line change
Expand Up @@ -2222,7 +2222,8 @@ private void load( File file, boolean shift ) throws IOException
{
loadWav( file, 0 );
}
else if( extension.equals( ".iff" ) || extension.equals( ".raw" ) || shift )
else if( extension.equals( ".iff" ) || extension.equals( ".sam" )
|| extension.equals( ".smp" ) || extension.equals( ".raw" ) || shift )
{
try
{
Expand Down

0 comments on commit b54ac92

Please sign in to comment.