I had the same issue on both of Ubuntu 16.04 and 17.04. Creating a symlink worked. However, it may be better to create a symlink in the long run if you have already syslink libsfml-audio.so.2.3 there. sudo ln -s libsfml-audio.so.2.3 libsfml-audio.so.2 Additionally, thanks for the note.
I have the same issue on the same OS. Creating a symlink in the terminal using cd /usr/lib/x86_64-linux-gnu sudo ln -s libsfml-audio.so.2.3.2 libsfml-audio.so.2 Note you have to have a midi server running to get sound. Qsynth is what I am using.
I have the same issue on the same OS. Creating a symlink in the terminal using cd /usr/lib/x86_64-linux-gnu sudo ln -s libsfml-audio.so.2.3.2 libsfml-audio.so.2 Seems to have fixed the error. However, I can't get any sound. Thanks, Sam
I have the same issue on the same OS. Creating a symlink in the terminal using cd /usr/lib/x86_64-linux-gnu sudo ln -s libsfml-audio.so.2.3.2 libsfml-audio.so.2 Seems to have fixed the error. Thanks, Sam
I have the same issue on the same OS. Please share how you created the symlink. Thanks, Sam
Select notes based on their 'velocity' /volume/
Standard Tool doesn't deselect when holding CTRL
Keyboard shortcuts?
missing library
showing GM drums titles into piano keys
Horiontal Scroll Bar "large" change is small
Thanks for reporting, fixed in latest commit (and hence in next release)
Displays measure incorrectly on beat 1
Thanks for reporting, fixed in latest commit (and hence in next release)
fixed measure display error / horizontal page s...
Wishlist: Shortcuts
Displays measure incorrectly on beat 1
Horiontal Scroll Bar "large" change is small
Control Change options are not readable
qt4-dev-tools:i386 dependency problem
Fixed in version 3.0.0
removed old project files
version 3.0.0
added update manager
reorganized build setup.
minor bugfixes; texts have been edited; tools w...
added class Selection, reimplemented selection ...
fixed rasterization for edited events
playback speed controls
Updated RtMidi to latest release; changed timel...
fixed display update time issue
fixed crash when TimeSIgnatureEvent at tick 0 n...
Edited dialogs. Metronome works on both OS
edited record-dialog
ntoles can be quantized
edit track/channel can be used for pasting; pia...
added metronome and quantization. MidiInput can...
Dublicate ControlChangeEvents at the same time ...
Reorganized toolbars and settings
Sysex/Unknown Events can be created; added alte...
reimplemented event editor. UnknownEvent/SysExE...
reimplemented trackwidget
reimplemented channel widget
added raster / magnet
track now accessed directly;bugfix: track editi...
icons changed
new icon/file loading stabilized
Added SysEx events, fixed file load error
StdTool creates new events on right click
feature request: edit the midi channel for all events in a track.