@@ -263,7 +263,10 @@ begin |
| 263 |
Comment := ''; |
263 |
Comment := ''; |
| 264 |
end; |
264 |
end; |
| 265 |
|
265 |
|
| 266 |
for I := Low(S.Instruments.Duty) to High(S.Instruments.Duty) do |
266 |
for I := Low(S.Instruments.All) to High(S.Instruments.All) do |
|
|
267 |
S.Instruments.All[I] := Default(TInstrument); |
|
|
268 |
|
|
|
269 |
for I := Low(S.Instruments.Duty) to High(S.Instruments.Duty) do begin |
| 267 |
with S.Instruments.Duty[I] do begin |
270 |
with S.Instruments.Duty[I] do begin |
| 268 |
Type_ := itSquare; |
271 |
Type_ := itSquare; |
| 269 |
Length := 0; |
272 |
Length := 0; |
@@ -280,6 +283,7 @@ begin |
| 280 |
|
283 |
|
| 281 |
OutputLevel := 1; |
284 |
OutputLevel := 1; |
| 282 |
end; |
285 |
end; |
|
|
286 |
end; |
| 283 |
|
287 |
|
| 284 |
for I := Low(S.Instruments.Wave) to High(S.Instruments.Wave) do |
288 |
for I := Low(S.Instruments.Wave) to High(S.Instruments.Wave) do |
| 285 |
with S.Instruments.Wave[I] do begin |
289 |
with S.Instruments.Wave[I] do begin |