tildebyte / ChucK-plugin-for-ST3

A Sublime Text 3 plugin for ChucK (http://chuck.cs.princeton.edu).
19 stars 2 forks source link

Machine.add() file opener to support negative-index #30

Closed zeffii closed 10 years ago

zeffii commented 10 years ago

as we are bound to run into this issue, loading files with negative path index might be implemented (but only if I encounter this in practise )

zeffii commented 10 years ago

the code for this (parent paths) is now implemented in chuck_wav_open , so can be easily modularized and included in chuck_file_open.

zeffii commented 10 years ago

done. not fully modular yet, but works for now. If bugs I will flatten and modularize, but not until then.