Timofey Kazantsev
Timofey Kazantsev
@dimentorium, thanks for posting, but I want to point You to the #81 which finally solves all issues within MIDI creation, changing etc. As for the text file with utilities...
Christian, how did you launch everything in docker? I'm very interested!
Considering proposal - we should test it, as many small constants in socket lead to various behaviour. As i remember, i removed something unnecessary to improve performance...
I'm not a valid reviewer here, so these are just suggestions as from contributor, But maybe they help)) Thanks!
Repository is not maintained. You always can use reapy-boost from my repository. And I try to approve all PR's, which do not break the repo. But I also almost forgot...
I'm also interested in this possibility. Now I'm mocking almost everything, and, finally, moved to the direct reaper connection on the test stand. It's not quite comfortable, but I think,...
m? https://docs.travis-ci.com/user/docker/ Will look at implementation at evening)
OK, today I gave up with the folowing Dockerfile: ```Dockerfile FROM ubuntu:latest WORKDIR /docker RUN apt-get update RUN apt-get install -y wget RUN apt-get install -y libasound2 RUN apt-get install...
I think, this is future reading https://stackoverflow.com/questions/16296753/can-you-run-gui-applications-in-a-docker-container
> what's the point of actually running reaper in a docker? Continuous Integration? pytest runs. It's useful, and, usually, doesn't need GUI. > In case of reapy, I think unit...