Music ????

Kenji Kojima index at kenjikojima.com
Wed Oct 21 08:18:13 EDT 2009


Hi Alejandro,

Yes, UDI's makeSMFLib works on MacOS, Windows and browser.
You have to fix one line. Because sort command changed after V3.5.

function "notes2MidiFile" of button "makeSmfLib" of stack "makeSMF133
-- line 131
	put notes2EvList( notes, defInst, playTempo ) into evList
-- put this line after line 131
	if chartonum(char -1 of evList) is 10 then delete char -1 of evList

Playing UDI's sample musics do not use function "notes2MidiFile", but  
when you make your music you may have a problem.
And sometimes Windows QuickTime plays a big noise when a midi file  
starts, put a short rest before a music.

--
Kenji Kojima
http://www.kenjikojima.com/




On Oct 20, 2009, at 10:42 PM, capellan wrote:

>
> Hi All,
>
> Remember that UDI published many stacks
> to play Midi music using Quicktime.
> And there is a Keyboard, too:
>
> http://homepage.mac.com/udi/stack/tool.html
>
> Mac Users should not have problems to
> decode all Rev and Zip files encoded as HQX,
> but Windows Users without WinZip or
> Stuffit Expander, should download
> UUDeview to decode HQX:
>
> http://www.miken.com/uud/
>
> Surely, these stacks will benefit from a code update,
> to use recent additions to the language.
>
> Alejandro
> -- 
> View this message in context: http://www.nabble.com/Music------tp25963613p25985636.html
> Sent from the Revolution - User mailing list archive at Nabble.com.
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your  
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list