Hacker News new | past | comments | ask | show | jobs | submit login

Since a lot of people here are technical, here's a fun tip: VCV Rack stores the rack as a (somewhat) human-readable JSON file.

A couple of friends and I are experimenting with collaborating using Github and pull requests.




That's pretty cool. How well do merges work if two commits change the same file?


I tried it and only ran into a couple of issues:

1. I was using VCV Rack on Windows, but I think my friend was not, so you may need to tweak Git's line ending settings

2. Some changes you just don't want to merge. The other person could have different audio output settings. There can also be rounding errors in the knob values so sometimes the values can be edited slightly even if they were 1.0 before, even if you don't think you changed them, which makes merges a little noisier. But `git add -p` made short work of cleaning that up.

Edit: This is also assuming that you coordinate who takes turns editing at one given time - "ping pong" is easier than free for all.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: