Quoting Tobiasz Karon <[email protected]>: > I want to start modyfing LMMS code, so I can program features I miss, and > share them with deelopers. > I'm not familiar with complex projects, I know some basic C, C++, Python. I > know better Bash, as I use it daily. > > Could you please help me get started? Is there any page describing a good > way of diving into programming LMMS?
Any particular new feature you're thinking of doing? I think a good way to get started is trying to fix bugs. Not that there's anything wrong in programming new features, but for me at least it works pretty well. Must be something about motivation and forcing oneself to read more carefully and think about what the code does, instead of just looking for where to hook your new code into the old to get it to work. This might be helpful: http://fossies.org/dox/lmms-0.4.14/ -- [email protected] http://www.mikseri.net/radioproject ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ LMMS-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmms-devel
