Skip to content

Question about beat detection #17

@WindowsNT

Description

@WindowsNT

It's very cool, I 've included it in my sequencer. However it doesn't seem to feed properly the wave.

I 've used float* botter to feed:

int PluginRender(unsigned char *pWaveL, unsigned char *pWaveR);
And I 've modified the code in DoCustomSoundAnalysis:

memcpy(mysound.fWave[0], m_sound.fWaveform[0], sizeof(float)*576);
memcpy(mysound.fWave[1], m_sound.fWaveform[1], sizeof(float)*576);

but still, no reaction in the visualization. Any clues?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions