[c74] Contents of textedit object not saved with liveset
[c74] Contents of textedit object not saved with liveset
What the title says, that is, the content of a textedit object always reverts to it's default state saved with the max device. So, say you've put in 1 2 3 in the max device, saved and then enter something else into the textedit object, from live, save the liveset, open it up again, it's going to revert to the content saved with the device from max. The same goes for presets saved from inside live.
Re: Contents of textedit object not saved with liveset/preset
textedit is not a live type state saving object by default. Most vanilla max objects aren't. They can be modified to save state in live by hooking them up to a parameter-enabled pattr object, like this
<pre><code>
----------begin_max5_patcher----------
492.3ocqTEsiaCBD7Y6uBDOeMxjbsWaUUk52Q0IKRXyks0Frf0oI8T92KfMN
NmL2Uo1GLNYWX2YlEOOWVv2ZNANN6yruyJJdtrnHFJDnX7+E7V4ocMRWbabM
7Ky1evuaH0QoUKagXFBNQo3weGB1IIxxlmxzSM.Qm6fg1x42M9vdbbK6MZxg
+NtAw5UUig80Z2AT+TsE1QCGVb+G8oYeRDVe+Cg00UqplpDphnvi32slOq5S
f9aVT1jxn6aQsGbQlJtFb.xwnaFiZAGYrIJ7EnsiN+0qLvIOBpZea8HsNHA3
1dZPnKlD1.irdfPfsFzxsMCDNl6R4MUZpDuRwNJa5Ay9T3T74co0yuP9pjld
S1zLYyB4PMRdkZFNWpBtCFKszEhWTqinCSzcgMzZT96bCS+GVDpRs1PRBM55
o1sTqZL5mdS7DZ2qoKMn9mgh3xQ6PALprpBp2axhPiUA1bmr2q5trG00AfpA
ayNMHnKKlgScFMnieGIVks4z4wwzh7d9TZH8kxxquhq9ax+kVKg4CnPJm4x7
bK5hfd57uXl7gnAhXSzSQTUEMUxXmH9uXmb+LYJ1Et+x1KMjiPMD+VsyY5s6
RzezgiIlvpx6Pg532Hy1iG1rq74.pTfd1UDdKp5LdcbDBrGuAfkWJ+CJVvHq
-----------end_max5_patcher-----------
</code></pre>
<pre><code>
----------begin_max5_patcher----------
492.3ocqTEsiaCBD7Y6uBDOeMxjbsWaUUk52Q0IKRXyks0Frf0oI8T92KfMN
NmL2Uo1GLNYWX2YlEOOWVv2ZNANN6yruyJJdtrnHFJDnX7+E7V4ocMRWbabM
7Ky1evuaH0QoUKagXFBNQo3weGB1IIxxlmxzSM.Qm6fg1x42M9vdbbK6MZxg
+NtAw5UUig80Z2AT+TsE1QCGVb+G8oYeRDVe+Cg00UqplpDphnvi32slOq5S
f9aVT1jxn6aQsGbQlJtFb.xwnaFiZAGYrIJ7EnsiN+0qLvIOBpZea8HsNHA3
1dZPnKlD1.irdfPfsFzxsMCDNl6R4MUZpDuRwNJa5Ay9T3T74co0yuP9pjld
S1zLYyB4PMRdkZFNWpBtCFKszEhWTqinCSzcgMzZT96bCS+GVDpRs1PRBM55
o1sTqZL5mdS7DZ2qoKMn9mgh3xQ6PALprpBp2axhPiUA1bmr2q5trG00AfpA
ayNMHnKKlgScFMnieGIVks4z4wwzh7d9TZH8kxxquhq9ax+kVKg4CnPJm4x7
bK5hfd57uXl7gnAhXSzSQTUEMUxXmH9uXmb+LYJ1Et+x1KMjiPMD+VsyY5s6
RzezgiIlvpx6Pg532Hy1iG1rq74.pTfd1UDdKp5LdcbDBrGuAfkWJ+CJVvHq
-----------end_max5_patcher-----------
</code></pre>
Re: [c74] Contents of textedit object not saved with liveset
Hey guys...this functionality was working in the few betas before release. We had it working great in SevenUpLive. Somehow it is now broken.
I went back and tried the simple patch above and verified that "pattr" with "parameter mode enable" set is not saving the state of the text object with the device preset anymore in the release version of Live 8.1.
Was this a feature removed for THE release?
Can we expect it to come back again?
Thanks in advance,
Chris
I went back and tried the simple patch above and verified that "pattr" with "parameter mode enable" set is not saving the state of the text object with the device preset anymore in the release version of Live 8.1.
Was this a feature removed for THE release?
Can we expect it to come back again?
Thanks in advance,
Chris