i have got many older loops stored with my skin OrangeJuice. Till the modified loop saving changes, all loops are correct shown inside a buttontext / textzone.
now (2844) all the older loops are shown in the waveform but not as a buttontext. New stored loops are shown correctly
Database entry like my older loops are stored
<Poi Name="Saved Loop" Pos="53.174620" Num="-1" Type="loop" Size="4.000000" />
<Poi Name="Saved Loop" Pos="47.519637" Num="-1" Type="loop" Size="4.000000" />
this will only show newer loops:
<textzone visibility="loop_load 1 ? on : off" action="loop_load 1 ? loop_load_prepare 1 : saved_loop 1">
now (2844) all the older loops are shown in the waveform but not as a buttontext. New stored loops are shown correctly
Database entry like my older loops are stored
<Poi Name="Saved Loop" Pos="53.174620" Num="-1" Type="loop" Size="4.000000" />
<Poi Name="Saved Loop" Pos="47.519637" Num="-1" Type="loop" Size="4.000000" />
this will only show newer loops:
<textzone visibility="loop_load 1 ? on : off" action="loop_load 1 ? loop_load_prepare 1 : saved_loop 1">
Posté Sun 14 Feb 16 @ 10:14 pm
Backup your database (in case you need to revert back to that), open the database.xml with a Text Editor and ..
Find (all) for :
Num="-1" Type="loop"
Replace (all) with
Num="-1" Type="loop" Slot="1"
Save and try again.
Find (all) for :
Num="-1" Type="loop"
Replace (all) with
Num="-1" Type="loop" Slot="1"
Save and try again.
Posté Mon 15 Feb 16 @ 12:07 am