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
Cant' load xi-instuments with more than 1 sample included
Cant' load xi-instuments with more than 1 sample included
Last edited by yustin on 26 Jan 2023 22:41, edited 1 time in total.
Re: Cant' load xi-instuments with more than 1 sample included
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
here we go ...
created with milkytracker
works in soundtracker 1.0.4
created with milkytracker
works in soundtracker 1.0.4
- Attachments
-
- bd3.7z
- xi-instrument with 3 samples
- (3.69 KiB) Downloaded 492 times
Last edited by yustin on 27 Jan 2023 10:39, edited 1 time in total.
Re: Cant' load xi-instuments with more than 1 sample included
here is the archive
https://archive.org/details/kiarchive.7z
for further testing
i guess the bug is somewhere in Qt_sample_requester_widget
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
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.
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
Confirmed ! Drag'n'droping files works.
Is there any other way than using xi-instruments to load more than one sample into sampleplayer ?
Thanks for your help.
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
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
Fixed in this commit: https://github.com/kmatheussen/radium/c ... 5e60a2efb7
Will be included in the next release. Thanks for reporting!
Will be included in the next release. Thanks for reporting!
Re: Cant' load xi-instuments with more than 1 sample included
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
It's pretty amazing what you created !
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
It's pretty amazing what you created !
Re: Cant' load xi-instuments with more than 1 sample included
Hi, no problem.
That error you get happens if you change BUILD_TYPE without also running ./make_clean.sh. So ./make_clean.sh should fix it.
That error you get happens if you change BUILD_TYPE without also running ./make_clean.sh. So ./make_clean.sh should fix it.