Hello designers. In my ChatGPT the program wanted to make a midi, but it respond me by saying that it has no module Mido. Does somebody can make this. My knowledge doesn’t reach sofar.
Thanks.
1 Like
The language you sent to the AI likely inspired ChatGPT to write a Python script and send it to the built-in notebook execution environment. However, the AI also assumed the presence of an installable library module, not actually there, for working with MIDI files.
Mido is a Python library designed for working with MIDI (Musical Instrument Digital Interface) data. It allows users to interact with MIDI messages, ports, and files in a straightforward and Pythonic manner.
You would have to pick a different way to work on “AI music”.
1 Like