Skip to content

Releases: korus-labs/MIDIjourney

MidiJourney v2.0.0

30 Sep 10:34
Compare
Choose a tag to compare
  • Connects to text.pollinations.ai backend
  • No more API key required!
  • Better MIDI generation thanks to Anthropic

MIDIjourney v1.0.0-alpha.4

12 Sep 18:43
d1dfb1b
Compare
Choose a tag to compare
  • Fix a minor bug where velocity could be zero
  • More robust error handling

Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.4

MIDIjourney v1.0.0-alpha.3

12 Sep 10:50
b88a6b6
Compare
Choose a tag to compare

Feature

  • Allowed dynamics (velocity)

MIDIjourney v1.0.0-alpha.2

11 Sep 18:35
Compare
Choose a tag to compare

Bug fixes

  • Ableton Live 10 compatibility

MIDIjourney v1.0.0-alpha.1

11 Sep 17:28
5ba5f2d
Compare
Choose a tag to compare

New Features

  • Implemented integration with OpenAI API for generating MIDI clips from text prompts
  • Added ability to specify input notes as CSV notation like "60,0.5,62,1,64,1.5"
  • Input notes can now be specified as MIDI note numbers instead of letter pitches
  • Prompt now includes example snippet demonstrating CSV note input
  • Added text field for entering OpenAI API key
  • Output includes generated MIDI clip, explanation from AI, and history of interaction

Enhancements

  • Improved timing and rhythm of generated MIDI clips
  • Refactored codebase into modules for better organization
  • Upgraded UI with revised colors, fonts, and button styles

Bug Fixes

  • Fixed issue with clip selection logic that caused errors
  • Duration is now calculated correctly even when clip starts on a downbeat
  • Handling of clip naming and metadata is now more robust
  • Generation no longer fails if no clip is selected
  • Let me know if you would like me to modify or expand on any part of these release notes. I aimed to summarize the most user-facing changes based on the commits provided.