At first I planned to use comunication with the coupler, but it was a lot of problem.
In hindsight the USB communication seems more suitable in my project, because I intend to use 6 teensy with the MIDI controller....
Indeed the DAC is for the synthesizer.
The MAX11300 is very interesting! I did not know, so I inquired about it, however there are several problems with this IC, firstly it is a 12bits, the voltage of the DAC is...
Hello everyone,
I intend to use a DAC AD5360 with my Teensy 3.6.
However, I wonder about the connections.
From the information I could find (datasheel / evaluation board / arduino library) the DAC should be...
voici un schéma du circuit de enveloppe piloté par un teensy 3.6.
Le DAC sur le schéma est un DAC8718, 8 channels 16 bits. Sa plage de fonctionnement va jusqu’à 15V.
https://imgur.com/rUBAsl8
Hello everyone,
As part of our synthesizer project, we chose to use the HADSR envellope from https://midisizer.com/5u/dds-ahdsr-for-5u-modulars/
code source :...
In fact, that's what I did, however I put 7 together.
While looking on the forum I found the answer to my question: MCP23S17, 16 pins digital in SPI. We can put 8 ic on the same port spi, the ideal for my project!
Good morning all,
I need help with my synthesizer project.
To control by MIDI the different analog switches of the synthesizers, I replaced them with digital switches (DG444 and MAX333ACWP). To control the...
Hello,
I am currently making a 6 voice polyphonic synthesizer. I recently posted on this forum and your advice was very valuable.
The signals of the switch and potentiometers of the controller are converted into a...
Thank you for your reply.
I thought of this solution, however the Teensy USB port (MIDI controller) is already used for sending and receiving MIDI data from the computer.
Maybe it is possible to use the second USB...
Hello,
I allow myself to write to you because I need your help and advice in my project. I am new to the world of teensy.
I make an analog synthesizer controlled in "midi". For that I chose teensy (teensy 3.6). I...