Hello Emmanuel. Yes, handing voices to in-coming notes is something that took me a while to implement on TSynth until I just sat down and wrote a series of operations based on what should happen. It...
Type: Posts; User: UHF
Hello Emmanuel. Yes, handing voices to in-coming notes is something that took me a while to implement on TSynth until I just sat down and wrote a series of operations based on what should happen. It...
Hello, yes probably. If it's the VGND pad where the jack is soldered, used the VGND pad underneath:
https://www.pjrc.com/store/teensy4_audio_back.jpg
You can email the TSynth developer directly...
Hello. Can I ask you to do an experiment and try a 100ohm resistor on the CLK line close to the T4.1?
No, actually having bothered to look at the specifications https://www.midi.org/specifications/midi-transports-specifications/5-pin-din-electrical-specs, I see that pin 2 of MIDI in can be grounded...
That'll be me then. Yes the beep sounds familiar from a while back. Running out of RAM possibly? I don't think it's a hardware problem. When you compile, does it state how much memory global...
Really very nice engineering all round. The NDLR is similarly a first class product and well received - that was developed with a Teensy LC?
Hello, I thought I would weigh-in, since I've been looking at MIDI IN/Out/Thru recently. I think a buffer between the MIDI In and Out/Thru with an enable is all that is needed and simpler. I think a...
Use the latest V2.03 version of the firmware and NOTHING else. Also please email the developer of TSynth directly, who'll be delighted to help over email.
You could use one of these MPR121 I2C breakouts: https://www.adafruit.com/product/1982
Cheaper copies are available...
Hello. Very nice presets. It would be great if you made the code open source, so I can take the oscilloscope code, if and when you improve it. Presets #24 and #58 were designed to be held, by the...
Hello, if it sounds like a digital noise, is it from the code? Does the noise appear on USB digital audio output if you add a USBAudio object and compile with Audio?
Hello, how are you sending MIDI to the Teensy? 6N138 based circuits work fine, do you have the circuit diagram that you used?
This is really nice work and forms a very usable all-in-one instrument. You mentioned effects, will the delay sync to the tempo with divisions (1/4, 1/8, 1/16...)?
Ok, that makes sense. Thanks very much for your time.
Hello, the code is available here if anyone wants to take investigation further: https://github.com/ElectroTechnique/TSynth-Teensy4.1/tree/master/TSynth. I'm not using PROGMEM on the declaration...
Yes, I've got more PROGMEMs. Adding another in Detune.h caused it. No PROGMEM on functions but I've got FLASHMEM on a number of functions in several files. Trying to allow more memory!
Hello I'm getting a section type conflict error when I compile on T4.1 : VELOCITY causes a section type conflict with CHORD_DETUNE_STR
If I add another declaration marked PROGMEM in one file, I...
Here but requires some work: https://forum.pjrc.com/threads/60470-Teensy-4-0-Audio-Library-screen-oscilloscope
Sorry delete - I've found what I wanted.
Any demo? I'll show you mine if you show me yours..?
Hello, looks very intriguing. Any more details? Can you play anything you like on it or is it limited only to the hits of Justin Bieber? (I've never listened to him by the way.) Are you outputting...
If you remove it from the prototype board does it work?
Hello! Some of my users have had problems with firmware I've provided :(, on their newly built TSynths :cool:, despite it working fine on mine :confused:. They were getting noise, not of a synth...
Hard sync! Great, I'll have play.
A pair of 4 inch long wires with du Pont connectors work fine too apparently. This is what one of the buyers of TSynth used to connect to the PCB.
21239
You need to give us access. Can you post a PDF instead?
Beautiful! Thanks...
Hello Mark. Square and sawtooth are great, the pulse wave is fine until there's any sort of modulation, even around 0.5Hz. There's digital noise that isn't regular but often. Can it be improved? Many...
Thanks for the replies and ideas. I'll start looking into optimising memory next.
By the way, I've taken the delays out of the Mux ADC reading code. Before, I needed a varying amount of time to...
It's odd that you are asking about the DC resistance. This is usually low around 1ohm and not really a significant factor (unless you're dealing with significant currents). You know that 600 and 120...
Hello, again. I knew you were all on the edge of your seats, reloading the page every five minutes to see if there was any update or solution to this :rolleyes:
I suspected that it might be a...
Hello, this is of no help, but I've not noticed particular problems with the Audio Lib in TD1.53 and I'm using about 260 audio objects and 546 patchcords. Can I suggest you create the waveform...
Hello, sorry if any of this is vague. I can't immediately post all the code to demonstrate this as there is a lot that would need cutting down - I'm just looking for ideas of what the problem(s) may...
Yes, GND as one would expect.
There is nothing wrong with the encoders you've bought (commonly available Keyes KY-040). They have pull-up resistors attached (pull-up to +V) which aren't needed but won't have any detrimental...
Great! I'll test. Yes, I was reminded of Walter/Wendy Carlos and Clockwork Orange while listening to it...
Have you de-bounced the push buttons (including on the encoders)? Also what code are you using for the encoders (the link in video wants cash to see the code)? Your saying that if you turn one...
Yes, triangles sound fine. The variable triangle wave can be varied to a sawtooth and reverse sawtooth, I imagine trying to band-limit at just those points is a pain. The square and sawtooth are a...
Ok! That's solved the distortion. The problem with the locking-up is I think, because of me over-stretching the T3.6 (CPU maxes at 141:confused:), T4.1 seems fine. I'll carry on testing, I'm...
Try the PlaySynthMusic example (Audio-->Synthesis-->PlaySynthMusic) with the waveforms all set to WAVEFORM_BANDLIMIT_SQUARE:
// allocate a wave type to each channel.
// The types used and their...
I'm testing the code at the moment and it sounds fine until I change the frequency while notes play, using waveform.frequency(XXX); The sound becomes distorted and I also get complete lock-ups with...
Thanks Mark, this is a major improvement and sounds quite clean. Yes if it could be integrated into the existing synth_waveform files, everyone would benefit without making any changes themselves. I...
Hello, use the USB Host and connect your (hopefully) MIDI Class Compliant keyboard directly to it. It works great! You need to connect to the USB Host pads (D+ and D-) on the bottom of the T4.0 and...
Ah, that's the same method (and code) as I've used!
I've said several times and it's worth repeating, if someone who knows what their doing could have a go at making the waveforms in the Audio...
Yes, really a very nice project, certainly worth being featured on the blog. I'm curious about how the band-limited waveforms were written and integrated to work with the rest of the audio library....
I use this on TSynth for the square and sawtooth waves: https://forum.pjrc.com/threads/41905-Band-limited-Sawtooth-wavetable-C-generator-for-quot-Arbitrary-Waveform-quot-(and-its-use)
It's fairly...
Hello, it sounds fine, it's just the change-over from one note to another. The best way to eliminate it, is to make it polyphonic.
But try adding envelope1.releaseNoteOn(milliseconds); This might...
Hello Robert, I tried the code from your first post on a T4.1 with the Audio Board Rev D and cannot hear any crackling. I've sent MIDI via both Serial1 and the USB Client with Ableton Live. There's a...
Thanks for the replies. I looked at the 4067 datasheet and wondered if it was nearing the limit of how fast it could be reliably read. I should probably stop being lazy and put a scope on it and get...
Hello I'm moving from a T3.6 to a T4.1. My MUXs have a lot of noise when reading analog signals now (from the 600MHz MCU?) I have a separate ground plane for the pots I'm reading. I want to...