File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- """Save a programatically generated NoteSequence to a MIDI file.
15+ """Save a programmatically generated NoteSequence to a MIDI file.
1616
1717Example usage:
18- python examples/midi_data_to_file.py --name c_major_scale --save_path /tmp/c_major_scale .mid
18+ python examples/midi_data_to_file.py --name CMajorScaleTwoHands --save_path /tmp/c_major_scale_two_hands .mid
1919"""
2020
2121from absl import app , flags
Original file line number Diff line number Diff line change 1515"""Play a MIDI file using FluidSynth and PyAudio.
1616
1717Example usage:
18- python examples/play_midi_file.py --file robopianist/music/data/nocturne.mid
18+ python examples/play_midi_file.py --file robopianist/music/data/rousseau/ nocturne-trimmed .mid
1919"""
2020
2121from absl import app , flags
You can’t perform that action at this time.
0 commit comments