Fantastic, I'm getting closer. :) I hadn't realised that set_event_par
changes the voice data itself though. But I'm probably misunderstanding
alot of nksp's terminology.
I was expecting to actually change the incoming midi note itself, not
transpose the voice data.

i.e:

set_event_par($EVENT_ID, $EVENT_PAR_NOTE, $EVENT_NOTE+36) // - Chipmunk
effect, not a new note-on. :(

On Thu, May 25, 2017 at 12:48 PM, Christian Schoenebeck <
schoeneb...@linuxsampler.org> wrote:

> On Thursday, May 25, 2017 12:28:50 Andrew C wrote:
> > Thanks for that update, Christian and for dealing with my inane feedback.
> >
> > Got a compile error on the latest cvs release:
>
> Ok, our repository server is old, but not *that* old. ;-) It's svn
> (Subversion
> server).
>
> > libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -Wreturn-type
> > -ffast-math -g -O2 -pthread -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c
> > parser.cpp  -fPIC -DPIC -o .libs/parser.o
> > In file included from parser_shared.h:16:0,
> >                  from parser.y:14:
> > tree.h: In member function ‘virtual void
> > LinuxSampler::ExecContext::resetPolyphonicData()’:
> > tree.h:715:84: error: ‘memset’ was not declared in this scope
> >    memset(&polyphonicIntMemory[0], 0, polyphonicIntMemory.size() *
> > sizeof(int));
> >
> > ^
> > Makefile:532: recipe for target 'parser.lo' failed
> > make[5]: *** [parser.lo] Error 1
>
> I just fixed it. Should work now.
>
> CU
> Christian
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Linuxsampler-devel mailing list
> Linuxsampler-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to