Store midi values

Hi!!

I have some problems when i save a patch that contains a midi controller node, if i re-open it, the values linked to this midi controler shows 0, but in my controller shows, for example, 127.

i know that the midi controller don´t send continuous data, and when i load a patch i must to move each midicontrol to send the right value to vvvv.

What is the good way to store the right midi controller values of a patch without this problem?

Thanks a lot, and sorry for my poor english.

PD: I´m using a novation remote zero sl

for me i’ve come up with a solution where i can use the same IObox for Sending & Receiving Data. first, poor implementation in OSC, but can be easily adapted to MIDI. maybe it helps…

Control.zip (2.4 kB)

Hey!!, thanks rrrr.

But i don´t understand well this patch. can you explain it?

Wiedersehen

i thought about your problem again and come to the conclusion that i maybe shot to fast…

in the patch i’m sending the data from the IObox (vertical slider) to an OSC address and updating the same IObox with SetPatch because vvvv doesn’t allow multiple node inputs.

if the OSC nodes get replaced with MIDI nodes it would be possible to store your values inside the patch; if you open it the value gets instantly sent to the MIDI device and alter it remotely. works only for endless sliders or motor controlled sliders though.

…i think that’s all too complicated for this problemo, maybe someone knows a better solution. i guess this appears not only in combination with vvvv but in every situation where MIDI controllers are used. maybe the ZeroSL has a commando or setting to send all the values by pressing one button/ command.

Hey rrrr, thanks a lot for the help, i´ve looking for a better solution and i found that i can send midi between apps, with midi yoke.

finally im storing all the midi data in ableton an sending to vvvv and works fine. it´s more that i need!!

I know that is not the solution but is better for other uses ;)

I was looking for any way to send all midi data from the controller but it doesn´t exist.

Really apreciated your help.

greetings from teneriffa

maybe the ZeroSL has a commando or setting to send all the values by pressing one button/ command.

not that i know of. and i’ve got one…

maybe the ZeroSL has a commando or setting to send all the values by pressing one button/ command.

Hi Bilderbuchi

Which controller have you?
I was looking for this funtion in the remote but nothing

This funtion exist in your patch/map of remote?
tiki-index.php?page=bilderbuchi+modules&highlight=novation

I´m going to install it in my controller, if it runs.

Thanks a lot ;) again

got a remote zero sl.
i didn’t find any such function, so obviously it’s not in my module.

Ok. thanks

i have to update my module pages.

you may find the attached one useful.

Default (Value OnOpen).zip (4.3 kB)

Kalle, great patch!! thanks a lot

This is the solution ;)