Jernej L.

Results 46 comments of Jernej L.

Maybe a good start for this is gtacars + gta wave program, the audio is just pitch controlled in game.

I would suggest this line be removed, it's still causing problems in FPC.

Second this, it should not be difficult, it would serve good purpose to test third party converters too.

@SunHxiao - There is a small demo, did you check it out? What kind of an example would you wish to have?

It works for me, i tried a string and integer property, it seems to work well, but property has to be published, which seems you did correct, maybe you need...

I suppose {$typeInfo on} is same. Bero could fix this by extending TBESENBaseObject from Tpersistent instead from TObject ( https://www.freepascal.org/docs-html/rtl/classes/tpersistent.html ) which is always in {$M+}

I will try to make an isolated example. As for object creation logic, does that seem correct way to do it at all?

Ok, here is a whole self-contained lazarus project that does what i experimented with, binary and all code included: https://gtamp.com/tdc/besenexperiment.7z I'm sure i'm doing a lot of things wrong or...

Writing again, just as notification.. i made the example and linked it here.

@Coldzer0 thanks - i did find your project and am trying to learn from it as much as possible, as it is a rare project using besen. I also use...