Page 1 of 2
Cant' load xi-instuments with more than 1 sample included
Posted: 26 Jan 2023 15:16
by yustin
i created some xi-instrument in milkytracker and tried to load it into the sampleplayer
unfortunatelly the player just shows the ones with one sample included
![Sad :(](./images/smilies/icon_e_sad.gif)
Re: Cant' load xi-instuments with more than 1 sample included
Posted: 26 Jan 2023 15:28
by kjetil
That shouldn't happen. Can you attach one of the instruments that doesn't work? (maybe it's a newer XI format of some sort..)
Re: Cant' load xi-instuments with more than 1 sample included
Posted: 26 Jan 2023 21:46
by yustin
here we go ...
created with milkytracker
works in soundtracker 1.0.4
![Smile :)](./images/smilies/icon_e_smile.gif)
Re: Cant' load xi-instuments with more than 1 sample included
Posted: 27 Jan 2023 10:50
by yustin
here is the archive
https://archive.org/details/kiarchive.7z
for further testing
i guess the bug is somewhere in Qt_sample_requester_widget
Re: Cant' load xi-instuments with more than 1 sample included
Posted: 27 Jan 2023 16:34
by kjetil
Yes I think you are right that the bug is in Qt_sample_requester_widget. Probably an easy fix.
In the mean time though, you can just drag "xi" files into the track you want to play it in, or drag it into the instrument widget.
Re: Cant' load xi-instuments with more than 1 sample included
Posted: 28 Jan 2023 08:52
by yustin
Confirmed ! Drag'n'droping files works.
![Smile :)](./images/smilies/icon_e_smile.gif)
Is there any other way than using xi-instruments to load more than one sample into sampleplayer ?
Thanks for your help.
Re: Cant' load xi-instuments with more than 1 sample included
Posted: 28 Jan 2023 10:00
by kjetil
Yes, you can also load a soundfont into the sample player. Unfortunately there isn't a GUI to set multiple samples yourself.
Re: Cant' load xi-instuments with more than 1 sample included
Posted: 28 Jan 2023 10:29
by kjetil
Fixed in this commit:
https://github.com/kmatheussen/radium/c ... 5e60a2efb7
Will be included in the next release. Thanks for reporting!
Re: Cant' load xi-instuments with more than 1 sample included
Posted: 28 Jan 2023 23:00
by yustin
Thank YOU very much !!!
I added the patch to the PKGBUILD and it seems to work.
As soon as i get rid of this error
In file included from Qt/Qt_preferences_callbacks.cpp:31:
Qt/../common/nsmtracker.h:73:6: error: #error "Missing -O2 or -O3 compiler option"
73 | #error "Missing -O2 or -O3 compiler option"
i'll start debugging on my own
![Wink ;)](./images/smilies/icon_e_wink.gif)
It's pretty amazing what you created !
Re: Cant' load xi-instuments with more than 1 sample included
Posted: 29 Jan 2023 08:54
by kjetil
Hi, no problem.
![Smile :-)](./images/smilies/icon_e_smile.gif)
That error you get happens if you change BUILD_TYPE without also running ./make_clean.sh. So ./make_clean.sh should fix it.