Controlling a specific property in Simpler

Learn about building and using Max for Live devices.
Post Reply
prebentious
Posts: 312
Joined: Fri Jul 20, 2007 12:07 am

Controlling a specific property in Simpler

Post by prebentious » Wed Jun 10, 2020 2:14 pm

Hello.

If I look in the Live api reference at https://julienbayle.studio/PythonLiveAP ... 10.0.2.xml
julienbayle.studio
Module
julienbayle.studio

There’s a property of the sample in simpler with info

Live.Sample.Sample.sample_to_beat_time()Method
sample_to_beat_time( (Sample)self, (float)sample_time) -> float : Converts the given sample time to beat time. Raises an error if the sample is not warped. C++ signature : double sample_to_beat_time(TPyHandle<AMultiSamplePart>,double)

Is there a way to access this via Max for live? I don’t see it when I send ‘getinfo’ to a live object but maybe I just need the proper syntax.

Do you have any tips?

Thanks so much.

Post Reply