[ecasound] ecasound pitch correction (talentedHack)

From: Volga Boatman via Ecasound-list <ecasound-list@email-addr-hidden>
Date: Fri Nov 13 2020 - 14:08:58 EET

   Hi, ecasound list!
 
   I’m trying to do offline pitch correction for one of our customers. I’be checked some LV2 and LADSPA plugin and found the working way. For example i can process some audio with autotalent plugin
 
   ecasound -i:/data/Documents/kirill.wav   -f:s16_le,1,44100  -o:/data/Documents/out.wav  -el:autotalent,A440
 
   And i can process some audio with TalentedHack ( https://github.com/jeremysalwen/TalentedHack ) plugin
 
ecasound -i:/data/Documents/x.m4a   -f:s16_le,1,44100  -o:/data/Documents/x.wav -elv2:urn:jeremy.salwen:plugins:talentedhack
 
   TalentedHack can accepts MIDI imput. But i can’t manage to pass MIDI input (some .mid file) to the plugin. The plugin outputs is:
 
**************************************************************************
*        ecasound v2.9.1 (C) 1997-2014 Kai Vehmanen and others
**************************************************************************
(eca-chainsetup) Chainsetup "untitled-chainsetup"
(eca-chainsetup) "nonrt" buffering mode selected.
(eca-chainsetup) Opened input "/data/Documents/x.m4a", mode "read". Format: s16_le, channels 2, srate 44100, interleaved (locked params).
(eca-chainsetup) Opened output "/data/Documents/x.wav", mode "read/write (update)". Format: s16_le, channels 1, srate 44100, interleaved (locked
... params).
- [ Connected chainsetup: "untitled-chainsetup" ] ------------------------
- [ Controller/Starting batch processing ] -------------------------------
TalentedHack: MIDI support not supported in host... disabling.
TalentedHack: MIDI support not supported in host... disabling.
- [ Engine - Driver start ] ----------------------------------------------
TalentedHack: MIDI support not supported in host... disabling.
TalentedHack: MIDI support not supported in host... disabling.
- [ Engine - Processing finished ] ---------------------------------------
- [ Controller/Batch processing finished (0) ] ---------------------------
- [ Engine exiting ] -----------------------------------------------------
(eca-control-objects) Disconnecting chainsetup:  "untitled-chainsetup".
 
Is there a way to pass MIDI input to the TalentedHack plugin?
 
--

_______________________________________________
Ecasound-list mailing list
Ecasound-list@email-addr-hidden
https://lists.sourceforge.net/lists/listinfo/ecasound-list
Received on Sat Nov 14 04:15:01 2020

This archive was generated by hypermail 2.1.8 : Sat Nov 14 2020 - 04:15:01 EET