Yes of course!
In the second tab, you have by default:
midi://midi_out/notef 1 trigger_value_y trigger_value_x trigger_duration
/notef
means “MIDI note in float format” => so you need to type note values between 0. and 1.… not so convenient for you.
You may try :
midi://midi_out/note 1 60 trigger_value_x trigger_duration
/note
means “MIDI note” => so if you type 60 as second parameter, it should work!