[SOLVED] How do I play Dore Mark's Yamaha S6

Link to good samples/soundfonts at http://wiki.linuxaudio.org/wiki/free_audio_data

Moderators: MattKingUSA, khz

amc252
Established Member
Posts: 140
Joined: Fri May 05, 2023 12:24 am
Has thanked: 92 times
Been thanked: 22 times

[SOLVED] How do I play Dore Mark's Yamaha S6

Post by amc252 »

Hello everybody,

I downloaded Dore Mark's Yamaha C6 Experience sfz file from Pianobook. I loved the sf2 version, so I wanted to try the original samples.
However, when I try to load it on qsampler, I get the error:

Code: Select all

Starting disk thread...OK
EQ support: no
Scheduling '/media/mac/Files/sounds/sfz/The_Experience_Yamaha_S6_V1.3/The Experience Yamaha S6 AB Omni V1.3.sfz' (Index=0) to be loaded in background (if not loaded yet).
Loading sfz file '/media/mac/Files/sounds/sfz/The_Experience_Yamaha_S6_V1.3/The Experience Yamaha S6 AB Omni V1.3.sfz'...The opcode 'polyphony' is unsupported by libsfz!
The opcode 'curve_index' in section <curve> is unsupported by libsfz!
sfz::Engine error: Failed to load instrument, cause: Line 47: Expected an integer

I'm probably doing doing something wrong or linuxsampler cannot handle this font.

I've uploaded Dore'Mark's Yamaha C6 file on my google drive here (5.2GB):
https://drive.google.com/file/d/1UXsEMZ ... sp=sharing

Just in case someone wants to test it and tell me what the problem might be.

Last edited by amc252 on Mon Jun 26, 2023 5:44 am, edited 2 times in total.
amc252
Established Member
Posts: 140
Joined: Fri May 05, 2023 12:24 am
Has thanked: 92 times
Been thanked: 22 times

Re: Hpw do I play Dore Mark's Yamaha S6

Post by amc252 »

Okay, I think the sfz files are just part of the 'sample' and the instrument is in nki format, which i think requires some specific software or to be converted into sfz.

Any suggestions as to how to do either?

tavasti
Established Member
Posts: 2059
Joined: Tue Feb 16, 2016 6:56 am
Location: Kangasala, Finland
Has thanked: 375 times
Been thanked: 209 times
Contact:

Re: Hpw do I play Dore Mark's Yamaha S6

Post by tavasti »

amc252 wrote: Sat Jun 24, 2023 9:47 pm

Hello everybody,

I downloaded Dore Mark's Yamaha C6 Experience sfz file from Pianobook. I loved the sf2 version, so I wanted to try the original samples.
However, when I try to load it on qsampler, I get the error:

For using sfz you might use sfizz, liquidsfz, linuxsampler or some other sfz cabable plugin-

Linux veteran & Novice musician

Latest track: https://www.youtube.com/watch?v=ycVrgGtrBmM

amc252
Established Member
Posts: 140
Joined: Fri May 05, 2023 12:24 am
Has thanked: 92 times
Been thanked: 22 times

Re: Hpw do I play Dore Mark's Yamaha S6

Post by amc252 »

I use linuxsampler, but it doesn't open the sfz files as indicated in the error code.
I was able to play the sfz files with polyphone, but the sound is not great.

amc252
Established Member
Posts: 140
Joined: Fri May 05, 2023 12:24 am
Has thanked: 92 times
Been thanked: 22 times

Re: How do I play Dore Mark's Yamaha S6

Post by amc252 »

I tried again with liquidsfz and the command:

Code: Select all

liquidsfz/sfz/The_Experience_Yamaha_S6_V1.3/'The Experience Yamaha S6 AB Omni V1.3.sfz'

and got the error output:

Code: Select all

[liquidsfz::warning] /sfz/The_Experience_Yamaha_S6_V1.3/The Experience Yamaha S6 AB Omni V1.3.sfz: line 14: unsupported opcode 'polyphony'
[liquidsfz::warning] /sfz/The_Experience_Yamaha_S6_V1.3/The Experience Yamaha S6 AB Omni V1.3.sfz: line 47: unsupported opcode 'sustain_cc'
[liquidsfz::warning] /sfz/The_Experience_Yamaha_S6_V1.3/The Experience Yamaha S6 AB Omni V1.3.sfz: line 48: unsupported opcode 'ampeg_dynamic'
[liquidsfz::warning] /sfz/The_Experience_Yamaha_S6_V1.3/The Experience Yamaha S6 AB Omni V1.3.sfz: line 49: unsupported opcode 'ampeg_release_shape'
[liquidsfz::warning] /sfz/The_Experience_Yamaha_S6_V1.3/The Experience Yamaha S6 AB Omni V1.3.sfz: line 362: unsupported opcode 'sustain_cc'
[liquidsfz::warning] /sfz/The_Experience_Yamaha_S6_V1.3/The Experience Yamaha S6 AB Omni V1.3.sfz: line 363: unsupported opcode 'ampeg_dynamic'
[liquidsfz::warning] /sfz/The_Experience_Yamaha_S6_V1.3/The Experience Yamaha S6 AB Omni V1.3.sfz: line 364: unsupported opcode 'ampeg_release_shape'
[liquidsfz::error] /sfz/The_Experience_Yamaha_S6_V1.3/The Experience Yamaha S6 AB Omni V1.3.sfz: line 675: toplevel parsing failed
parse error: exiting

Is there any workaround?

amc252
Established Member
Posts: 140
Joined: Fri May 05, 2023 12:24 am
Has thanked: 92 times
Been thanked: 22 times

Re: How do I play Dore Mark's Yamaha S6

Post by amc252 »

Well, for what it's worth, I found some sort of soultion.
I edited the sfz file and removed all the lines whose opcode was unsupported.
A monkey performing brain surgery LOL, but now liquidsfz loads the sample and I can play it.
The sound is mind blowing

tavasti
Established Member
Posts: 2059
Joined: Tue Feb 16, 2016 6:56 am
Location: Kangasala, Finland
Has thanked: 375 times
Been thanked: 209 times
Contact:

Re: How do I play Dore Mark's Yamaha S6

Post by tavasti »

amc252 wrote: Sun Jun 25, 2023 6:02 pm

and got the error output:

Code: Select all

[liquidsfz::warning] /sfz/The_Experience_Yamaha_S6_V1.3/The Experience Yamaha S6 AB Omni V1.3.sfz: line 14: unsupported opcode 'polyphony'
[liquidsfz::warning] /sfz/The_Experience_Yamaha_S6_V1.3/The Experience Yamaha S6 AB Omni V1.3.sfz: line 47: unsupported opcode 'sustain_cc'
[liquidsfz::warning] /sfz/The_Experience_Yamaha_S6_V1.3/The Experience Yamaha S6 AB Omni V1.3.sfz: line 48: unsupported opcode 'ampeg_dynamic'
[liquidsfz::warning] /sfz/The_Experience_Yamaha_S6_V1.3/The Experience Yamaha S6 AB Omni V1.3.sfz: line 49: unsupported opcode 'ampeg_release_shape'

Is there any workaround?

Looks like some of those opcodes are Aria-specific http://sfzformat.com/opcodes/

So most likely you need player from them http://ariaengine.com/products/

Personally I would download sforzando, and run it, but it needs wine & yabridge (or some other win-plugin bridge)

Linux veteran & Novice musician

Latest track: https://www.youtube.com/watch?v=ycVrgGtrBmM

amc252
Established Member
Posts: 140
Joined: Fri May 05, 2023 12:24 am
Has thanked: 92 times
Been thanked: 22 times

Re: [SOLVED] How do I play Dore Mark's Yamaha S6

Post by amc252 »

I try to avoid using wine.
I figured the error might come from functions liquidsfz isn't able to play, so I removed the lines and, so far, it seems to work.

tavasti
Established Member
Posts: 2059
Joined: Tue Feb 16, 2016 6:56 am
Location: Kangasala, Finland
Has thanked: 375 times
Been thanked: 209 times
Contact:

Re: [SOLVED] How do I play Dore Mark's Yamaha S6

Post by tavasti »

amc252 wrote: Mon Jun 26, 2023 7:10 am

I try to avoid using wine.
I figured the error might come from functions liquidsfz isn't able to play, so I removed the lines and, so far, it seems to work.

Yeah, I saw that. Playing with plugin supports all opcodes might result better what sfz maker wanted it to be, but reading what are those opcodes, maybe that is not so remarkable. This is maybe only which has even a bit relevance http://sfzformat.com/opcodes/ampeg_release_shape

Linux veteran & Novice musician

Latest track: https://www.youtube.com/watch?v=ycVrgGtrBmM

amc252
Established Member
Posts: 140
Joined: Fri May 05, 2023 12:24 am
Has thanked: 92 times
Been thanked: 22 times

Re: [SOLVED] How do I play Dore Mark's Yamaha S6

Post by amc252 »

On the same Dore Mark's collection there's a Fazioli that someone already adapted to sfz for musescore. It still gave me opcode errors in luquidsfz, but a fewer ones, so I might use it as a reference to understand the process a bit better.

User avatar
bluebell
Established Member
Posts: 1927
Joined: Sat Sep 15, 2012 11:44 am
Location: Saarland, Germany
Has thanked: 113 times
Been thanked: 122 times

Re: [SOLVED] How do I play Dore Mark's Yamaha S6

Post by bluebell »

amc252 wrote: Sat Jun 24, 2023 9:47 pm

Hello everybody,

I downloaded Dore Mark's Yamaha C6 Experience sfz file from Pianobook. I loved the sf2 version, so I wanted to try the original samples.
However, when I try to load it on qsampler, I get the error:

Code: Select all

Starting disk thread...OK
EQ support: no
Scheduling '/media/mac/Files/sounds/sfz/The_Experience_Yamaha_S6_V1.3/The Experience Yamaha S6 AB Omni V1.3.sfz' (Index=0) to be loaded in background (if not loaded yet).
Loading sfz file '/media/mac/Files/sounds/sfz/The_Experience_Yamaha_S6_V1.3/The Experience Yamaha S6 AB Omni V1.3.sfz'...The opcode 'polyphony' is unsupported by libsfz!
The opcode 'curve_index' in section <curve> is unsupported by libsfz!
sfz::Engine error: Failed to load instrument, cause: Line 47: Expected an integer

I'm probably doing doing something wrong or linuxsampler cannot handle this font.

I've uploaded Dore'Mark's Yamaha C6 file on my google drive here (5.2GB):
https://drive.google.com/file/d/1UXsEMZ ... sp=sharing

Just in case someone wants to test it and tell me what the problem might be.

Recent sfizz from github loads and plays it without problems.

Code: Select all

git clone --recursive https://github.com/sfztools/sfizz-ui.git
mkdir build && cd build
cmake -DSFIZZ_JACK=ON -DPLUGIN_LV2=ON -DPLUGIN_VST2=OFF -DPLUGIN_VST3=OFF -DSFIZZ_SHARED=OFF -DSFIZZ_RENDER=OFF ..
make
sudo make install

Linux – MOTU UltraLite AVB – Qtractor – http://suedwestlicht.saar.de/

j_e_f_f_g
Established Member
Posts: 2032
Joined: Fri Aug 10, 2012 10:48 pm
Been thanked: 358 times

Re: [SOLVED] How do I play Dore Mark's Yamaha S6

Post by j_e_f_f_g »

Make sure you read this:

viewtopic.php?t=25721

Author of BackupBand at https://sourceforge.net/projects/backupband/files/
My fans show their support by mentioning my name in their signature.

amc252
Established Member
Posts: 140
Joined: Fri May 05, 2023 12:24 am
Has thanked: 92 times
Been thanked: 22 times

Re: [SOLVED] How do I play Dore Mark's Yamaha S6

Post by amc252 »

I think I got this figured out. Seems like some opcodes aren't loadable depending on the tag.

I finally got the font working, actually were able to modify the SFZ to my liking.
I'll post the whole thing once I'm finished working on this on a separate and more comprehensive thread.

Thanks a lot everybody for giving me your suggestions.

Chibchan
Established Member
Posts: 67
Joined: Wed Jun 19, 2013 6:56 am
Location: Brooklyn
Has thanked: 1 time
Been thanked: 9 times

Re: [SOLVED] How do I play Dore Mark's Yamaha S6

Post by Chibchan »

I known this topic is marked solved. Some more info on sfizz and the handling of some of the sfz's from pianobook.co.uk
This is my working list. The 855_v2_The9000ftPiano, after it loads will produce no sound. Simply raise volume for the 414's and/or the coles (see pic) and you're on your way. I'm on debian 12. Opensuse repos show sfizz for debian testing, 11 and 10. I use sfizz stable version 1.2.1 for debian 11 on my debian 12 without issues.

1389737_TheExperience_DoreMark
657490_FamilyGrandV3_ChristianHenson
855_v2_The9000ftPiano_ChristianHenson_DecentSampler/sfz
The Experience NY S&S Model B V1.0
The Experience Yamaha S6 V1.2

all from pianobook.co.uk.

Attachments
Screenshot_20230630_002533.png
Screenshot_20230630_002533.png (45.83 KiB) Viewed 1667 times
amc252
Established Member
Posts: 140
Joined: Fri May 05, 2023 12:24 am
Has thanked: 92 times
Been thanked: 22 times

Re: [SOLVED] How do I play Dore Mark's Yamaha S6

Post by amc252 »

Can you use sfizz with a MIDI to load sfz soundfonts?

Post Reply