added instrument icon, created by dszgit (Ticket #131)
This commit is contained in:
parent
d5892f3748
commit
a95038bf13
6 changed files with 287 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
* for CoreAudio and 4 channel input, support mixing channels 1&2 with 3&4
|
||||
|
||||
* added bassoon instrument icon, created by dszgit (Ticket #131)
|
||||
* added bassoon/oboe instrument icons, created by dszgit (Ticket #131)
|
||||
|
||||
* link to docs from application Help menu (Ticket #90)
|
||||
|
||||
|
|
|
@ -565,6 +565,8 @@ DISTFILES += ChangeLog \
|
|||
src/res/instruments/bodhran.png \
|
||||
src/res/instruments/bassoon.svg \
|
||||
src/res/instruments/bassoon.png \
|
||||
src/res/instruments/oboe.svg \
|
||||
src/res/instruments/oboe.png \
|
||||
src/res/flags/flagnone.png \
|
||||
src/res/flags/ad.png \
|
||||
src/res/flags/ae.png \
|
||||
|
|
BIN
src/res/instruments/oboe.png
Normal file
BIN
src/res/instruments/oboe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 840 B |
282
src/res/instruments/oboe.svg
Normal file
282
src/res/instruments/oboe.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 24 KiB |
|
@ -51,6 +51,7 @@
|
|||
<file>res/instruments/instrkeyboardvocal.png</file>
|
||||
<file>res/instruments/bodhran.png</file>
|
||||
<file>res/instruments/bassoon.png</file>
|
||||
<file>res/instruments/oboe.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/png/main">
|
||||
<file>res/fronticon.png</file>
|
||||
|
|
|
@ -969,6 +969,7 @@ CVector<CInstPictures::CInstPictProps>& CInstPictures::GetTable()
|
|||
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 ) );
|
||||
vecDataBase.Add ( CInstPictProps ( "Bassoon", ":/png/instr/res/instruments/bassoon.png", IC_WIND_INSTRUMENT ) );
|
||||
vecDataBase.Add ( CInstPictProps ( "Oboe", ":/png/instr/res/instruments/oboe.png", IC_WIND_INSTRUMENT ) );
|
||||
|
||||
// now the table is initialized
|
||||
TableIsInitialized = true;
|
||||
|
|
Loading…
Reference in a new issue