External Synth - MIDI input/output question

Official support for: bitwig.com
RELATED
PRODUCTS

Post

4damind wrote:Yes, the default controller scripts missing the filter so also channel pressure and incoming CC are handled. It seems there are not so many beta testers using hardware synth ;)
Guilty as charged in my case... ;-)

But I think this script stuff can be sorted out quickly. Hopefully there will be more settings for the Hardware Instrument and Effect too.

Cheers,

Tom
"Out beyond the ideas of wrongdoing and rightdoing, there is a field. I’ll meet you there." · Rumi
UrbanFlow.art · Instagram · YouTube

Post

ThomasHelzle wrote:... Hopefully there will be more settings for the Hardware Instrument and Effect too.
The Hardware Instrument plugin would be better if it had a button that changes monitoring modes between input/software monitoring, and direct/hardware monitoring.

Changing the button's state should also adjust the clip's MIDI timing to suit the current monitoring mode.

No other DAW has ever done this. Is Bitwig up to the job?
Logic X, El Cap 10.11.3, Mini i7, Live, Reaper, Bitwig (demo)

Clicks at +100 samples: 44.1k / 48k (wav)

Post

After adding one "print" into the Script, and also the ...

Code: Select all

   Mopho = host.getMidiInPort(0).createNoteInput("Mopho - Channel 10", "?9????");
   Mopho.setShouldConsumeEvents(false);
   Mopho.assignPolyphonicAftertouchToExpression(9,   NoteExpression.TIMBRE_UP, 5);

Code: Select all

printMidi(status, data1, data2);
, and now I see that the MIDI CCs are arriving correctly to Bitwig,
rKCdAHY[1].png
, but If im recording and moving this Knob (CC 102)... Bitwig doesn´t record any automatization :neutral:
oZnlPyC[1].png
You do not have the required permissions to view the files attached to this post.

Post Reply

Return to “Bitwig”