Re: [LMMS-devel] Patch - Phase Vocoder instrument

2012-10-20 Thread John Serafino
Ah. Progress. I guess I was looking at the wrong embedded_resources.h. GTune's is empty, and is apparently not being generated. Google says I can make bin2res generate it manually, but not how. How? ;) On Sat, Oct 20, 2012 at 11:22 PM, John Serafino wrote: > No problem. I understood the the tgz

Re: [LMMS-devel] Patch - Phase Vocoder instrument

2012-10-20 Thread John Serafino
No problem. I understood the the tgz wasn't a patch, I was indeed using the patch. Trying new patch... Now it's not finding the 'findEmbeddedData' method when gtune includes embed.cpp. I checked and 'findEmbeddedData' is indeed defined in embedded_resources.h. On Sat, Oct 20, 2012 at 9:51 PM, Gr

Re: [LMMS-devel] Patch - Phase Vocoder instrument

2012-10-20 Thread Groboclown
Thanks for looking at the code and trying it out, John. Good call on the _AUDIO_FILE_PROCESSOR_H - I missed that one. The .tar.gz file wasn't really a patch file, and it didn't include a change necessary for the plugins/CMakeLists.txt. I had been running this on lmms head (git:// lmms.git.source

Re: [LMMS-devel] Patch - Phase Vocoder instrument

2012-10-20 Thread John Serafino
More likely than not I'm just not getting how I'm supposed to be doing this, but for whatever reason gtune is not getting compiled with everything else. Here's what I'm doing: 1. Snapshot lmms 0.4 stable from git 2. Patch 3. Copy .png and .svg files from gtune-0.1.tar.gz into plugins/gtune/ 4. cma