Forum Rule: Always post complete source code & details to reproduce any issue!
-
Nice project! 
I would suggest to not call it shruthi. Even thought the original shruthi inspired you, this synth has nothing to do with it. Calling it shruthi 2 suggests this is related to mutable instruments or shruthi or is the successor of it.
-
Senior Member
Yes. Could you change that in Teensy Synth "Jeannie" ? Thanks
-
Senior Member
Why do you have a physical bass boost? If you feel you are lacking low end you could either implement a Sub Oscillator (good idea anyways) or ad a bit digitally (via adding HP output from a SVF to the Sum at the end of the Chain). BTW, better use a BiPolar Electrolytic Cap for decoupling, see here: https://mutable-instruments.net/arch...4-mkII-v02.pdf
Might be that this already solves your Problem.
-
Senior Member
Thanks for your tips. Shruthi uses symmetrical supply voltage. I want to do without that.
I want higher output level for bass sound. Teensy mixers and effects overdrive with bass sound.
-
Senior Member

Originally Posted by
Rolfdegen
Thanks for your tips. Shruthi uses symmetrical supply voltage. I want to do without that.
People will hate you for that DC offset. At least many people i know.

Originally Posted by
Rolfdegen
I want higher output level for bass sound. Teensy mixers and effects overdrive with bass sound.
Time to think about your gain staging. Or your Monitors ;-)
Last edited by fdaniels; 01-06-2021 at 11:45 AM.
-
Senior Member
I'm not sure yet if the bass boost and LP filter circuit works.
An internal bass boost in the Teensy (via a filter function) overdrives the internal effects and output mixer.
-
Senior Member
Time to think about your Gain Staging if you overdrive something.
-
Senior Member
-
A bleeder resistor to ground on the outputs will ensure the output capacitors get charged up properly and avoid the loud crack/thump
on plugging them into some external amplifier. Something like 10k ought to do it.
You can't git rid of a thump if the system is connected up and then powered up, due to the asymmetric rails, however.
-
Senior Member
Thanks for the tip
-
Senior Member
-
Senior Member
Hallo Freunde ..
Versuchte es erneut mit 79L05 und 78L05 als Spannungsquelle für den TL072. Aber auch nicht so schön (siehe Bild).
Sie können das Ein- und Ausschalten meines Audiomixers deutlich hören. Mmmm
Grüße Rolf

Yellow: +5V Blue: -5V Pink: OpAmp Out
-
Senior Member
Hi friends..
Circuit proposal with Relais e.g. Omron G6K-2F-Y-TR DC5 G6K-2F-Y-TR DC5
-
Senior Member
What exactly do you want to achieve with this??? Whats the difference between plugging in a jack and switching via a relais? And: whats the criteria for switching on the Relais?
-
Senior Member
When the operating voltage is switched on, the capacitor C18 / C19 is charged via the resistor R20 / R21.
This prevents a switch-on pop at the output. After 500ms the relay is switched to the audio output.
Teensy monitors the voltage from the power supply. If it sinks, the Teensy could switch off the relay before there is a switch-off plop on connected amplifiers.
-
Senior Member
You still create a Click with these types of Relais, i guess you would need a "make before break" type of relay. Besides this, a relay for preventing a switch on pop is deep in overengineering terrain. But thats just me.
-
Senior Member
Hallo Daniels
Thanks for your tips. I want to think about it
-
Senior Member
Its easy: every time you connect something (quick enough.... see here "Why do some synths produce clicks") and there is a voltage difference it clicks. It doesnt matter if you connect it via plugging in or a relay - its the voltage difference that counts. So if you use an non-symmetrical psu it will click in any way, as your voltage for "silence" is not 0V, your output will swing around Vcc/2. Only with symmetric power chances are that "silence" on your output is 0V that should be equal to GND. And GND should be at the same level in your synth AND your mixer. If not, it will click anyways. Thats the reason for real symmetric inputs on professional consoles (the ones with the matched transformers on the inputs, not these "servo symmetric" op amp lookalikes!).
To cut a long story short: this relay approach is most likely nonfunctional. But may be a USP, though.
-
Senior Member
I want to test it with the relay.
-
Senior Member
-
Senior Member
Hello loving Teensy friends.
I changed the output amplifier and power supply a bit.The amplifier had too much interference from the 9V supply at the output.
For this reason I now use a 12V power supply and sieve the 9V supply for the amplifier.
The low pass filter at the input of the amplifier limits the maximum output frequency to 23 KHz.

BassBoost aktiv

Greetings. Rolf
-
Senior Member
I recorded a few more test sounds from my JEANNIE. All with active boost 
Audio file: https://drive.google.com/file/d/1cNe...ew?usp=sharing
Greetings. Rolf
-
Senior Member
This is my current breadboard

-
Senior Member
Hallo friends..
Today i makes a Noise and interference level measurement by Jeannie.
My Behringer Mixer Xenyx QX1222 makes more noise. Jeannie is better than -78dB noise.
Audio File: https://drive.google.com/file/d/16VG...ew?usp=sharing

Greetings from germany. Rolf
-
Noise floor is measured as power spectral density, that plot is showing the power spectrum w.r.t. the loudest tone, so the
-78dB isn't meaningful as a measure of noise, since changing the FFT number of points will shift it up and down as the bins change size.
I've a Python tool for analyzing sound files, and displays the spectrum with scales for both power spectrum and power spectral density,
with 0dB representing a full-scale sinewave (just before the samples would clip, basically).

I measure the PSD at low frequencies as about -115dB/Hz and the mains hum as a spectral peak at -90dB. The tone itself is -6dB, so the
mains hum is -84dB down. Audacity's plot spectrum uses +6dB for a full-scale sine wave, so my dB are basically 6dB less than Audacity's.
If the noise floor were -115dB/Hz across the audio band (20kHz) that would be a total noise power of -72dB (or -66dB compared to the tone).
Your plot with only a 1024 point FFT has large bins of 43Hz width and is completely unable to resolve the mains peak, and the skirts of
the Hann window's spectral leakage are obscuring a lot.
Try 4096 point FFT and a window like Blackman-Harris that has more contained spectral leakage and you'll see that -78dB is purely an
artifact of your FFT and window.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules