Ishikawa Harima wrote: ↑08-18-23 9:47 pmWhen or how they can put a button to activate deactivate "Pedal Sustein" or the 3 pedals of a Piano and if a quick access automation could be created.
Do you want to prevent Synthesia from sending Pedal messages? In Synthesia, go to Settings, then Advanced. Scroll down to the section called MIDI Data and turn off the switch for "Pedal Messages".
Ishikawa Harima wrote: ↑08-18-23 9:47 pmdoes anyone know how to remove or if they will place activate or remove the lines that divide the background notes, it would be useful when you want to put some background or background video when recording synthesia and thus you would only see the notes fall and not the lines, just for that.
To turn off the horizontal measure lines: On the falling notes screen, click on the gear icon and turn off the switch for "Measure Lines".
To remove the vertical lines, you can create a customized colors.xml. Take a look at the following post to get started:
Getting Started with Modding Synthesia. Once you have put a copy of colors.xml in the Synthesia data folder, open colors.xml in a text editor, find the following items:
Code: Select all
<color id="fallingNoteGuide" rgb="90, 90, 90" />
<color id="fallingNoteGuideAlt" rgb="60, 60, 60" />
and change them to the following:
Code: Select all
<color id="fallingNoteGuide" rgb="0, 0, 0, 0" />
<color id="fallingNoteGuideAlt" rgb="0, 0, 0, 0" />
As explained in the post, the exact items in colors.xml might change when a new version of Synthesia is released. Each time you update Synthesia, you will need to get a fresh version of the default colors.xml that matches the version of Synthesia, then modify it again to make your desired changes. (If you don't, Synthesia might show error messages about items names that are missing.)