Elysia-ff / FFXIV_PerformHelper

.xml로 변환된 악보를 Final Fantasy XIV Client 위에 표시합니다.
MIT License
4 stars 1 forks source link

FFXIV_PerformHelper

.xml로 변환된 악보를 Final Fantasy XIV Client 위에 표시합니다.

Creates a window to learn bard perform easier.

Preview : https://youtu.be/OHwx1BRAY5A

Required .NET Framework 4.6.1

How To Use

Main Window

  1. 불러온 xml 파일의 경로

  2. xml 불러오기 버튼

  3. 곡 시작 버튼

  4. 곡 플레이 중 남은 시간

  5. 곡의 이름

  6. 곡의 BPM

  7. 곡에 포함된 음계

  8. (7)에 새로운 음을 추가

  9. (7)에서 선택된 음 앞에 새로운 음을 추가

  10. (7)에서 선택된 음을 삭제

  11. (7)에서 선택된 음의 코드를 변경

  12. (7)에서 선택된 음의 옥타브를 변경

  13. (7)에서 선택된 음의 박자를 변경

  14. (11), (12), (13)의 내용을 적용

  15. (11), (12), (13)의 내용을 초기화

  16. (7)의 내용을 xml 로 변환하여 새 파일로 저장

  17. 새 xml 파일 생성

  18. 노트 윈도우의 위치

  19. 노트의 속도

  20. 곡 시작 전 딜레이 시간

  21. 각 음계 그래프의 x 포지션, 너비 및 높이

  22. 변경된 설정을 저장

  23. 변경된 설정을 초기값으로 복원

  24. Location of .xml file loaded.

  25. Loads .xml file.

  26. Plays bard perfrom.

  27. Remaining time until end.

  28. The name of the song.

  29. The BPM of the song.

  30. Notes in the song.

  31. Adds a new note at the last.

  32. Inserts a new note before the selected note.

  33. Deletes the selected note.

  34. Changes the key of the selected note.

  35. Changes the octave of the selected note.

  36. Changes the length of the selected note.

  37. Applies the changes of (11), (12) and (13).

  38. Resets (11), (12) and (13).

  39. Creates a new .xml file from (7).

  40. Creates a blank .xml file.

  41. Location of the Note Window.

  42. Speed of Notes.

  43. Delay time until start.

  44. x position, width and height of each graph.

  45. Saves the settings.

  46. Resets the settings.

Note Window

  1. 곡 플레이 중 남은 시간

  2. 곡의 이름

  3. 곡의 BPM

  4. Remaining time until end.

  5. The name of the song.

  6. The BPM of the song.