Jean-Michaël Celerier

Results 664 comments of Jean-Michaël Celerier

what about ossia.router staying like this to not break compat with existing patch, and introducing an ossia.oscrouter which would add the /

[ossia-max-2023-01-20-17-39.zip](https://github.com/ossia/libossia/files/10470700/ossia-max-2023-01-20-17-39.zip) latest version with the test patch: ``` ----------begin_max5_patcher---------- 1700.3oc0a0sTaqCD95vSgGeMMHsRxxtuJG5zwD7o0cH1Yhc5gNc569wVqMn .DGUsRLjafYcLnuuc09qT98UqRuq8wptzjOm7OIqV86qVsx7nwGrZRdU51xG 27PYm40R2V00U9spzqwOq4v15lGp5MeH77CaOzO+T9zSqu27On8te7IY17eO 9d8+ZWEBhzzjuL8Q6J62785lu808Ua5wOMSkslccBmKF+khM9S.VyR9x3exe t5pwebseLou5QypjdyufaDCqwZ07G8PcS0l1CM8ufj9vbleLWIJdEyEp.y7t p8+rsaj+pDNHnYiyD9wzB.IWtd7WEhnXieIECnENC7j2Yl81JddDsv16p8jd b+nWdAxKdV3cc8jId5JlyYgiIMU+2.Vdkc5Gqa61re.WUIiQi9KHJ7ZhpJNM Qu9rdil3NxbCMQexf6Mdap51T5QbTdlUQqf2WCJQyoveyoNWXYN0wwb9bZji Si5YFSomVUjpy4QxhrUEIMMKqL.VVI2P2hnXYe7FpFSOSNxYbXMnFnj.cOKV qh.+T27HQ9w8M4O5JFD1chMq8sc+Z6csO7lLj6JCEE9VVmYiInwfrwIxCwcm hbZbKp6MI66Ij9V4FVKJmGwltrZ83lGu4eaaSJnwVOMkBU9n0iqTl1sXEwls IRfFQ4JZLkqiXkcOSTYBjSinflDQyydW3oHQnIxSZackEuK7b1MEnVeG3YU6 .1F1rmJONdpgvA0yLlpLSGyRlLlC6J.7yS+RPphO+rizBLp6U4BZ6UwXsEww 2jZ7UtmyCgmqLwchpc71T43HB3rnLUVvyx103HC3X6VeXmYG3YWWJswjx0p3 MXj1tt5x0ldn2GfYcADZgVUfoRjx.3k5FcoQVNmv7BjZjrp2ox+Nx20yA74o WJCSz.XI8vEvPu.O6USgy4BoZbl40Q6fCwTu.EEWVrp9oiEjcIrKFXjJhXhq QZaL4hH7r4kwIRG8hHn1YF2yVUD3oX9AmbdFxgCYgibtDy41TwPoflBBeSFK dSFKdCFCKG34bAejfgxBMlXoPFmNznOQAOa.UpvSPgoe2J+iVlDs+IRDXQef JlSOgpczyvObMNaj772I6XHpJfPosycaWTDhpBbgvhDIsPQRZQh334oLGIRj eAzolfrAFvysu3R3TrAR07gyzkX87k886OTOiiQIyienp79gE8ScCu32oc1f vSIZ1Utuba0vFkuV0Td2CFtx7TCXHMWiGKC6CtJPvhkJ.mc3EfFfGdMf.CuA...

[ossia-max-24-04-2023-ossia-router-optim.zip](https://github.com/ossia/libossia/files/11400460/ossia-max-24-04-2023-ossia-router-optim.zip) with some optimizations

hmm one thing i'm wondering: doesn't this break existing scores which work with this "wrong" offset?

do you still get this with the latest version I had sent on discord?

arf, can you try going into [src/ossia/detail/ssize.hpp](https://github.com/ossia/libossia/tree/master/src/ossia/detail/ssize.hpp) and replacing `__MAC_OS_X_VERSION_MIN_REQUIRED >= 113000` by e.g. 114000? Or even just #ifdefing the whole thing to make sure that it builds this way

hmmm checking into re2's code it seems that there is an overload which depends on `__cpp_lib_string_view` being defined. wild that xcode 11.3 didn't yet provides it even though it provided...

I'm wondering: what does it give if you try to run CMake with `-DCMAKE_CXX_FLAGS="-D__cpp_lib_string_view=201803L"` to try to force things a bit ? Maybe they didn't define the flag at the...

nevermind, there's an overload that takes (const char* data, size_t size) ; i'll just change the code to use that

can you try at current git master?