Jan Feld
Jan Feld
I can agree. I have experienced the same behaviour on two different machines. QJackCtl does show all available devices, Cadence just a few to none.
Pretty much of a deal breaker i'd say. Are there any new informations about this?
I maybe have a similar issue related to this with multiple consecutive parentheses/calls. I'm using `cxxopts` for command line option parsing. The syntax for adding/defining options is like this: ```cpp...
When running uncrustify with the snippet from @pemessier i get another different result: ```cpp int CPtCloudDataSWL::ASCIIReadNbPts(const size_t nbPtsToRead_) { const CTUnitDird normal(m_euler.TransformationMatrixGet()(0, 2), m_euler.TransformationMatrixGet()(1, 2), m_euler.TransformationMatrixGet()(2, 2)); const size_t nbPtsAdded...
I don't have implementation details present but i see your point. The endianess of structures and bitfields is something platform dependent and should be fully configurable for interpretation to decode...
No need to apologize for the length and detail of your answers. I appreciate detailed explanations. Usually they help forming a better mental model of things. I'll stick to the...
Actually this is quite interesting for me, too. Checkboxes are not very userfriendly yes, but they could manage the task well. Another Idea would be a list of 'occurrences' which...