开发者

Play MIDI file from Common Lisp

开发者 https://www.devze.com 2023-01-21 23:27 出处:网络
Is it possible to play a MIDI file (existing on the hard drive) from Common Lisp?开发者_StackOverflow中文版If so, how?If your Common Lisp implementation supports FFI, you might be able to use a librar

Is it possible to play a MIDI file (existing on the hard drive) from Common Lisp?开发者_StackOverflow中文版 If so, how?


If your Common Lisp implementation supports FFI, you might be able to use a library like PortAudio. (Also see the Common Lisp Foreign Function Interface project). Another option is to use the venerable Simple DirectMedia Layer which already have Lisp bindings. (But you may also have to get Timidity).

0

精彩评论

暂无评论...
验证码 换一张
取 消