friedolino78

Results 72 comments of friedolino78

i was thinking about implementing this using cubic beziers. as default the control points sit on the straight line. Question is how to make the port interface for the control...

simpler idea. just one control point that sits in the middle of each line. one par to shift it on y axis while x position is fixed middle between neighboring...

first shot on gui (WIP): [https://imgur.com/a/ADH310k](https://imgur.com/a/ADH310k)

> This problem was I think solved once. > Maybe the changes to fix #294 have brought it back. > Twice during a 6 minute piece of music the volume...

> * [zynaddsubfx/zynaddsubfx#108](https://github.com/zynaddsubfx/zynaddsubfx/pull/108) check on rtosc changes? look at https://github.com/fundamental/rtosc/pull/53

Now that the Global Tempo Parameter is in place this should be easy to add. I originally planned to use Midi clock and Timecode Messages as Input.

for classic midi learn you can oscsend localhost /midi-map-cc iis or turn a knob while pressing ctrl key than turn HW knob should work too (not sure) there is also...

if you have any ideas regarding gui integration of classic midi learn, let me know. since I run headless only with midi HW, I configure everything in startup scripts using...

|/midi-learn/midi-add-watch /midi-learn/midi-remove-watch /midi-learn/midi-bind| are used inside midimapper.cpp  at least i found:     rtosc_message(buf, 1024, "/midi-learn/midi-add-watch","");     rtosc_message(buf, 1024, "/midi-learn/midi-bind", "b", sizeof(storage), &storage); mlearn and munlearn are for learning via Ctrl-Key while turning...

I'm thinking about simple user interface for the old Midi learn. Just a table with the assigned Controller number and the respective path.