#4556 Python Application-Driven Waldorf Protein Sequences
#4556 Python Application-Driven Waldorf Protein Sequences #4556 Since the Waldorf Protein has 250 memory slots where 32-step sequences can be stored, can a Python application sequence the reply of several sequences? Yes, absolutely. You can use Python to build a program that sequences, chains, or triggers those sequences. Because the Waldorf Protein features standard USB-MIDI and traditional TRS/DIN MIDI I/O , any Python program utilizing a MIDI library can control it. However, exactly how you program the Python application depends entirely on what you mean by "sequencing the reply" of those memory slots. Depending on your creative goals, there are two main ways to approach this with Python: Method 1: The "Program Change" Approach (Chaining Onboard Sequences) If the 32-step sequences are tied directly to the presets themselves (since the Protein saves its sequencer patterns as part of the patch data across its 250+ memory slots), you can use Python as a Maste...