Hello all,

I managed to get the 'gigCreator' online on gitlab:
https://gitlab.com/koljakoch/gigcreator

'A tool written in C++ for generating GIGA-Sampler files out of a bunch
of wav-files.'


It is now not using wav2gig anymore, I implemented the gig-creation
using libgig directly into this (used some code of wav2gig, though).

Features:
- scan and use information like e.g. midi-note-number from wav-files or
enter them in the filename-scan-pattern.
- multiple instruments per gig
- merge two mono-files into one stereo-sample (if the corresponding
pattern-specifier is given)
- samples are grouped by instruments in gig file
- preview of gig-files to be created

The gui is based on wxwidgets.

Anyone who would like to test it is very much welcome, any effort and
feedback is appreciated!!
This is my first contribution, so bear with me... ;)

I will do some more testing with more different files (e.g. 24bit and
velocity layers).


> Well, there must be some note/velocity numbers info somewhere, either
> in the
> wav file (content) itself, or as part of the file name. For other use
> cases
> more options would need to be added to wav2gig, like a default value
> for
> velocity, note, ... if there is no match.
> 
Currently, the tool works even when no velocity is given, but surely
either note or velocity is mandatory.

Cheers,
Kolja


> 
> _______________________________________________
> Linuxsampler-devel mailing list
> Linuxsampler-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel




_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to