This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Add Internal struct to history::State.
tags/v2.0.0
Andrew Belt
3 years ago
parent
07b7a362f7
commit
ff92575e40
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
include/history.hpp
+ 3
- 0
include/history.hpp
View File
@@ -158,6 +158,9 @@ struct CableRemove : InverseAction<CableAdd> {
struct State {
struct Internal;
Internal* internal;
std::deque<Action*> actions;
int actionIndex;
/** Action index of saved patch state. */
Write
Preview
Loading…
Cancel
Save