Skip to content

Instantly share code, notes, and snippets.

@jeremejazz
Last active July 10, 2021 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremejazz/e9c7aa712fc345c27f6e93ed8db98013 to your computer and use it in GitHub Desktop.
Save jeremejazz/e9c7aa712fc345c27f6e93ed8db98013 to your computer and use it in GitHub Desktop.
How to Install Emedia Piano & Keyboard Method on Ubuntu (using WINE)

Install Emedia Piano & Keyboard method on Ubuntu (using WINE)

self notes

sudo apt install fluidsynth
  • run Piano method installer using wine

  • When prompted to install Quicktime choose custom installation and only install Quicktime Essentials

  • Start Fluidsynth (optional if using MIDI instead of Microphone to be able to play audio)

fluidsynth --audio-driver=alsa /usr/share/sounds/sf2/FluidR3_GM.sf2 
  • Run and activate piano method

  • Set up instrument with MIDI device plugged in.

(optional for MIDI controller) For MIDI output select fluid synth. ID can also be viewed using

aconnect -o

Audio should start playing now from program

Currently Tested in Kubuntu 18.04 Having Script error in Mint 20.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment