@@ -560,7 +560,7 @@ function compile_help($text_help_file,$html_help_file) {
560
560
$ no_entry = array ("ON " ,"OFF " ,"vel " );
561
561
if (isset ( $ filename ) AND $ filename == "Compilation " ) return '' ;
562
562
if (!file_exists ($ text_help_file )) {
563
- echo "<p style= \"color:MediumTurquoise; \">Warning: “BP_help.html ” has not yet been reconstructed.</p> " ;
563
+ echo "<p style= \"color:MediumTurquoise; \">Warning: “ " . $ html_help_file . " ” has not yet been reconstructed.</p> " ;
564
564
return '' ;
565
565
}
566
566
$ content = @file_get_contents ($ text_help_file ,TRUE );
@@ -3756,7 +3756,7 @@ function filter_form_output($i) {
3756
3756
global $ NoteOffFilter_out , $ NoteOnFilter_out , $ KeyPressureFilter_out , $ ControlChangeFilter_out , $ ProgramChangeFilter_out , $ ChannelPressureFilter_out , $ PitchBendFilter_out , $ SystemExclusiveFilter_out , $ TimeCodeFilter_out , $ SongPositionFilter_out , $ SongSelectFilter_out , $ TuneRequestFilter_out , $ EndSysExFilter_out , $ TimingClockFilter_out , $ StartFilter_out , $ ContinueFilter_out , $ ActiveSensingFilter_out , $ SystemResetFilter_out ;
3757
3757
global $ url_this_page , $ MIDIoutput ;
3758
3758
echo "<div id= \"showhide_output " .$ i ."\" style= \"background-color: Snow; width:300px; \"> " ;
3759
- echo "<input style= \"background-color:yellow; \" type= \"submit \" formaction= \"" .$ url_this_page ."\" name= \"savemidiport \" value= \"SAVE MIDI ports \"> " ;
3759
+ echo "<input style= \"background-color:yellow; \" type= \"submit \" onclick= \" clearsave(); \" formaction= \"" .$ url_this_page ."\" name= \"savemidiport \" value= \"SAVE MIDI ports \"> " ;
3760
3760
echo "<p style= \"margin-left:12px; \"><b>Filter for MIDI output " .$ MIDIoutput [$ i ]."</b></p> " ;
3761
3761
echo "<table style= \"background-color:azure; \"> " ;
3762
3762
echo "<tr> " ;
@@ -3923,7 +3923,7 @@ function display_midi_ports($filename) {
3923
3923
echo "<br /> " ;
3924
3924
}
3925
3925
echo "<input style= \"float:right; color:DarkBlue; backgroundsave_-color:yellow; \" type= \"submit \" name= \"create_output \" value= \"Add an output \"><br /> " ;
3926
- echo "<input style= \"background-color:yellow; \" type= \"submit \" formaction= \"" .$ url_this_page ."\" name= \"savemidiport \" value= \"SAVE MIDI ports \"> " ;
3926
+ echo "<input style= \"background-color:yellow; \" type= \"submit \" onclick= \" clearsave(); \" formaction= \"" .$ url_this_page ."\" name= \"savemidiport \" value= \"SAVE MIDI ports \"> " ;
3927
3927
echo str_replace (' ' ," " ," 👉 Delete name if changing number " )."<br /><br /> " ;
3928
3928
for ($ i = 0 ; $ i < $ NumberMIDIinputs ; $ i ++) {
3929
3929
if ($ MIDIinput [$ i ] == -1 ) $ value = '' ;
0 commit comments