[LAU] sfz convert / tools

rosea.grammostola rosea.grammostola at gmail.com
Mon Dec 17 13:18:48 UTC 2012


On 12/17/2012 01:24 PM, rosea.grammostola wrote:
> On 12/17/2012 12:51 PM, Nicola Pandini wrote:
>> Il 17/12/2012 11:43, rosea.grammostola ha scritto:
>>> Hi,
>>>
>>> What are the experiences with Translator Pro
>>> http://www.chickensys.com/products/sw_iteminfo.php?sw_name=Translator+Pro
>>>
>>> ?
>>>
>>> Afaik, it does convert to a Windows way of pointing to the path of the
>>> sample, e.g. \ versus /. Are there tools / scripts for converting
>>> these file to a file which works on unix?
>>>
>>> Which sfz (conversion) tools are available?
>>>
>>> Regards,
>>> \r
>>>
>>> _______________________________________________
>>> Linux-audio-user mailing list
>>> Linux-audio-user at lists.linuxaudio.org
>>> http://lists.linuxaudio.org/listinfo/linux-audio-user
>>
>> I use chickensys translator (cakewalk edition) to translate the Battery3
>> format into sfz. It seems is the only one to do such translation, and
>> it's very buggy.
>> When I edit a .sfz file that has been translated from a .kt3 (NI
>> Battery3), I follow these steps:
>>
>> # comment the opcode "name"
>> find . -type f -name "*.sfz" -exec sed -i 's:name=:// name=:g' {} \;
>>
>> # rename the opcode "volume_group" to "volume"
>> find . -type f -name "*.sfz" -exec sed -i 's/volume_group/volume/g' {} \;
>>
>> # rename the opcode "pan_group" to "pan"
>> find . -type f -name "*.sfz" -exec sed -i 's/pan_group/pan/g' {} \;
>>
>> # remove the opcode "groupIdx"
>> find . -type f -name "*.sfz" -exec sed -i 's/groupIdx=[^ ]* //g' {} \;
>>
>> # rename the opcode "tune_group" to "tune"
>> find . -type f -name "*.sfz" -exec sed -i 's/tune_group/tune/g' {} \;
>>
>> # lowercase
>> find . -name "*.kt3" -exec rename 'y/A-Z/a-z/' {} \;
>> find . -name "*.sfz" -exec sed -i 's/\(.*\)/\L\1/' {} \;
>>
>> I also change the relative path to absolute path.
>> There are bugs in the translation process of filters, eq, tune(sfz uses
>> transpose+tune).
>>
>
> Thanks, that is useful information!
>
> I found also this:
>
> http://sfzer.rubyforge.org/

There is no sfz editor for linux?

I only found:
http://audio.clockbeat.com/sfZed.html

This seems to be a good resource too, all though the perl scripts seems 
to be offline

http://www.drealm.info/sfz/

\r


More information about the Linux-audio-user mailing list