Adding sound font verify error

Hello,

New to proffie editing. I have a soundfont I purchased and trying to setup a config for a blaster. When adding the bladestyle to the config and verifying, it gives me an errror:

Compilation error: narrowing conversion of ‘2’ from ‘int’ to ‘bool’ [-Wnarrowing]

Does anyone know what this means and how to remedy it?

You should copy and paste the whole error so we can help better.

You’re InOutTrL has a 2 at the end, not sure why but it’s wrong.

Change this

InOutTrL<TrWipe<300>,TrWipeInSparkTip<White,300>,Black,2>,

to this instead

InOutTrL<TrWipe<300>,TrWipeInSparkTip<White,300>>,

I will try to post the whole error message. I did try changing that line but it gives me the same error when verifying. I pasted it in fett263 config builder and tested it, it did work there. I’m sure I have somethi g wrong.

This would normally be a warning, not an error.
As NoSloppy said, we’ll need to see the full output from the compilation step.

You posted your config on facebook.
I fixed what I said above on my end and it compiles just fine. Make sure you’re actually saving the file after editing before trying to compile again.