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, OSC, http #70

Open
machinehistories opened this issue Apr 10, 2024 · 3 comments
Open

Midi, OSC, http #70

machinehistories opened this issue Apr 10, 2024 · 3 comments

Comments

@machinehistories
Copy link

Is there a way to modulate parameters outside of the web app. It would be amazing if vcv rack could modulate the web app parameters and that in turn could drive the parameters on the physical module. Can the physical module receive midi or OSC messages or is there another means to sequence parameters outside of the 2 cv inputs using rest. Do you have any suggestions on how to implement some sequenced modulation.

@ctag-fh-kiel
Copy link
Owner

Hi there, currently there is no OSC implemented. We once started working on implementing WebMidi in the browser app to be able to do what you refer to. The results can be found in the "midi" branch of the repo. You'd have to merge the spiffs/www folder with the current master, maybe something works ;) The issue with using it this way have been that sending continuous control messages thru the web-api can cause some interruptions of the audio thread due to cache misses. I can't tell how bad this would be with the current code base, maybe it works fine.
You could also talk directly to the rest-api https://github.com/ctag-fh-kiel/ctag-tbd/blob/midi/spiffs_image/www/readme-api.md to implement control.
Even better would be if you would implement OSC for TBD and send a merge request to us :)

@ctag-fh-kiel
Copy link
Owner

Ah, forgot to mention, we are VERY active on soon releasing a MIDI only version of the TBD, where you will have LOTS of control of all parameters.
You can read the current MIDI implementation here https://docs.google.com/document/d/1nE06D81PKwmRPWvzO2XH71YJTlkTrWKaK04dhERxskg/edit?usp=sharing
The MIDI-TBD will support DIN and USB MIDI, have approx. 80 controls, which you can map on anything and even allows to play some plugins with 4 voice polyphony.
This will open VAST opportunities, as the 2-CVs of the Eurorack version are indeed a bit limiting.

@machinehistories
Copy link
Author

machinehistories commented Apr 10, 2024 via email

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

2 participants