Skip to content

Commit

Permalink
update from libfluidsynth1 to libfluidsynth2 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
iansimon authored Feb 1, 2023
1 parent f4c8dcd commit 03af844
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions colab-notebooks/GrooVAE.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"\n",
"print('Installing dependencies...')\n",
"\n",
"!apt-get update -qq && apt-get install -qq libfluidsynth1 fluid-soundfont-gm build-essential libasound2-dev libjack-dev\n",
"!apt-get update -qq && apt-get install -qq libfluidsynth2 fluid-soundfont-gm build-essential libasound2-dev libjack-dev\n",
"!pip install -q pyfluidsynth\n",
"!pip install -U -q magenta\n",
"\n",
Expand Down Expand Up @@ -1021,4 +1021,4 @@
"outputs": []
}
]
}
}
2 changes: 1 addition & 1 deletion colab-notebooks/Multitrack_MusicVAE.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"!gsutil -q -m cp gs://download.magenta.tensorflow.org/soundfonts/SGM-v2.01-Sal-Guit-Bass-V1.3.sf2 /content/\n",
"\n",
"print('Installing dependencies...')\n",
"!apt-get update -qq && apt-get install -qq libfluidsynth1 build-essential libasound2-dev libjack-dev\n",
"!apt-get update -qq && apt-get install -qq libfluidsynth2 build-essential libasound2-dev libjack-dev\n",
"!pip install -qU magenta pyfluidsynth pretty_midi\n",
"\n",
"print('Importing libraries...')\n",
Expand Down
4 changes: 2 additions & 2 deletions colab-notebooks/MusicVAE.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"BASE_DIR = \"gs://download.magenta.tensorflow.org/models/music_vae/colab2\"\n",
"\n",
"print('Installing dependencies...')\n",
"!apt-get update -qq && apt-get install -qq libfluidsynth1 fluid-soundfont-gm build-essential libasound2-dev libjack-dev\n",
"!apt-get update -qq && apt-get install -qq libfluidsynth2 fluid-soundfont-gm build-essential libasound2-dev libjack-dev\n",
"!pip install -q pyfluidsynth\n",
"!pip install -qU magenta\n",
"\n",
Expand Down Expand Up @@ -927,4 +927,4 @@
"outputs": []
}
]
}
}

0 comments on commit 03af844

Please sign in to comment.