MIDI

From ALT Linux Wiki
Stub.png
Under construction.
This page is not finished yet and may lack substantial information.

How to play MIDI-files in ALT Linux.

History

MIDI is a Musical Instrument Digital Interface. This protocol was developed in 1982 for management and data transfer between music instruments.

TiMidity

центр

You can to install a synthesizer Timidity++. Also he is a midi player.

# apt-get install TiMidity++
  • You can add only one file
  • Open file dialog is not standard
  • Drag-n-drop to playlist doesn't work

FluidSynth

Yet one synthesizer.

# apt-get install fluidsynth

For work of this synthesizer need to install SoundFont - sample set, which contains more 128 instruments, sound effects and different drum complects:

# apt-get install fluid-soundfont-gm fluid-soundfont-gs fluid-soundfont-common fluid-soundfont-lite-patches

VLC

Note: For VLC need a installed package vlc-plugin-fluidsynth and sample set, for example fluid-soundfont


# apt-get install vlc-plugin-fluidsynth
# apt-get install fluid-soundfont-gm fluid-soundfont-gs fluid-soundfont-common fluid-soundfont-lite-patches

Next go to Инструменты -> Настройки, выбрать в левом нижнем углу Показывать настройки: все, затем Ввод/кодеки -> Аудиокодеки -> FluidSynth -> Файл Soundfont, указать файл: /usr/share/sounds/sf2/default.sf2

центр

Qmmp

For using MDI in Qmmp need to install sample sets, for example fluid-soundfont

# apt-get install fluid-soundfont-gm fluid-soundfont-gs fluid-soundfont-common fluid-soundfont-lite-patches

Configuring is not needed.

Audacious

центр Файл>Настройки>Модули>Ввод>Плагин AMIDI>Настройки>Шрифт>+>Скармливаем файл /usr/share/sounds/sf2/default.sf2

WINE

Для воспроизведения MIDI большинства приложений и игр в WINE, и большинства midi-плееров в Linux достаточно установки и настройки QSynth

Настройка включает в себя доустановку из репозитория банка музыкальных инструментов (soundfonts) c последующим выбором его в настройках QSynth, и выбор корректного устройства вывода (чаще всего - ALSA или PulseAudio)

При корректной работе QSynth при проигрывании MIDI значок будет мигать.

Старые приложения Windows (в том числе 16-битные), которые не запускаются в Windows 7 и старше, работают в WINE. Например, работает Willow Pond PrestoArranger 2.10 (1995)

Некоторые приложения позволяют воспроизводить звук без установки QSynth. Например, для NoteWorthy достаточно установить SoundFont и выбрать его в Tools>SoundFont

Resources