Mojca Miklavec

Results 84 comments of Mojca Miklavec

I primarily needed some hints about how to proceed, so thanks a lot for the first pointer. I'm not claiming that this library is needed unconditionally, I just want to...

All the Android applications that we tried for verifying the pitches are using the Middle C = Midinote 60 = C4 convention. Wikipedia seems to agree: * https://en.wikipedia.org/wiki/C_(musical_note)#Middle_C I don't...

@maditnerd actually suggested that Middle C should be called C5, and that's in fact two octaves off from the current behaviour. The suggestion would be to use C4 as Middle...

This isn't supposed to be done this way: ```cmake # we force the c++11 std. This is mandatory for Geant4 >= 10.2. SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") ``` A nicer way could...

Check https://www.youtube.com/watch?v=bsXLMQ6WgIk One of the relevant parts starts at cca. 19:15, but it's worth watching the whole video anyway. The idea is that you are NOT the one determining the...

> I wonder if maybe the simplest and laziest solution would be to just completely omit the standard specification from the Gate `CMakeLists.txt` file: let the compiler use its default...

I'm not a frequent user of Gate, but I would consider it a bit weird if deposited dose would be divided by the number of primaries, I would hate to...

Another user raising hand due to the same issue. I would like to keep a clear separation between generated images and the ones provided by the user, else it becomes...

I cannot check whether it works "with any hardware midi device" (I only have an Arduino), but I'm thinking of doing the reverse test first: try to open a serial...

> 8.5 minutes vs 7.25 minutes is not a 51% inprovement. A 51% improvement would be 4.25 minutes. ... only if the build without trace mode would take 0 minutes....