Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Midi host #1

Open
marchingband opened this issue Nov 23, 2021 · 19 comments
Open

Midi host #1

marchingband opened this issue Nov 23, 2021 · 19 comments

Comments

@marchingband
Copy link

This is really cool! Are you open to contributions? I might be able to hook up a parser to get this closer to a full working implementation

@touchgadget
Copy link
Owner

I suggest starting your own repo because I will not have time to review and merge code. I do not mind anyone using code from this repo for other projects. MIDI is not a high priority for me at this time.

I received some ESP32 S3 boards so will be moving off to ESP-IDF S3 world for a while.

@marchingband
Copy link
Author

Ok cool, I will. Let me know if/how you would like credit!
S3 is in my future too, I am hoping the USB API is similar.

@touchgadget
Copy link
Owner

In your README add an acknowledgement and link back to this repo.

@marchingband
Copy link
Author

Ok will do!

@csBlueChip
Copy link

@marchingband
If I can get this working (hopefully over the weekend), I have a LOT of parser code ready to be tested currently here ...Happy to work with you, or feel free to steal any useful logic (CC lookup tables, erroneous PID/VID list, etc.) - all MIT: "Share and Enjoy"

@marchingband
Copy link
Author

@csBlueChip i have had a lot of luck with midiXparser, used it in 2 projects with great success, I was planning to just add that!

@marchingband
Copy link
Author

@csBlueChip
Copy link

That is a stunningly clean bit of code, but only seems to handle a few basic /input/ commands ...I'm aiming for something a bit involved: {SMF player, full GM/GM2 synth, virtual keyboard} ...I also want to track RPN and NPN values for features such as pitch bend, as well as maintain routing tables between multiple USB & GPIO/UART ports.
...Still looking forward to seeing your project - something clean and functional is often more impressive than "feature bloated"

@marchingband
Copy link
Author

That’s very ambitious, wonderful, I can’t wait to play with it!

@copych
Copy link

copych commented Dec 8, 2023

@csBlueChip @marchingband please, have you managed to develop s2/s3 midi host ability? TinyUSB still says there's no host support ((( Am I getting it somehow wrong, maybe there's some alternative way or did they implement it in the core libs already? Please, help, I just want to connect a keyboard to ESP32s3 ))).

@marchingband
Copy link
Author

marchingband commented Dec 8, 2023

@copych I have yes.

@marchingband
Copy link
Author

it looks like support was merged very recently, so the way I did it is probably not relevant anymore.
https://github.com/hathach/tinyusb/releases/tag/0.16.0

@marchingband
Copy link
Author

But for completeness, here is a repo that helped me, I have not published my code yet. https://github.com/intechstudio/knot

@copych
Copy link

copych commented Dec 9, 2023

it looks like support was merged very recently, so the way I did it is probably not relevant anymore. https://github.com/hathach/tinyusb/releases/tag/0.16.0

Thank you for the response! But I cannot find where they mention ESP32 s2/s3 host support.

This is where I wanted to add USB MIDI kbd support: https://github.com/copych/AcidBox . Can you tell in advance, if USB host support is CPU-expensive?

Can you also tell, please, will any of the solutions work with USB MIDI keyboard connected via an USB-hub? Or do they only support a single device connected directly?

Looking at WVR I can imagine that you have made a long way from an idea to the product. Some time ago I haven't found your WVR project and started thinking of creating something similar, but with no dedicated firmware. My measurements has shown the ability of playing 17 simultaneous stereo samples directly from an SD-card connected via 4-bit bus, but required precaching first hundreds of bites from each sample of a set. Do you use similar technique or does a soldered memory chip solve these lag issues in a simple and efficient manner?

Also I have an idea of making a hybrid drum synth combining FM, wave-table and subtractive synthesis along with some basic FX in a chain. To keep real-time calculations within esp32's capacity I thought on pre-rendering some massive pieces and play them as samples, yet having live control of biquad or similar filtering and other fx. How do you think, may this be interesting to the community, and does it fit your hardware if I get it right at all? ))

@marchingband
Copy link
Author

I don't know if they support usb hub, I have not tried. WVR does not pre-cache data, the eMMC is fast enough when reading contiguous data. DSP is too slow on ESP32 when using floats, but can be done in fixed-point, I have not done much yet myself, it is hard. I suggest you order or manufacture a WVR and experiment, the hardware is open source. You can ask questions in the WVR forum.

@copych
Copy link

copych commented Dec 9, 2023

Regarding float processing, I'd suggest you to check my AcidBox repo, it only requires ESP32 or RSP32S3 with PSRAM and preferrably some I2S DAC. Two cores are able of running 2 oscillators with filters, drum sampler with dj-filter, plus fx-chain consisting of overdrive, distortion, reverb, delay and compressor. All @ 44100hz sampling rate.

@01GOD
Copy link

01GOD commented Aug 20, 2024

This is really cool! Are you open to contributions? I might be able to hook up a parser to get this closer to a full working implementation

Can post a functional edition of that for S3 (and other compatible USB MIDI Host ESP32) n a separate repo from wvr? Would truly appreciate a functional USB MIDI Host solution, and I know more in the community would also.

Thanks in advance, if possible!

@marchingband
Copy link
Author

@01GOD WVR uses a Seeed XIAO D21 and this code https://github.com/marchingband/wvr_usb_backpack
I also sell this as a standalone module here: https://www.ultrapalace.com/product-page/midicrown

@01GOD
Copy link

01GOD commented Aug 21, 2024

@01GOD WVR uses a Seeed XIAO D21 and this code https://github.com/marchingband/wvr_usb_backpack I also sell this as a standalone module here: https://www.ultrapalace.com/product-page/midicrown

Ah. Had thought were doing direct USB MIDI to that ESP32 instead of using another module for that.
By the way, would be nice if can post a "THIS DEFINITELY FUNCTIONS for USB MIDI from laptop DAW to ESP32-S3 (and other compatible ESP32 boards) synths in Arduino IDE" example .ino. I know that people have been asking. I had installed the fourtyseveneffects Arduino MIDI Library yesterday, but there didn't seem to be a USB MIDI example for ESP32-S3 (and other compatible ESP32) in that. Surprisingly, even Marcel License ESP32 synths still rely on a separate USB MIDI solution.

If post a simple example of that (and maybe add a saw wave synth later), that would likely be a very popular repo and that could be useful marketing for advertising wvr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants