Record Genius Changelog

Stay updated with the latest features and improvements in Record Genius.


v1.0.1

  • Added a drop window where users can drag‑n‑drop their audio/midi files and get AI suggestions to improve or add to their track
  • Added additional error handling in authentication and AI requests

Added a Record‑Genius‑Engineering‑Template which replicates what JBlanked has been using since 2019

v1.0.2

  • Updated the drop window to allow users to copy and paste file paths and browse from their computer path – the drag‑n‑drop feature introduced in 1.0.1 only works with some DAWs; however, exporting the intended track and selecting it using the Browse Files method works for all DAWs.
  • Refactored the audio processing – now, audio will be converted into MIDI, sent for suggestions, and then data is returned and processed as a MIDI loop for the user.
  • Added a drop‑down menu to choose the track type – this allows AI to be more specific in its recommendations and allows the audio process.
  • Updated the MIDI processing so the auto‑generated suggestions save as intended.
  • Fixed an occasional freeze when exporting generated loops.

v1.0.3

  • Updated the MIDI processing to correctly parse note durations.

v1.0.4

  • Added a 60-second timeout on all requests.
  • Added Gemini, Claude, DeepSeek, and Grok models.
  • Added a settings tab to allow users to change the model and learn about Record Genius.
  • Updated error handling

v1.0.5

  • Added an upload-length limit (4-bars and 10 seconds)
  • Updated the settings tab
  • Updated the saving/load of settings
  • Removed claude from the AI model options (cost inefficient)
  • Changed the default AI model to grok
  • Updated authentication requests

v1.0.6

  • Added local LLM options: tinyllama, gemma3:1b, and llama3.2 (must have ollama installed and running)
  • Updated the MIDI processing to track processed notes more efficiently
  • Updated AI responses to ensure correct MIDI processing