Online Sequencer Make music online
  • Sequences
  • Members
  • Chat
  • Forum
  • Wiki

Existing user? Sign In Create account
Login at Online Sequencer Forums

Online Sequencer Forums › Online Sequencer › Suggestions
« Previous 1 2 3 4 5 … 51 Next »

Ability to delete doubled up notes

Thread tools
Ability to delete doubled up notes
The_Non-Pianist Offline
The Non-Pianist
1 Posts:
 
#5
11-30-2025, 02:10 AM
(08-12-2021, 12:41 PM)Liam Wrote: You can do that already, using console commands. Open up the console (ctrl+shift+J) on chrome, then select the notes you want to dedupe, then run this code:

let s = new Set(); let t = new Set(); for (const n of selection.notes) { let k = n.toString(0); if (t.has(k)) { s.add(n); } else { t.add(k); }}; selectNotesIf(n => s.has(n) );

That code will select the duped notes, so then you can delete them or whatever you want.

How do you run that code into the Firefox console?


Reply

Messages In This Thread
Ability to delete doubled up notes - by Pixelwaffle - 08-12-2021, 12:06 PM
RE: Ability to delete doubled up notes - by Lopyt - 08-12-2021, 12:21 PM
RE: Ability to delete doubled up notes - by Liam - 08-12-2021, 12:41 PM
RE: Ability to delete doubled up notes - by ma_spaghett - 02-22-2022, 10:22 PM
RE: Ability to delete doubled up notes - by The_Non-Pianist - 11-30-2025, 02:10 AM



Users browsing this thread:   1 Guest(s)


  •  Return to Top
  •  Contact Us
  •   Home
  •  Lite mode
© Rush Crafted with ❤ by iAndrew
Powered By MyBB, © 2002-2026 MyBB Group.
Linear Mode
Threaded Mode
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend