solent-eng / solent

Free software sequencer architecture
GNU Lesser General Public License v3.0
7 stars 4 forks source link

Update cgrid_new to just Cgrid #80

Closed cratuki closed 7 years ago

cratuki commented 7 years ago

The codebase was originally in C. Even in python, it was designed to be taken back to C later.

At some point I decided I'm happy with python for now. And when I need to get faster, I'll probably go to C++ rather than C.

Hence, I have gradually been chasing out "blah_new" style construction functions. Just noticed cgrid. Now is as good a time as any.

cratuki commented 7 years ago

Going to do console_new to Console as part of the changes.