Comments on: SuperDirt MIDI https://blog.tidalcycles.org/superdirt-midi/ Tidal news for tidal crew Mon, 01 Jun 2020 02:10:42 +0000 hourly 1 https://wordpress.org/?v=5.8.4 By: Jeff Sandys https://blog.tidalcycles.org/superdirt-midi/#comment-7817 Mon, 01 Jun 2020 02:10:42 +0000 http://blog.tidalcycles.org/?p=299#comment-7817 RE: ~midiOut = MIDIOut.newByName(“Focusrite USB MIDI”, “Focusrite USB MIDI”);

I have not been able to get MIDI running with Tidal using this MIDIOut.newByName function. I switched to just the MIDIOut(0) with a port number and use Jack or Catia to connect SuperCollider MIDI “out0” to the “Focusrite USB MIDI”. So the above statement becomes:
~midiOut = MIDIOut(0);

]]>
By: kindohm https://blog.tidalcycles.org/superdirt-midi/#comment-3326 Tue, 19 Mar 2019 11:56:30 +0000 http://blog.tidalcycles.org/?p=299#comment-3326 In reply to Nuelmyr.

I’ve noticed this too. You can also use nudge in Tidal code to offset the timing of a pattern.

]]>
By: Nuelmyr https://blog.tidalcycles.org/superdirt-midi/#comment-3325 Tue, 19 Mar 2019 07:00:49 +0000 http://blog.tidalcycles.org/?p=299#comment-3325 Thanks for this explanation. Connenting my Volca Beat to Tidal/Supercollider I am facing problems with latency. Changing latency with ‘~midiOut.latency = 0.45;’ doesn’t work at all. No effect whatever the value ist, that I put. Somebody has an idea what wrong?

]]>
By: JC https://blog.tidalcycles.org/superdirt-midi/#comment-3046 Wed, 27 Feb 2019 15:13:37 +0000 http://blog.tidalcycles.org/?p=299#comment-3046 In reply to JC.

Nevermind, just found the workaround

e.g.: d1 $ s “midi” # progNum “[1 2 3]” # midicmd “program”

]]>
By: JC https://blog.tidalcycles.org/superdirt-midi/#comment-3037 Tue, 26 Feb 2019 13:18:33 +0000 http://blog.tidalcycles.org/?p=299#comment-3037 Would be nice to add Program Change to it 🙂

]]>
By: Adamalthus https://blog.tidalcycles.org/superdirt-midi/#comment-2439 Thu, 20 Dec 2018 19:08:48 +0000 http://blog.tidalcycles.org/?p=299#comment-2439 What about MPE support. Is that on the roadmap?

]]>
By: Stijn https://blog.tidalcycles.org/superdirt-midi/#comment-2298 Wed, 05 Dec 2018 18:53:10 +0000 http://blog.tidalcycles.org/?p=299#comment-2298 In reply to kindohm.

Great. Thanks!!

]]>
By: kindohm https://blog.tidalcycles.org/superdirt-midi/#comment-2296 Wed, 05 Dec 2018 17:03:34 +0000 http://blog.tidalcycles.org/?p=299#comment-2296 In reply to Stijn.

This capability is coming in Tidal 1.0.0, which is currently under development. Some pre-release documentation is being created about it: https://userbase.tidalcycles.org/index.php/Controller_Input

]]>
By: Stijn https://blog.tidalcycles.org/superdirt-midi/#comment-2295 Wed, 05 Dec 2018 17:01:36 +0000 http://blog.tidalcycles.org/?p=299#comment-2295 This is great! Can we also receive cc messages in Tidal now?
I.e. want to control my gains with a midi controller.
Thanks!

]]>