How to play MIDI files directly in chrome?
up vote
11
down vote
favorite
Is there a way to make chrome able to play .mid files directly in the browser? For example, in Wikipdia there are many audio files in the right that are downloaded when clicking on them. The "help" page that is linked near the files is confusing and seems to only give the solution for .ogg files, for which chrome has a built-in support.
Any way to play these .mid files in browser just like .ogg?
google-chrome google-chrome-extensions midi
add a comment |
up vote
11
down vote
favorite
Is there a way to make chrome able to play .mid files directly in the browser? For example, in Wikipdia there are many audio files in the right that are downloaded when clicking on them. The "help" page that is linked near the files is confusing and seems to only give the solution for .ogg files, for which chrome has a built-in support.
Any way to play these .mid files in browser just like .ogg?
google-chrome google-chrome-extensions midi
Please see What should I do when someone answers my question ?
– C0deDaedalus
May 27 at 15:51
html5 + js do the trick. Take a look at this answer stackoverflow.com/a/14168174/722135
– Babblo
Nov 12 at 13:59
add a comment |
up vote
11
down vote
favorite
up vote
11
down vote
favorite
Is there a way to make chrome able to play .mid files directly in the browser? For example, in Wikipdia there are many audio files in the right that are downloaded when clicking on them. The "help" page that is linked near the files is confusing and seems to only give the solution for .ogg files, for which chrome has a built-in support.
Any way to play these .mid files in browser just like .ogg?
google-chrome google-chrome-extensions midi
Is there a way to make chrome able to play .mid files directly in the browser? For example, in Wikipdia there are many audio files in the right that are downloaded when clicking on them. The "help" page that is linked near the files is confusing and seems to only give the solution for .ogg files, for which chrome has a built-in support.
Any way to play these .mid files in browser just like .ogg?
google-chrome google-chrome-extensions midi
google-chrome google-chrome-extensions midi
asked Nov 29 '15 at 21:05
Keldeo
5615
5615
Please see What should I do when someone answers my question ?
– C0deDaedalus
May 27 at 15:51
html5 + js do the trick. Take a look at this answer stackoverflow.com/a/14168174/722135
– Babblo
Nov 12 at 13:59
add a comment |
Please see What should I do when someone answers my question ?
– C0deDaedalus
May 27 at 15:51
html5 + js do the trick. Take a look at this answer stackoverflow.com/a/14168174/722135
– Babblo
Nov 12 at 13:59
Please see What should I do when someone answers my question ?
– C0deDaedalus
May 27 at 15:51
Please see What should I do when someone answers my question ?
– C0deDaedalus
May 27 at 15:51
html5 + js do the trick. Take a look at this answer stackoverflow.com/a/14168174/722135
– Babblo
Nov 12 at 13:59
html5 + js do the trick. Take a look at this answer stackoverflow.com/a/14168174/722135
– Babblo
Nov 12 at 13:59
add a comment |
3 Answers
3
active
oldest
votes
up vote
0
down vote
https://chrome.google.com/webstore/detail/cloud-midi-player/aagimlbccniocacfjiipcfagjpaigiab?hl=en-US
https://chrome.google.com/webstore/detail/midi-player/ggdnfelcdiebaofocemalnfclifhbfij?hl=en-US
extensions exist by now, exactly for this purpose! :)
I would like something like this, but which plays it to my MIDI device.
– ClioCJS
Jun 6 '17 at 16:08
add a comment |
up vote
0
down vote
To answer it simply, NO because .mid or MIDI file contains the steps and patterns of a musical instrument being played and not the sounds of the instrument when that pattern is being played.
@rsp explains it well on StackOverflow in this Post.
Coming to Your Question
Any way to play these .mid files in browser just like .ogg ?
There are a number of chrome extensions and Online MIDI player sites. Doing a Google Search will give you enough.
idk my browser was playing midi files natively in the 90s.
– Startec
Nov 17 at 2:24
add a comment |
up vote
0
down vote
If you do not want to use a plugin you can try out using a local player for the OS you are using. If you are on Windows you could set up file association for Midi files to, for instance Windows Media Player, and select 'Always Open Files of this type' (or similar worded choice in Chrome) for files like this sample URL (available in Windows 10 I believe);
file:///C:/windows/media/flourish.mid
This way the Windows Media Player will play the Midi file for you.
To associate .mid files to for instance Windows Media Player you can either do this through Settings-Apps-Defaults-by File Type or through Shift-Right click on a .mid file and choose Open With default actions.
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
https://chrome.google.com/webstore/detail/cloud-midi-player/aagimlbccniocacfjiipcfagjpaigiab?hl=en-US
https://chrome.google.com/webstore/detail/midi-player/ggdnfelcdiebaofocemalnfclifhbfij?hl=en-US
extensions exist by now, exactly for this purpose! :)
I would like something like this, but which plays it to my MIDI device.
– ClioCJS
Jun 6 '17 at 16:08
add a comment |
up vote
0
down vote
https://chrome.google.com/webstore/detail/cloud-midi-player/aagimlbccniocacfjiipcfagjpaigiab?hl=en-US
https://chrome.google.com/webstore/detail/midi-player/ggdnfelcdiebaofocemalnfclifhbfij?hl=en-US
extensions exist by now, exactly for this purpose! :)
I would like something like this, but which plays it to my MIDI device.
– ClioCJS
Jun 6 '17 at 16:08
add a comment |
up vote
0
down vote
up vote
0
down vote
https://chrome.google.com/webstore/detail/cloud-midi-player/aagimlbccniocacfjiipcfagjpaigiab?hl=en-US
https://chrome.google.com/webstore/detail/midi-player/ggdnfelcdiebaofocemalnfclifhbfij?hl=en-US
extensions exist by now, exactly for this purpose! :)
https://chrome.google.com/webstore/detail/cloud-midi-player/aagimlbccniocacfjiipcfagjpaigiab?hl=en-US
https://chrome.google.com/webstore/detail/midi-player/ggdnfelcdiebaofocemalnfclifhbfij?hl=en-US
extensions exist by now, exactly for this purpose! :)
answered Jun 2 '17 at 10:16
cah.irb
11
11
I would like something like this, but which plays it to my MIDI device.
– ClioCJS
Jun 6 '17 at 16:08
add a comment |
I would like something like this, but which plays it to my MIDI device.
– ClioCJS
Jun 6 '17 at 16:08
I would like something like this, but which plays it to my MIDI device.
– ClioCJS
Jun 6 '17 at 16:08
I would like something like this, but which plays it to my MIDI device.
– ClioCJS
Jun 6 '17 at 16:08
add a comment |
up vote
0
down vote
To answer it simply, NO because .mid or MIDI file contains the steps and patterns of a musical instrument being played and not the sounds of the instrument when that pattern is being played.
@rsp explains it well on StackOverflow in this Post.
Coming to Your Question
Any way to play these .mid files in browser just like .ogg ?
There are a number of chrome extensions and Online MIDI player sites. Doing a Google Search will give you enough.
idk my browser was playing midi files natively in the 90s.
– Startec
Nov 17 at 2:24
add a comment |
up vote
0
down vote
To answer it simply, NO because .mid or MIDI file contains the steps and patterns of a musical instrument being played and not the sounds of the instrument when that pattern is being played.
@rsp explains it well on StackOverflow in this Post.
Coming to Your Question
Any way to play these .mid files in browser just like .ogg ?
There are a number of chrome extensions and Online MIDI player sites. Doing a Google Search will give you enough.
idk my browser was playing midi files natively in the 90s.
– Startec
Nov 17 at 2:24
add a comment |
up vote
0
down vote
up vote
0
down vote
To answer it simply, NO because .mid or MIDI file contains the steps and patterns of a musical instrument being played and not the sounds of the instrument when that pattern is being played.
@rsp explains it well on StackOverflow in this Post.
Coming to Your Question
Any way to play these .mid files in browser just like .ogg ?
There are a number of chrome extensions and Online MIDI player sites. Doing a Google Search will give you enough.
To answer it simply, NO because .mid or MIDI file contains the steps and patterns of a musical instrument being played and not the sounds of the instrument when that pattern is being played.
@rsp explains it well on StackOverflow in this Post.
Coming to Your Question
Any way to play these .mid files in browser just like .ogg ?
There are a number of chrome extensions and Online MIDI player sites. Doing a Google Search will give you enough.
answered Dec 31 '17 at 9:02
C0deDaedalus
1,0511216
1,0511216
idk my browser was playing midi files natively in the 90s.
– Startec
Nov 17 at 2:24
add a comment |
idk my browser was playing midi files natively in the 90s.
– Startec
Nov 17 at 2:24
idk my browser was playing midi files natively in the 90s.
– Startec
Nov 17 at 2:24
idk my browser was playing midi files natively in the 90s.
– Startec
Nov 17 at 2:24
add a comment |
up vote
0
down vote
If you do not want to use a plugin you can try out using a local player for the OS you are using. If you are on Windows you could set up file association for Midi files to, for instance Windows Media Player, and select 'Always Open Files of this type' (or similar worded choice in Chrome) for files like this sample URL (available in Windows 10 I believe);
file:///C:/windows/media/flourish.mid
This way the Windows Media Player will play the Midi file for you.
To associate .mid files to for instance Windows Media Player you can either do this through Settings-Apps-Defaults-by File Type or through Shift-Right click on a .mid file and choose Open With default actions.
add a comment |
up vote
0
down vote
If you do not want to use a plugin you can try out using a local player for the OS you are using. If you are on Windows you could set up file association for Midi files to, for instance Windows Media Player, and select 'Always Open Files of this type' (or similar worded choice in Chrome) for files like this sample URL (available in Windows 10 I believe);
file:///C:/windows/media/flourish.mid
This way the Windows Media Player will play the Midi file for you.
To associate .mid files to for instance Windows Media Player you can either do this through Settings-Apps-Defaults-by File Type or through Shift-Right click on a .mid file and choose Open With default actions.
add a comment |
up vote
0
down vote
up vote
0
down vote
If you do not want to use a plugin you can try out using a local player for the OS you are using. If you are on Windows you could set up file association for Midi files to, for instance Windows Media Player, and select 'Always Open Files of this type' (or similar worded choice in Chrome) for files like this sample URL (available in Windows 10 I believe);
file:///C:/windows/media/flourish.mid
This way the Windows Media Player will play the Midi file for you.
To associate .mid files to for instance Windows Media Player you can either do this through Settings-Apps-Defaults-by File Type or through Shift-Right click on a .mid file and choose Open With default actions.
If you do not want to use a plugin you can try out using a local player for the OS you are using. If you are on Windows you could set up file association for Midi files to, for instance Windows Media Player, and select 'Always Open Files of this type' (or similar worded choice in Chrome) for files like this sample URL (available in Windows 10 I believe);
file:///C:/windows/media/flourish.mid
This way the Windows Media Player will play the Midi file for you.
To associate .mid files to for instance Windows Media Player you can either do this through Settings-Apps-Defaults-by File Type or through Shift-Right click on a .mid file and choose Open With default actions.
answered Sep 21 at 19:53
reben
1326
1326
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1006954%2fhow-to-play-midi-files-directly-in-chrome%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Please see What should I do when someone answers my question ?
– C0deDaedalus
May 27 at 15:51
html5 + js do the trick. Take a look at this answer stackoverflow.com/a/14168174/722135
– Babblo
Nov 12 at 13:59