Skip to content

Commit

Permalink
Sort sound files added to WAV list alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoru committed Aug 24, 2017
1 parent ab8c6df commit 9aabd2e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 39 deletions.
64 changes: 32 additions & 32 deletions iBMSC/MainWindow.designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions iBMSC/MainWindow.vb
Expand Up @@ -3233,6 +3233,7 @@ EndOfAdjustment:

Dim xOrigPath() As String = CType(e.Data.GetData(DataFormats.FileDrop), String())
Dim xPath() As String = FilterFileBySupported(xOrigPath, SupportedAudioExtension)
Array.Sort(xPath)
If xPath.Length = 0 Then
RefreshPanelAll()
Exit Sub
Expand Down Expand Up @@ -4997,9 +4998,6 @@ case2: Dim xI0 As Integer
End Try
End Sub

Private Sub LWAV_SelectedIndexChanged(sender As Object, e As EventArgs) Handles LWAV.SelectedIndexChanged

End Sub

Private Sub Label15_Click(sender As Object, e As EventArgs) Handles Label15.Click

Expand All @@ -5008,8 +5006,4 @@ case2: Dim xI0 As Integer
Private Sub tBeatValue_TextChanged(sender As Object, e As EventArgs) Handles tBeatValue.TextChanged

End Sub

Private Sub mnSys_Click(sender As Object, e As EventArgs) Handles mnSys.Click

End Sub
End Class

0 comments on commit 9aabd2e

Please sign in to comment.