Samuel Larsson

Results 2 comments of Samuel Larsson

> ``` > split_point = math.floor( zs[0].shape[1] / 2 ) > zs_part1 = [zs[0][:, 0:split_point], zs[1][:, 0:split_point], zs[2][:, 0:split_point]] > zs_part2 = [zs[0][:, split_point:], zs[1][:, split_point:], zs[2][:, split_point:]] > ```...

Hang on, so you can actually create a scene in for example the Eve app, which starts a specific (favorite) playlist from the Sonos app? If so, I'd love to...