Replies: 4 comments 45 replies
-
Quick answer - have you tried moving the Audio Kit jack plug in and out slightly? |
Beta Was this translation helpful? Give feedback.
-
I've had great success looping using the pots via MIDI. It takes a while to get the sound without clicks etc, but works great. Sounds like yours is repeating the whole sample, not from and to somewhere in the middle. A workaround, is to use the reverb and delay effects... the ear hears the time constants of the effects, after recognising the sound. As such, the note lengths are helped with a form of obfuscation. I will say, sampling has always been that way to my own ears, shorter version higher up, longer down low, due to the amount of samples being played. A 1 second sample can last 30 seconds on the opposite end. Same since the 1980's! For your 6N138 troubles, have you tried car boot/yard sales in the local area? Old telephone gear, routers, PC power supplies or modems may well have them onboard. A bit of desoldering salvage can sort many such supply troubles :) |
Beta Was this translation helpful? Give feedback.
-
Also a custom sample I have loaded to PSRAM stops playing without calling note off command. |
Beta Was this translation helpful? Give feedback.
-
I've not used pro modern samplers at all, experience is only with the Casio SK-5 or other vintage stuff. No idea of how to implement the code, unfortunately. |
Beta Was this translation helpful? Give feedback.
-
The ESP32 audio kit outputs humming sound while playing notes. I have connected an esp8266 to send MIDI data to ESP32 audio kit. IO18 is used to receive MIDI data, ground is connected to ground. I have tried different amplifiers and power supplies, ground connections are ok , I don't think is a ground humming also don't think is a hardware problem. The humming sound appears only when the kit starts to play sound, when playing no tones there is no problem.
The tone also doesn't sound like a bottle sound its more like a drum sound, also the sound output is very low, even though I put the amplifier to maximum volume. I also tried the speaker output of the kit both channels are not working.
I used this code for esp8266:- https://github.com/rjobidon/esp8266-midi-out
Beta Was this translation helpful? Give feedback.
All reactions