yeah, just running it results in seg fault, you need to pass at least one input file. You could try running example with using sine as a wave by calling:
./segmod -w 0 -i examples/sequence_A_mid.txt
EDIT: @lijnenspel I added possibility to pass seed as an second argument to parse so the links should give repeatable results now (already pushed it to GH). I used some PRNG lifted from stack overflow which might not be ideal but at least it shouldn’t block you with your work. Also it should be possible now to enter comments with spaces in them.