Play MIDI from Temporal folder

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
capellan
Posts: 654
Joined: Wed Aug 15, 2007 11:09 pm

Play MIDI from Temporal folder

Post by capellan »

Hi All,

I have made a simple demo of playing a MIDI
from the Temp folder in Windows.

Please, tell me if it works fine in your
own development setup

Al

PlayMIDIfromTempFolder.zip
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Play MIDI from Temporal folder

Post by Klaus »

Hola Alejandro,

nice work! :D

Is "playsmf.exe" part of a regular Windows installation?
I mean can we presume it to be present on all Win machines?
And is the TEMP folder mandatory or just conveninece? 8)


Best

Klaus
capellan
Posts: 654
Joined: Wed Aug 15, 2007 11:09 pm

Re: Play MIDI from Temporal folder

Post by capellan »

Hi Klaus,

playsmf.exe is a command line utility that
plays Midi files using only resources installed
with Windows. No need of additional dlls or
soundfonts to play a midi file. :D

You could download playsmf.exe and many Midi
utilities from this webpage:
http://public.sreal.com/~div/midi-utilities/

Using the Temp folder is just a convenience,
not a requisite. :)

Al
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Play MIDI from Temporal folder

Post by Klaus »

Hola Al,

thanks for the info!


Best

Klaus
capellan
Posts: 654
Joined: Wed Aug 15, 2007 11:09 pm

Re: Play MIDI from Temporal folder

Post by capellan »

By the way Klaus, you should try playing MIDI files
in Ubuntu with the Command line application
named "Timidity". The sound quality is outstanding.

https://sfxpt.wordpress.com/2015/02/02/ ... ntu-linux/

Recent MacOSX versions does not include a default MIDI player anymore, because
it used Quicktime to play them. I have read somewhere that Quicktime 7 still
works in modern OSX versions.
PaulDaMacMan
Posts: 683
Joined: Wed Apr 24, 2013 4:53 pm
Contact:

Re: Play MIDI from Temporal folder

Post by PaulDaMacMan »

That's correct, QuickTime 7 is still available and works (in 32 bit mode) on newer versions of OS X.
I've used FluidSynth command line utility to play MIDI files since then.
I've been working on ways to do interactive music in LiveCode lately, controlling fluidSynth and also MIDI via BrowserWidget & Web MIDI & browser plug-in "Jazz MIDI".
My GitHub Repos: https://github.com/PaulMcClernan/
Related YouTube Videos: PlayList
capellan
Posts: 654
Joined: Wed Aug 15, 2007 11:09 pm

Re: Play MIDI from Temporal folder

Post by capellan »

In my setup (Ubuntu 14.04 64bits) Jazz Midi and Web Midi does not works at all... :(
Post Reply