Skip to content

Instantly share code, notes, and snippets.

@jeremejazz
Last active July 10, 2021 05:00
Show Gist options
  • Select an option

  • Save jeremejazz/e9c7aa712fc345c27f6e93ed8db98013 to your computer and use it in GitHub Desktop.

Select an option

Save jeremejazz/e9c7aa712fc345c27f6e93ed8db98013 to your computer and use it in GitHub Desktop.

Revisions

  1. jeremejazz revised this gist Jul 10, 2021. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion emedia_pianomethod_linux.md
    Original file line number Diff line number Diff line change
    @@ -31,4 +31,5 @@ aconnect -o
    Audio should start playing now from program


    Currently Tested on Linux Mint 20.1
    Currently Tested in Kubuntu 18.04
    Having Script error in Mint 20.1
  2. jeremejazz revised this gist Jul 10, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion emedia_pianomethod_linux.md
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@ 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 controller instead of Digital Piano to be able to play sound)
    - 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
    ```
  3. jeremejazz revised this gist Jul 10, 2021. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions emedia_pianomethod_linux.md
    Original file line number Diff line number Diff line change
    @@ -2,25 +2,25 @@

    _self notes_

    install wine https://wiki.winehq.org/Download
    - install wine https://wiki.winehq.org/Download

    install fluidsynth
    - install fluidsynth

    ```
    sudo apt install fluidsynth
    ```

    1. run Piano method installer using wine
    - run Piano method installer using wine
    - When prompted to install Quicktime choose custom installation and only install **Quicktime Essentials**

    1. Start Fluidsynth (optional if using MIDI controller instead of Digital Piano to be able to play sound)
    - Start Fluidsynth (optional if using MIDI controller instead of Digital Piano to be able to play sound)
    ```
    fluidsynth --audio-driver=alsa /usr/share/sounds/sf2/FluidR3_GM.sf2
    ```

    Run and activate piano method
    - Run and activate piano method

    Set up instrument with MIDI device plugged in.
    - Set up instrument with MIDI device plugged in.

    (optional for MIDI controller)
    For MIDI output select fluid synth.
  4. jeremejazz revised this gist Jul 10, 2021. 1 changed file with 3 additions and 4 deletions.
    7 changes: 3 additions & 4 deletions emedia_pianomethod_linux.md
    Original file line number Diff line number Diff line change
    @@ -10,11 +10,10 @@ install fluidsynth
    sudo apt install fluidsynth
    ```

    run Piano method installer using wine
    (When prompt to install quicktime only install Quicktime Essentials)
    1. 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 controller instead of Digital Piano to be able to play sound)
    1. Start Fluidsynth (optional if using MIDI controller instead of Digital Piano to be able to play sound)
    ```
    fluidsynth --audio-driver=alsa /usr/share/sounds/sf2/FluidR3_GM.sf2
    ```
  5. jeremejazz revised this gist Jul 10, 2021. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions emedia_pianomethod_linux.md
    Original file line number Diff line number Diff line change
    @@ -30,3 +30,6 @@ ID can also be viewed using
    aconnect -o
    ```
    Audio should start playing now from program


    Currently Tested on Linux Mint 20.1
  6. jeremejazz revised this gist May 10, 2021. 1 changed file with 6 additions and 3 deletions.
    9 changes: 6 additions & 3 deletions emedia_pianomethod_linux.md
    Original file line number Diff line number Diff line change
    @@ -14,16 +14,19 @@ run Piano method installer using wine
    (When prompt to install quicktime only install Quicktime Essentials)


    Start Fluidsynth
    Start Fluidsynth (optional if using MIDI controller instead of Digital Piano to be able to play sound)
    ```
    fluidsynth --audio-driver=alsa /usr/share/sounds/sf2/FluidR3_GM.sf2
    ```

    Run and activate piano method

    Set up instrument with MIDI plugged in. For MIDI out select fluid synth.
    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
    Audio should start playing now from program
  7. jeremejazz created this gist May 10, 2021.
    29 changes: 29 additions & 0 deletions emedia_pianomethod_linux.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,29 @@
    # Install Emedia Piano & Keyboard method on Ubuntu (using WINE)

    _self notes_

    install wine https://wiki.winehq.org/Download

    install fluidsynth

    ```
    sudo apt install fluidsynth
    ```

    run Piano method installer using wine
    (When prompt to install quicktime only install Quicktime Essentials)


    Start Fluidsynth
    ```
    fluidsynth --audio-driver=alsa /usr/share/sounds/sf2/FluidR3_GM.sf2
    ```

    Run and activate piano method

    Set up instrument with MIDI plugged in. For MIDI out select fluid synth.
    ID can also be viewed using
    ```
    aconnect -o
    ```
    Audio should start playing now from program