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 … 38 39 40 41 42 … 48 Next »

MIDI Import:Automatically Delete all Notes, that are so short, that they're invisible

Thread tools
MIDI Import:Automatically Delete all Notes, that are so short, that they're invisible
Sosasees Away
Member
48 Posts:
 
#1
08-08-2018, 12:51 AM (This post was last modified: 08-08-2018, 12:56 AM by Sosasees.)
I have recently [url=]Imported a MIDI[/url], that I made by converting a Mp3 File to a Mid File,
and I'm currently cleaning it up in order to make it sound clean, and make it sound like it was transcribed by an expert rather than Imported as a Midi File, that was converted from a Mp3 File.

But there's one Problem:
There are so many disturbing Notes, that I need to Remove by Hand, that are so short, that you literally can't see them, unless you select them, and that's tedious:

[Image: unbenannt_1_orig.png]

The Import MIDI Option really needs a Checkmark, that automatically removes all invisibly short Notes, when checked.

Please Reply, when this Option is available.


Reply
Frank Offline
Grey Hat Script Kiddie who can Compose Music
388 Posts:
 
#2
08-08-2018, 02:47 PM (This post was last modified: 08-08-2018, 02:48 PM by Frank.)
1. They actually play, don't delete them immediately.
2. Select all, then drag the length slider on a note. Then the invisible notes will pop out of nowhere if you drag forwards. Release and drag back. BOOM! However, this will align everything to the grid.
3. Code:
Code:
song.notes.filter(x=>x.length<=0).map(x=>select(x)) //don't remove, and select
song.notes = song.notes.filter(x=>x.length>0) //remove
To move the selected 0 length notes, shift-click a note of positive length and move all the notes using that note. Put that note back after. Either that or make a note specifically beforehand to do this with. The above code ignores the grid, which is nice.
*That would be a nice feature though, but this is a workaround.


Kim Wrote:##878337 + https://js-game.glitch.me + Doesnt take peopel serious if their has badly speling gramer puntuatin
  • x1
    • x1
    • Tests
Reply



Users browsing this thread:   1 Guest(s)


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