Es geschah am Sunday 22 March 2009 als Luis Garrido schrieb: > I think an easy solution would be to modify the following APIs: > > virtual InstrumentEditor* LaunchInstrumentEditor(instrument_id_t ID) > throw (InstrumentManagerException) = 0; > > to > > virtual InstrumentEditor* LaunchInstrumentEditor(instrument_id_t ID, > void * pUserData = 0) throw (InstrumentManagerException) = 0; > > and > > virtual int LinuxSampler::InstrumentEditor::Main(void * pInstrument, > String sTypeName, String sTypeVersion) > > to > > virtual int LinuxSampler::InstrumentEditor::Main(void * pInstrument, > String sTypeName, String sTypeVersion, void * pUserData = 0); > > What do you think?
Sorry for late response. I just commited those API changes to CVS. CU Christian ------------------------------------------------------------------------------ _______________________________________________ Linuxsampler-devel mailing list Linuxsampler-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel