undo/redo system

Post any examples or modules that you want to share here
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: undo/redo system

Post by RJHollins »

Very interesting concept AND technique ! Searching the forums to gather some ideas.

I'm in the 'thinking' portion of a special module I'm going to need. The concept is rather simple ... but I'm looking at possibilities to design it on.

Without distracting TOO much from this thread :o if I may ...

In an effort to minimize GUI size, I'm looking to build a 'fader/slider' module that could handle a dual role. Using a basic 2-pole switch or 2 place Selector menu ... I will be directing MIDI data [basically CC commands ].

Through the use of a single slider/fader, the User would choose which control they wanted to adjust.

The 'tricky' part ... I would like to use a type of 'sample/hold' routine that, when a choice of 'controller' was made, upon returning to the other choice, the fader would change to 'It's last held setting. In other words ... the single fader is aware of both value states, and switching would maintain these.

It's kind of related [stretching it a bit] to a Un-Do/ Re-Do ... or is that too much of a stretch :lol:

Any pointers or links ? I've been trying to think of keywords to search this on !

Thanks for letting me 'bump' this :)
8-)
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: undo/redo system

Post by Nubeat7 »

its pretty easy to do with the preset array prim..

i opend a new thread for this:

viewtopic.php?f=3&t=1802
Post Reply