Controlling a specific property in Simpler
Posted: 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.
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.