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

wav_writer.ck to placed in same location as chuck.exe

zeffii opened this issue · comments

i'll have to experiment with this.

With path issues not entirely resolved, i'm going to add a small function to the wav_writer.py to create a wav_writer.ck in the current directory if it doesn't exist already. These files are 11kb, so the size isn't going to be a problem -- it may be a little untidy, there may also be scenarios where the OS won't permit the creation of wav_writer.ck.

I'm using the wav_writer frequently now to sample one-shots, copying the .ck to a new directory interrupts a workflow.

  • ideally wav_writer.ck resides in the same location as the chuck executable
  • alternatively (equally ideal) is to send the wavOut writing instructions as code along with the song in OnTheFly mode.

The on the fly method is currently not possible on windows, which is what I develop on. We are awaiting patches to be accepted for this issue.