Hi,
I need to convert the systems real time to LTC and output it via audio output.
I searched a lot, but could not find any solution or objects to handle this.
Can anybody help me with this?
Thanks a lot in advance for any help!
Convert system time to LTC
Hi,
I need to convert the systems real time to LTC and output it via audio output.
I searched a lot, but could not find any solution or objects to handle this.
Can anybody help me with this?
Thanks a lot in advance for any help!
as a quick and dirty solution, I would suggest to read, in puredata, a wav file containing LTC audio (generated, for example , with Reaper), with tabread4~
EDIT 1. A bit OT, but for Serato / Traktor coding there is an external vinylcontrol~ https://github.com/lodsb/vinylcontrol , and you can also get audio files from serato website https://serato.com/controlcd/downloads
EDIT 2 : found this that may interest you, but you'll have to compile it with FLEXT framework : https://github.com/kronihias/smpte-
Thanks a lot for your reply!
I gave the "Edit 2" choice a chance, as it seems mor suitable for my needs.
The problem is, I am not that familiar with compiling stuff.
I installed both cygwin and MS Visual Studio. With both I am stuck compiling flext.
If you (or others) have any hints how to this properly, I would be glad.
Or maybe there is someone out there, who allready compiled smpte~ (https://github.com/kronihias/smpte-) for Win10 and can help me with this?
Thanks a lot!
@calp In a procastination wave, I'm rewriting this external withour flext, but with pdlibbuilder.
It should be easier to compile
https://github.com/jyg/smpte-
EDIT : I succeeded in crosscompiling for Windows 64. Check it https://github.com/jyg/smpte-/releases/download/v0.2WIN64/smpte.win64.zip
@jyg: Wow, thanks a lot, works like a charme!
I'm very glad you found time to procrastinate.
Oops! Looks like something went wrong!