フィルターのクリア

matlab MIDI input

7 ビュー (過去 30 日間)
Craig Minchin
Craig Minchin 2011 年 4 月 4 日
I'm new to matlab and am wondering if this is possible for a college project.
I want to make a synthesizer, it'll use java to take in MIDI messages from an external MIDI keyboard and will generate sounds in real-time.

回答 (2 件)

Ruslan López
Ruslan López 2011 年 11 月 17 日
Perhaps using udp messages, but i don't see why use Matlab because I don't know any way of working in the score level :/

Tucker McClure
Tucker McClure 2012 年 12 月 27 日
Hi Craig,
There's a MIDI Interface available in File Exchange for MIDI input. It's Windows-only.
In order to generate real-time sound in MATLAB, you'll need an ability to buffer sound going to the audio interface. The DSP System Toolbox comes with such an ability (dsp.AudioPlayer) and also includes low-latency ASIO drivers (these are for Windows; Mac's native drivers are already low latency). Another File Exchange entry (the Real Time Audio Processor) provides a real-time sound generation framework and an example of building a simple synthesizer in MATLAB. It also includes the MIDI Interface from above.

カテゴリ

Help Center および File ExchangeAudio I/O and Waveform Generation についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by