Make portsmf a git submodule (#7755)
Instead of including the files directly in plugins/MidiImport/portsmf, that path is now a git submodule (https://github.com/portsmf/portsmf). Several other changes have been made to clean up MidiImport as well.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -47,3 +47,6 @@
|
||||
[submodule "src/3rdparty/hiir/hiir"]
|
||||
path = src/3rdparty/hiir/hiir
|
||||
url = https://github.com/LostRobotMusic/hiir
|
||||
[submodule "plugins/MidiImport/portsmf"]
|
||||
path = plugins/MidiImport/portsmf
|
||||
url = https://github.com/portsmf/portsmf
|
||||
|
||||
Reference in New Issue
Block a user