-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// GBT Player v4.3.0 | ||
// GBT Player v4.4.0 | ||
// | ||
// SPDX-License-Identifier: MIT | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// GBT Player v4.3.0 | ||
// GBT Player v4.4.0 | ||
// | ||
// SPDX-License-Identifier: MIT | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// GBT Player v4.3.0 | ||
// GBT Player v4.4.0 | ||
// | ||
// SPDX-License-Identifier: MIT | ||
// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env python3 | ||
|
||
# mod2gbt v4.3.0 (Part of GBT Player) | ||
# mod2gbt v4.4.0 (Part of GBT Player) | ||
# | ||
# SPDX-License-Identifier: MIT | ||
# | ||
|
@@ -473,7 +473,7 @@ def convert_file(mod_in_path, label_name, speed_conversion): | |
import argparse | ||
import sys | ||
|
||
print("mod2gbt v4.3.0 (part of GBT Player)") | ||
print("mod2gbt v4.4.0 (part of GBT Player)") | ||
print("Copyright (c) 2009-2022 Antonio Niño Díaz <[email protected]>") | ||
print("All rights reserved") | ||
print("") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env python3 | ||
|
||
# s3m2gbt v4.3.0 (Part of GBT Player) | ||
# s3m2gbt v4.4.0 (Part of GBT Player) | ||
# | ||
# SPDX-License-Identifier: MIT | ||
# | ||
|
@@ -821,7 +821,7 @@ def convert_file(module_path, song_name, output_path, export_instruments): | |
import argparse | ||
import sys | ||
|
||
print("s3m2gbt v4.3.0 (part of GBT Player)") | ||
print("s3m2gbt v4.4.0 (part of GBT Player)") | ||
print("Copyright (c) 2022 Antonio Niño Díaz <[email protected]>") | ||
print("All rights reserved") | ||
print("") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env python3 | ||
|
||
# s3msplit v4.3.0 (Part of GBT Player) | ||
# s3msplit v4.4.0 (Part of GBT Player) | ||
# | ||
# SPDX-License-Identifier: MIT | ||
# | ||
|
@@ -185,7 +185,7 @@ def s3m_split(s3m_in_path, s3m_psg_path, s3m_dma_path): | |
import argparse | ||
import sys | ||
|
||
print("s3msplit v4.3.0 (part of GBT Player)") | ||
print("s3msplit v4.4.0 (part of GBT Player)") | ||
print("Copyright (c) 2022 Antonio Niño Díaz <[email protected]>") | ||
print("All rights reserved") | ||
print("") | ||
|