senderella v1.06 - minor update

Discussion about: tracktion.com
RELATED
PRODUCTS

Post

SEndEReLLa v1.06

Release info....

what's new in v1.06
-------------------
Began coding in c++ ... so this is a port from the original delphi version. The code is cleaned up quite a bit. There are now two versions of the dll included: original and simplified.

Original
--------
This has the same parameter map as the original delphi version.. it should be completely compatible accross projects using the delphi version (1.05 BETA). There is also a bug fix which resolves audio that could get stuck in the channel buffer when switching channel during playback (creating a buzzing noise)... it opens up one new possibility... you can now automate the channel parameter to stream audio to different sends.


Simplified
----------
This version only has two parameters. Mode (Send/Return), and Amount (% singal to send). You should take the simplified version dll and rename it something like send1.dll ... you can make copies of the dll for each additional send/return you'd like to have available. For example: send1,send2,send3,send4 Each dll can then only communicate to an identically named dll. This eliminates the need to use the channels in the original version.. also it gives you a nice visual cue.
ModuLR / Radio

Post

Thanks for the update - downloading it now!

I :love: Senderella! :D
Bandcamp: https://suitcaseoflizards.bandcamp.com/
Linux Mint, Waveform 13 Pro, U-He synths, Audio Damage effects,.

Post

As if it wasn't simple enough before, now you've gone and performed minor genius! :D

ModuLR, I can honestly say that of all the freeware I've ever acquired, yours is the stuff I use the most. I will start using sends now, with the "simplified" version, and have used StepChild [edit: used to say "Senderella"! Doh!] (along with T's sampler on "ignore release"!). But the reason I say yours is the freeware I use the most is because I use Tackywrapper each time I load a project-- not something that happens with just any piece of freeware. :D

Now, to get smart with my reverbs, finally.

Greg
Last edited by Lunch Money on Fri Dec 03, 2004 7:09 pm, edited 1 time in total.
Image

Post

Many thanks for the goodies! :love:

Post

big thanks mister mod!
Kick, punch, it's all in the mind.

Post

w00t! :help: :D
ModuLR / Radio

Post

At first, thanks for yr great plugins.
I really enjoy using the Konstrux kit in Audiomulch.
Being a newbie Tracktion user for a couple of days now,
I wanted to try out the new Senderella version,
but both the original and the simplified version
always land on the plugins-to-ignore list after a plug rescan in Tracktion.
Plogue Bidule refused to load them, too.

Could it be that there are system files (msvcr*.dll, etc.) missing?
Do I have to have the .NET framework installed?

I use Tracktion Nfr on a WinXp Athlon 2200+ system.

Cheers,
tl.

Post

hmmm, gonna have to investigate that one cos it works fine here. I don't think I did anything odd when compiling them. Can anyone else confirm the latest version is a no go? :help:
ModuLR / Radio

Post

ModuLR wrote:hmmm, gonna have to investigate that one cos it works fine here. I don't think I did anything odd when compiling them. Can anyone else confirm the latest version is a no go? :help:
I gonna give it a try and come back later then
sound is vibration, vibration is life

Post

I tried and it works here in Tracktion,

thou I dont have the NFR version.

I´m on P4 3,06 ht, WinXP home, midiman audiophile 2496


No idea why you have probs tl
sound is vibration, vibration is life

Post

Thanks for Senderella - I just started using the "simple" version with Tracktion NFR on XP-SP2, and it works great!

One thing though - is there a way of getting rid of the buzzing sound that occurs when you mute a track with an instance of senderella while others are open? I kinda would like to audit the dry/wet version of a track signal, but when all I get is BZZZ when muting the rest of the tracks, it's a bit hard!

(Of course, I realise the cause may well be buried within the Tracktion architecture, and nothing to do about...)

Post

I've been trying to figure out a way to out smart tracktion so it won't buzz when muting. I've got a hunch that when you hit mute, Tracktion stops calling the process routine in the VST. The problem is, it's the process routine where the audio fills the buffers... if it's not getting called (which it isn't when muted), I never have a chance to clear them.. thus the buzz. So I'm still thinking on this one... maybe there is a way, I just haven't figured one out yet. :? :wink:
ModuLR / Radio

Post

slightly costly, but couldn't you copy the buffer (or at least some chunk of it) and compare it against the next cycle's buffer. If they match you can safely assume that the buffer is stale and zero it.
Someone shot the food. Remember: don't shoot food!

Post

thanx a lot, great idea with the simple version :)

to the buzz problem:

maby you can send a float thats just for the recieving senderella on every (maby) 1000 samples that is much higher than the normal signal and count it up (3.0, 4.0, 5.0,...) and restart it after recieving maby 100. (or switch every time between 10.0 and -10.0) so you just have to look if it is the same like before and that would mean, that the sender is muted...

just a thought

Post

I think aldi migtht be on to something there... and the penalty shouldn't be much. Copying the buffer would require processing for every plug sending to a receiver.. pretty costly. I've got something mocked together.. it might work, then again.. it might not.. hehehe :hihi:
ModuLR / Radio

Post Reply

Return to “Tracktion”