tildebyte / ChucK-plugin-for-ST3

A Sublime Text 3 plugin for ChucK (http://chuck.cs.princeton.edu).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

zeffii opened this issue · comments

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 )

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

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