How do I get Audacity to play MIDI?
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
How do I get Audacity to play MIDI?
Not sure what is missing here, however after I import a MIDI file and click PLAY nothing happens. in the bottom left corner of the application is says STOPPED. How do I get this thing to play?
Windows 10 Pro
1607 (OS Build 14393.693)
Audacity 2.1.2 .exe installer
Windows 10 Pro
1607 (OS Build 14393.693)
Audacity 2.1.2 .exe installer
-
kozikowski
- Forum Staff
- Posts: 68938
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: How do I get Audacity to play MIDI?
Audacity has very basic MIDI file management without actually playing or making MIDI files.
I think the best you can do is get your computer MIDI interpreter to play the file and record it in Audacity by setting it to "Record What's Playing On The Computer." This is the same setting you would use to record YouTube or other on-line music.
http://manual.audacityteam.org/man/tuto ... puter.html
MIDI isn't music. It's machine control and it needs special software to turn it into music.
http://forum.audacityteam.org/viewtopic ... 79#p310179
Koz
I think the best you can do is get your computer MIDI interpreter to play the file and record it in Audacity by setting it to "Record What's Playing On The Computer." This is the same setting you would use to record YouTube or other on-line music.
http://manual.audacityteam.org/man/tuto ... puter.html
MIDI isn't music. It's machine control and it needs special software to turn it into music.
http://forum.audacityteam.org/viewtopic ... 79#p310179
Koz
Re: How do I get Audacity to play MIDI?
Audacity does not currently have he ability to play MIDI (http://manual.audacityteam.org/man/faq_ ... .html#midi)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: How do I get Audacity to play MIDI?
so let me get this straight. Audacity has the ability to import MIDi files and display all the parts but does not have the ability to play the MIDI files? That's whacked!
Re: How do I get Audacity to play MIDI?
see here in the manual: http://manual.audacityteam.org/man/faq_ ... .html#miditdehan wrote:so let me get this straight
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: How do I get Audacity to play MIDI?
It's because MIDI playback is not a fully finished feature and its interactions with audio playback and certain parts of the Audacity interface could cause crashes.tdehan wrote:That's whacked!
A volunteer is looking at the MIDI playback code and discussing it with the developers at the moment, so it is possible that progress might be made.
You can enable experimental MIDI playback if you recompile Audacity and define USE_MIDI and EXPERIMENTAL_MIDI_OUT.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: How do I get Audacity to play MIDI?
though there is no guarantee that it will work because it's unfinished and experimental (it didn't work for me).Gale Andrews wrote:You can enable experimental MIDI playback if you recompile Audacity and define USE_MIDI and EXPERIMENTAL_MIDI_OUT.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: How do I get Audacity to play MIDI?
so, am I able to edit MIDI files from with Audacity?
Re: How do I get Audacity to play MIDI?
Audacity does not actually have "MIDI" tracks. it has "Note Tracks". Note tracks are based on the Allegro format which supports many more features than MIDI. When a MIDI track is imported into Audacity, note data from the MIDI file is converted into Allegro note data and displayed in the Note Track. Note Tracks may be exported in MIDI or Allegro format. Audacity can currently do a limited amount of editing on "Note Tracks", such as cut, copy, paste.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)