Last active
July 10, 2021 05:00
-
-
Save jeremejazz/e9c7aa712fc345c27f6e93ed8db98013 to your computer and use it in GitHub Desktop.
Revisions
-
jeremejazz revised this gist
Jul 10, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -31,4 +31,5 @@ aconnect -o Audio should start playing now from program Currently Tested in Kubuntu 18.04 Having Script error in Mint 20.1 -
jeremejazz revised this gist
Jul 10, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 instead of Microphone to be able to play audio) ``` fluidsynth --audio-driver=alsa /usr/share/sounds/sf2/FluidR3_GM.sf2 ``` -
jeremejazz revised this gist
Jul 10, 2021 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,25 +2,25 @@ _self notes_ - install wine https://wiki.winehq.org/Download - install fluidsynth ``` 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) ``` 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. -
jeremejazz revised this gist
Jul 10, 2021 . 1 changed file with 3 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,11 +10,10 @@ install fluidsynth sudo apt install fluidsynth ``` 1. 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) ``` fluidsynth --audio-driver=alsa /usr/share/sounds/sf2/FluidR3_GM.sf2 ``` -
jeremejazz revised this gist
Jul 10, 2021 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
jeremejazz revised this gist
May 10, 2021 . 1 changed file with 6 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 (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 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 -
jeremejazz created this gist
May 10, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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