Changeset 82
- Timestamp:
- 11/20/2008 04:19:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/command/WRITESEED_NEW.SHC
r16 r82 39 39 if "smprate eqi 20 goto/forward smprate_20: 40 40 if "smprate eqi 80 goto/forward smprate_80: 41 if "smprate eqi 100 goto/forward smprate_100: 41 42 if "smprate eqi 28 goto/forward smprate_28: 42 43 goto/forward smprate_x: … … 52 53 goto/forward smprate_end: 53 54 smprate_80: 55 calc s &chan = |hh|^comp("cnt)| 56 calc i &smpfac = "smprate 57 calc i &smpmul = 1 58 goto/forward smprate_end: 59 smprate_100: 54 60 calc s &chan = |hh|^comp("cnt)| 55 61 calc i &smpfac = "smprate
Note: See TracChangeset
for help on using the changeset viewer.