Paulo Matos
Paulo Matos
I got the same issue here. Such an interesting project. Shame that this is still happening and has not been fixed yet. Linux user here, used attached midi file and...
@marcomusy Are you still interested in fixing this? ^
I think this might have been fixed post release, so using git HEAD of master might work.
Unfortunately even in git HEAD of master, `ninenotes` is undefined in `generate`, if we take the ` if i > N - 10:` branch. https://github.com/marcomusy/pianoplayer/blob/511af06c24f254dd02c99f6efe79b46f6ed03bd3/pianoplayer/hand.py#L259
To be honest, I really like to be able to differentiate between the type of variable I am declaring using `let` and `var`. Although I don't care too much about...
@dbenoit17 Are you running this on a rpi? or a proper armv7 machine? I can compile this on an rpi which is armv7l (https://gitlab.com/LinkiTools/racket/-/jobs/178198271). So I am assuming that if...
I am actively working on getting cross-arch build problems fixed. Stay tuned.
As I mentioned in #2018, @dbenoit17 can you please test with `--disable-generations` configure flag?
I agree with @samth . If you are showing memory info with `free -b` the problem is that 25Mbs is not enough. I can build racket natively on a armv7l...
@dbenoit17 sounds like a plan to me. @pterjan I will wait until you confirm it builds fine with `--disable-generations` before following up on @dbenoit17 plan.