News:

SMF - Just Installed!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - cdub

#1
Hello,

I would love to see a sample project of how to implement this kind of volume curve/envelope functionality in Active Waveform Analyzer that could then be passed along to Active Sound Editor for volume automation processing.

Thanks for your consideration!

#2
Audio editing components / VST questions
August 20, 2022, 05:20:02 PM
Hello,

I'm trying to use Active Sound Editor to load a VST dll but VstLoad is returning 0, and there's nothing the documentation about this return value.

One thing that crossed my mind is that I believe this is a VST2 dll, is that supported?

Thanks again for your time.
#3
Hello,

If I use conversion automation and add files/folders for conversion automation, if any of those files are not valid input formats (for example if I add a jpg image for conversion to .wav), the control should return an error when it raises ConvertSoundFileDone.

Unfortunately the result code raised by ConvertSoundFileDone is 0 in this case, so I can't test for an error. Furthermore, the control creates a very short, silent output file without any indication that the input filetype was invalid.

I can cycle through filenames to check for invalid filetypes before calling ConvertAutomationExecute but if any of the input files have the correct extension but are corrupt there still is no error code returned.

Thanks for your time.
#4
Hello,

I'm using the Active-X component in another programming language (Xojo) where I'm compiling a 64-bit EXE.

I assumed that Active-X controls were always 32-bit and the language is calling the appropriate 32-bit support libraries. But in the case of the Multimediasoft controls, you ship a 64-bit dll along with the component as well.

I'm curious how this works for distribution. For VB6 I would just ship the 32-bit dll as all my executables were 32-bit. But now that I'm compiling a 64-bit exe, what's the proper way to distribute the active-x and required files?

Cheers!
#5
Using Active DJ Studio, is there a way to retrieve the current video position in frames?

Thank you!
#6
This is probably the wrong place to put this message, sorry about that.

Emails from your forum software are not making it to their destination. For example, the password reset email I requested never arrived (I was able to recover my password another way). I checked my spam folder and it's not there either, it's either being blocked at the server level or something is failing in SMTP.

I don't know if the forum requires you to click a link from an email to activate your account but some email users may not be able to receive those mails either.

Cheers!
#7
Hello!

I'm wondering how to set the output frequency of the split files.

For example my source file is Stereo 44100 Hz but I want to split it into two Mono files of 48000 Hz.

In the ExportToFile method I can set the output frequency as a parameter and the audio is resampled. However there's no parameter in ExportAndSplitStereoChannelsToFile.

Can the stereo source be resampled in memory while loaded by the control?

Thank you!
#8
Hello,

Are there any examples available on reading/writing General Objects from ID3V2 tags?

Thank you!