Plug-ins, Hosts, Apps,
Hardware, Soundware
Developers
(Brands)
Videos Groups
Whats's in?
Banks & Patches
Download & Upload
Music Search
KVR
   
KVR Forum » DSP and Plug-in Development
Thread Read
Where to go from here?
Goto page Previous  1, 2, 3, 4, 5  Next
whyterabbyt
Beware the Quoth
- profile
- pm
PostPosted: Wed Mar 28, 2012 6:27 am reply with quote
LBarratt wrote:
Please tell me where I can attach an audio file on this forum.


Its not supported by the forum. You'll have to use offsite storage and link to it.
^ Joined: 03 Sep 2001  Member: #1041  
LBarratt
KVRist
- profile
- pm
PostPosted: Wed Mar 28, 2012 6:30 am reply with quote
Would "y = tanh(x)" be odd transistor harmonics or even. See i can choose to produce harmonics without the distortion in odd or even,with a solid state tone and a little bit of neve ............... and a couple of other options.
^ Joined: 16 Jun 2011  Member: #258873  
cheppner
KVRist
- profile
- pm
PostPosted: Wed Mar 28, 2012 6:42 am reply with quote
LBarratt wrote:
Would "y = tanh(x)" be odd transistor harmonics or even. See i can choose to produce harmonics without the distortion in odd or even,with a solid state tone and a little bit of neve ............... and a couple of other options.

Well, yes. It's the harmonics of a pair of transistor as pointed out. Use an exp() variation for a single transistor.
You can upload sounds to http://soundcloud.com/ and share the link here.

However I still don't see the intention behind your first post. Do you want to recruit a website programmer?

Also I wonder, when you have the formua to efficiently model any transistor thing, how do you know what the "SSL" of the "Neve" sound is? Or is it up to your ear? And if so, where lies the mathematical confidence in your ear?
^ Joined: 20 Aug 2010  Member: #237880  
LBarratt
KVRist
- profile
- pm
PostPosted: Wed Mar 28, 2012 6:49 am reply with quote
http://www.gearslutz.com/board/music-computers/714114-just-b een-messing-around-summing-amp-designs.html
^ Joined: 16 Jun 2011  Member: #258873  
LBarratt
KVRist
- profile
- pm
PostPosted: Wed Mar 28, 2012 6:58 am reply with quote
"However I still don't see the intention behind your first post. Do you want to recruit a website programmer?"

I wanted to employ
-someone to help some of my audio units into stereo, 5.1, etc.
-someone to help connect up nice looking interfaces.
-someone to help with online delivery with security.

"Also I wonder, when you have the formua to efficiently model any transistor thing, how do you know what the "SSL" of the "Neve" sound is? Or is it up to your ear? And if so, where lies the mathematical confidence in your ear?"

I don't know exactly. Old Neve has a mid range push when driven. New Neve an overall push. It is a particular type of distortion that could be mimicked. Solid state has more of a masking quality that can also be mimicked. I suppose my ear then an attempt to figure out what the maths equivalent is.
^ Joined: 16 Jun 2011  Member: #258873  
otristan
KVRian
- profile
- pm
- www
PostPosted: Wed Mar 28, 2012 7:16 am reply with quote
Looks like your issue is only a simple matter of programming Smile

Check Juce
http://www.rawmaterialsoftware.com/juce.php
----
Olivier Tristan
Developer - UVI Team
http://www.uvi.net
http://blog.uvi.net
^ Joined: 28 Mar 2005  Member: #63153  
LBarratt
KVRist
- profile
- pm
PostPosted: Wed Mar 28, 2012 7:16 am reply with quote
LBarratt wrote:
http://www.gearslutz.com/board/music-computers/714114- just-been-messing-around-summing-amp-designs.html


Sorry forgot to include that this is where i posted a little sample
^ Joined: 16 Jun 2011  Member: #258873  
LBarratt
KVRist
- profile
- pm
PostPosted: Wed Mar 28, 2012 7:24 am reply with quote
otristan wrote:
Looks like your issue is only a simple matter of programming Smile

Check Juce
http://www.rawmaterialsoftware.com/juce.php



Yes if I did not want it in audio units only with cocoa I would agree.
^ Joined: 16 Jun 2011  Member: #258873  
otristan
KVRian
- profile
- pm
- www
PostPosted: Wed Mar 28, 2012 7:25 am reply with quote
Juce includes support for plugin (VST, AU, RTAS)
----
Olivier Tristan
Developer - UVI Team
http://www.uvi.net
http://blog.uvi.net
^ Joined: 28 Mar 2005  Member: #63153  
LBarratt
KVRist
- profile
- pm
PostPosted: Wed Mar 28, 2012 7:29 am reply with quote
LBarratt wrote:
otristan wrote:
Looks like your issue is only a simple matter of programming Smile

Check Juce
http://www.rawmaterialsoftware.com/juce.php



Yes if I did not want it in audio units only with cocoa I would agree.



and yes if i were actually a programmer. I copied someone else doing c and have learnt it over the last two years part time. I now love it, but do not know all this classing stuff, etc.
^ Joined: 16 Jun 2011  Member: #258873  
mkdr
KVRian
- profile
- pm
PostPosted: Wed Mar 28, 2012 8:28 am reply with quote
LBarratt wrote:
I have taken the advise of you guys and developed my software to the maximum level I can and I am getting frustrated about going further. I have a dual mono audio unit eq, dual mono audio unit...


No future in audio business without a VST Win version.
----
www.mkdr.net

MophoEd - the BEST DSI Mopho Editor VSTi
^ Joined: 05 May 2007  Member: #149841  Location: Finland
otristan
KVRian
- profile
- pm
- www
PostPosted: Wed Mar 28, 2012 11:26 am reply with quote
if you're offering a paying gig to do all the code around your dsp, post it here.
I'm pretty sure someone will be interested.
----
Olivier Tristan
Developer - UVI Team
http://www.uvi.net
http://blog.uvi.net

Last edited by otristan on Wed Mar 28, 2012 12:22 pm; edited 1 time in total
^ Joined: 28 Mar 2005  Member: #63153  
aciddose
KVRAF
- profile
- pm
- e-mail
- www
PostPosted: Wed Mar 28, 2012 11:49 am reply with quote
can you post a more scientific example?

for example try two sine tones 1000hz and 1005hz. this gives a fair representation of the attack, release and sustain and their effects on harmonic content in the ranges important in music, specifically guitars.

also you only need about 1 second which provides five/thousand cycles.
^ Joined: 07 Dec 2004  Member: #50793  
LBarratt
KVRist
- profile
- pm
PostPosted: Wed Mar 28, 2012 2:21 pm reply with quote
aciddose wrote:
can you post a more scientific example?

for example try two sine tones 1000hz and 1005hz. this gives a fair representation of the attack, release and sustain and their effects on harmonic content in the ranges important in music, specifically guitars.

also you only need about 1 second which provides five/thousand cycles.



Please don't take the sample that seriously. This is a sample with the octave below harmonics emphasised and sounds a little obscure, but I would have liked you to listen for qualities like the stereoness of the final signal, how it cuts through other masking signals(run a signal with it and then the di) and the softening on high end frequencies.


otristan wrote:
if you're offering a paying gig to do all the code around your dsp, post it here.
I'm pretty sure someone will be interested.


That is what I am asking. I have got a little interest so far which is nice.

Thanks
^ Joined: 16 Jun 2011  Member: #258873  
aciddose
KVRAF
- profile
- pm
- e-mail
- www
PostPosted: Wed Mar 28, 2012 4:41 pm reply with quote
LBarratt wrote:
Please don't take the sample that seriously.


ok, i won't then.
^ Joined: 07 Dec 2004  Member: #50793  
All times are GMT - 8 Hours

Printable version
Page 2 of 5
Goto page Previous  1, 2, 3, 4, 5  Next
Display posts from previous:   
ReplyNew TopicPrevious TopicNext Topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Username: Password:  
KVR Developer Challenge 2012