Skip to content

Commit

Permalink
Update WiiMusicEditorPlus.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Feb 5, 2022
1 parent 7f685a7 commit 45594d1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions WiiMusicEditorPlus.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@
import time
import wave

import editor
from editor import ConvertWav, RetranslateSongNames, TranslationPath, PlayRwav, ReplaceWave, SaveRecording, GetDolphinSave, SavePath, HelperPath, ChangeName, GetBrsarPath, GetDefaultStyle, GetGeckoPath, GetMainDolPath, PatchMainDol, CreateGct, DecodeTxt, EncodeTxt, FixMessageFile, Run, GetMessagePath, GivePermission, BasedOnRegion, SaveSetting, LoadSetting, PrepareFile, LoadMidi, PatchBrsar, GetStyles, AddPatch, ChooseFromOS, currentSystem, Instruments, gctRegionOffsets, Songs, Styles, gameIds, gctRegionOffsetsStyles, savePathIds, extraSounds, languageList, StyleTypeValue, SongTypeValue, LoadType, RecordType

if(currentSystem == "Mac"): os.environ["QT_MAC_WANTS_LAYER"] = "1"

from PyQt5 import QtCore, QtWidgets
from PyQt5.QtCore import QLocale, QTranslator
from PyQt5.Qt import QFontDatabase
from PyQt5.QtGui import QColor, QIcon
from PyQt5.QtWidgets import QApplication, QFileDialog, QMainWindow

import editor
from editor import ConvertWav, RetranslateSongNames, TranslationPath, PlayRwav, ReplaceWave, SaveRecording, GetDolphinSave, SavePath, HelperPath, ChangeName, GetBrsarPath, GetDefaultStyle, GetGeckoPath, GetMainDolPath, PatchMainDol, CreateGct, DecodeTxt, EncodeTxt, FixMessageFile, Run, GetMessagePath, GivePermission, BasedOnRegion, SaveSetting, LoadSetting, PrepareFile, LoadMidi, PatchBrsar, GetStyles, AddPatch, ChooseFromOS, currentSystem, Instruments, gctRegionOffsets, Songs, Styles, gameIds, gctRegionOffsetsStyles, savePathIds, extraSounds, languageList, StyleTypeValue, SongTypeValue, LoadType, RecordType

app = QApplication([])

from wiimusicplus_ui import Ui_MainWindow
Expand Down

0 comments on commit 45594d1

Please sign in to comment.