(cueOrder)
| 17318 | } |
| 17319 | // todo: add "globalReplace" method? Which runs a global regex or string replace on the Particle as a string? |
| 17320 | cueSort(cueOrder) { |
| 17321 | return this._cueSort(cueOrder) |
| 17322 | } |
| 17323 | deleteAtomAt(atomIndex) { |
| 17324 | const atoms = this.atoms |
| 17325 | atoms.splice(atomIndex, 1) |