Difference between revisions of "Hunter Boles Python MIDI Note Editor"

From vjmedia
(Created page with "For my final project, I made a MIDI music note editing software using Python. This more specifically included: A way to import and export MIDI files A way to import and use in...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
 
For my final project, I made a MIDI music note editing software using Python. This more specifically included:
 
For my final project, I made a MIDI music note editing software using Python. This more specifically included:
 
A way to import and export MIDI files
 
A way to import and export MIDI files
Line 7: Line 8:
 
An easy-to-use UI for this application
 
An easy-to-use UI for this application
  
[[File:Music_editor.mp4]]
+
<mediaplayer>https://vjmedia.wpi.edu/images/9/9a/Music_editor.mp4</mediaplayer>
  
 
The final product is a Python runnable executable program that when run sets up the file system and boots the MIDI music note editing software. I think this software by itself is small but represents what could go into part of a complete music editing software. Thus, I see music editing software companies taking interest in such an application.
 
The final product is a Python runnable executable program that when run sets up the file system and boots the MIDI music note editing software. I think this software by itself is small but represents what could go into part of a complete music editing software. Thus, I see music editing software companies taking interest in such an application.
 +
 +
[[Category:Interactive Systems]]

Latest revision as of 18:53, 25 June 2024

For my final project, I made a MIDI music note editing software using Python. This more specifically included: A way to import and export MIDI files A way to import and use instruments A way to play the clip A way to edit values like pitch, velocity, etc. A way to add and delete notes An easy-to-use UI for this application

The media player is loading...

The final product is a Python runnable executable program that when run sets up the file system and boots the MIDI music note editing software. I think this software by itself is small but represents what could go into part of a complete music editing software. Thus, I see music editing software companies taking interest in such an application.