milkdrop2077 / MilkDrop3

MilkDrop 3.0, supports any audio source, double-preset (.milk2), loading presets based on beat detection and much more...
https://twitter.com/MilkDrop2077
522 stars 28 forks source link

vj_mode=1 not respecting text outputs to console #37

Open YeshMeLord opened 10 months ago

YeshMeLord commented 10 months ago

Messages that should appear on the Milkdrop Console while vj_mode=1 are instead being displayed inside the main window. Things like: [F2] FPS changer [F9] Dual-preset toggle [P] Dual-preset pattern [U] Preset flipper

VJ mode should respect the setting to have text displayed in the console only.

OfficialIncubo commented 10 months ago

Yes. I have made all the hotkeys only show the Milkdrop message console instead of song titles to not affect the renderer.

Check the commit here: https://github.com/OfficialIncubo/BeatDrop-Music-Visualizer/commit/2f8b3459ee904e11479e7cb91f7581a3d2eb26c1

Also ignore the "m_bHardCutsDisabled = false" because I have accidentally added in. EDIT: Check another commit of how I removed the annoying thing: https://github.com/OfficialIncubo/BeatDrop-Music-Visualizer/commit/76dcf21b69ef39edb7196fd543072359504c313e

milkdrop2077 commented 10 months ago

I'll work on a new VJ mode next year