Host song position

Modular Synth design and releases (Reaktor, SynthEdit, Tassman, etc.)
Post Reply New Topic
RELATED
PRODUCTS

Post

I need to retrieve host song position in Synthedit 1.1 as float data

Native bpm clock2 module has no song position output pin

sdk3 bpm clock3 module vc++ project has internal pin within xml def

<Pin id="1" name="Host SP" direction="in" datatype="float" hostConnect="Time/SongPosition" />

But after building module and loading it into SE, i ve got trouble (watch screenshot)

What am i doing wrong?
You do not have the required permissions to view the files attached to this post.

Post

Can't quite remember ATM but if your compiling modules see the MIDI transposer example.
I think 0xF2 is MIDI status for song position. Or can you just count bars. Isn't MIDI song position 6 MIDI clocks per bar.
Don't quote me on any of this as I'm sure it's all on Google

Kirsty

Post

AUTO-ADMIN: Non-MP3, WAV, OGG, SoundCloud, YouTube, Vimeo, Twitter and Facebook links in this post have been protected automatically. Once the member reaches 5 posts the links will function as normal.
The task is solved ^_^

I found Dover SE SDK 2 modules, one of these is Clock module, it has universal solution for host time info

The link for source codes (VC++) and extra

http://sourceforge.net/projects/dovergadget/ (http://sourceforge.net/projects/dovergadget/)

Now I develop patterned shuffle glitch module. Adequate song position (vsttimeinfo->samplePos), tempo and samplerate are all need for timing processing

Post Reply

Return to “Modular Synthesis”