pinobatch / pently

Scalable music engine for NES games
zlib License
72 stars 4 forks source link

Include another file in a score #29

Closed pinobatch closed 6 years ago

pinobatch commented 6 years ago

Eventually a Pently score may grow bigger than a single file. This may happen if you have different people working on the sound effects and music, or if you are using ft2pently for the music and a handmade score for the sound effects. So in order to avoid having to cat the input files together, I'd recommend adding include to a score, so that the master file can include the sound effects and then the output of ft2pently.

Sub-tasks: