added Keyboard+Vocal instrument icon, thanks to jp8

This commit is contained in:
Volker Fischer 2020-04-23 21:16:09 +02:00
parent f7ef88178f
commit 104ebbfa2d
5 changed files with 4 additions and 1 deletions

View file

@ -13,7 +13,7 @@
* added -v/--version command line argument to output version information (Ticket #121)
* added bodhran instrument icon, created by bomm (Ticket #131)
* added bodhran and other instrument icons, bodhran created by bomm (Ticket #131)
* bug fix: if small network buffers are used we get much better audio quality when drop outs occur

View file

@ -549,6 +549,7 @@ DISTFILES += ChangeLog \
src/res/instruments/instrviolin.png \
src/res/instruments/instrvocal.png \
src/res/instruments/instrguitarvocal.png \
src/res/instruments/instrkeyboardvocal.png \
src/res/instruments/bodhran.svg \
src/res/instruments/bodhran.png \
src/res/flags/flagnone.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -48,6 +48,7 @@
<file>res/instruments/instrlistener.png</file>
<file>res/instruments/instrstreamer.png</file>
<file>res/instruments/instrguitarvocal.png</file>
<file>res/instruments/instrkeyboardvocal.png</file>
<file>res/instruments/bodhran.png</file>
</qresource>
<qresource prefix="/png/main">

View file

@ -962,6 +962,7 @@ CVector<CInstPictures::CInstPictProps>& CInstPictures::GetTable()
vecDataBase.Add ( CInstPictProps ( "Streamer", ":/png/instr/res/instruments/instrstreamer.png", IC_OTHER_INSTRUMENT ) );
vecDataBase.Add ( CInstPictProps ( "Listener", ":/png/instr/res/instruments/instrlistener.png", IC_OTHER_INSTRUMENT ) );
vecDataBase.Add ( CInstPictProps ( "Guitar+Vocal", ":/png/instr/res/instruments/instrguitarvocal.png", IC_MULTIPLE_INSTRUMENT ) );
vecDataBase.Add ( CInstPictProps ( "Keyboard+Vocal", ":/png/instr/res/instruments/instrkeyboardvocal.png", IC_MULTIPLE_INSTRUMENT ) );
vecDataBase.Add ( CInstPictProps ( "Bodhran", ":/png/instr/res/instruments/bodhran.png", IC_PERCUSSION_INSTRUMENT ) );
// now the table is initialized