Commit Graph

118 Commits

Author SHA1 Message Date
f76e3e2a4d Update README.md 2025-10-27 19:03:00 +01:00
f92f9a54b8 Update discord invite link 2025-10-26 15:33:11 -07:00
39c3ddc43c Redirect link to the latest MegaPack presets.
The community presets link is very old. Here's why:
- It contains .mil or other extension files, which is not a preset extension.
- Some of the presets are required some textures, which these aren't included and it's missing.

With my latest MegaPack, all of the presets are messy-free (no extension clutter), hardly patch fixed and included textures for use in presets.
2025-07-30 12:49:16 +03:00
0d784d9054 Update links to development releases in README.md 2025-06-10 21:11:58 +02:00
50c64d4e65 Update README.md
Mention rust frontend
2024-03-09 08:27:06 -08:00
c3830926b3 Fix image URLs in README.md 2024-02-13 08:57:44 +01:00
c93e80bcc4 Updated build status badges in README.md 2023-09-19 17:49:51 +02:00
422af46973 Updated several parts of the ReadMe and added a VLC screenshot.
Users reported broken/empty links for several frontends, added the proper pre-release links until the situation improves. Also replaced the no longer available "SilentRadiance" player with VLC.
2023-03-23 10:48:12 +01:00
89f2e5353b Generated new, non-expiring Discord invite link. 2022-11-20 16:44:56 +01:00
ad2203f7bb Discord links 2022-10-14 09:12:17 -07:00
9e9f4ca1b2 Removed all outsourced code/files from the repo and updated README.md with new links.
New subproject/data locations:
- presets/presets-cream_of_the_crop: https://github.com/projectM-visualizer/presets-cream-of-the-crop
- presets/presets-En_D: https://github.com/projectM-visualizer/presets-en-d
- presets/textures: https://github.com/projectM-visualizer/presets-milkdrop-texture-pack
- src/EyeTune: https://github.com/projectM-visualizer/frontend-uwp
- src/museum: https://github.com/projectM-visualizer/museum
- src/projectm-android: https://github.com/projectM-visualizer/examples-android
- src/projectM-emscripten: https://github.com/projectM-visualizer/examples-emscripten
- src/projectM-jack: https://github.com/projectM-visualizer/frontend-qt
- src/projectM-libvisual: https://github.com/projectM-visualizer/frontend-libvisual-plug-in
- src/projectM-libvisual-alsa: Deleted.
- src/projectM-moviegen: https://github.com/projectM-visualizer/tools-moviegen
- src/projectM-MusicPlugin: https://github.com/projectM-visualizer/frontend-music-plug-in
- src/projectM-pulseaudio: https://github.com/projectM-visualizer/frontend-qt
- src/projectM-qt: https://github.com/projectM-visualizer/frontend-qt
- src/projectM-sdl: src/sdl-test-ui
- src/projectM-test: tests
2022-02-18 18:01:03 +01:00
49d513f719 Updating a broken link in README.md
There was a link to the website for the "helix" game made by ghostfire games. The link was broken.

I replaced the broken link with an archived link.
https://web.archive.org/web/20180628174410/http://ghostfiregames.com/helixhome.html
2021-12-16 20:42:06 +02:00
4a77542a5b Update README.md 2021-11-19 14:55:12 +01:00
e2d265f038 Issue#130 (#546)
* Fixes issue projectM-visualizer/projectm#130

Adds functionality of writing a rendered frame to file
as requested by the issue https://github.com/projectM-visualizer/projectm/issues/130.

Keyhandler.cpp has been updated to handle the keydown of 'd',
which triggers writeNextFrameToFile to be set to true, which means
at the end of Renderer::FinishPass1 we write the texture contents to file.

Renderer::debugWriteMainTextureToFile() const contains the functionality
of writing the contents of the main texture.

* Addition to commit that fixes projectM-visualizer/projectm#130

Safe file write, making sure we don't overflow while creating
the filename. If c++20 features was enabled, this could
look so, so much better.

* Added keybinding to README doc

* Formatting
Fixed snake_case to camelCase
Changed delete to delete[]
Turned magic constant to a named variable
2021-10-23 22:22:49 +03:00
06b776ad7e Update README.md 2021-05-27 13:44:06 +03:00
1a407a8544 Update README.md 2021-04-05 13:46:44 +03:00
636149482c Mac enable glText (#472)
* Enable text for SDL app on mac

* fix screenshots

* brew readme

* wip
2021-02-28 19:09:31 +02:00
070a6afef2 brew readme 2021-02-27 14:13:31 +02:00
c435012d3e Don't go on IRC 2021-02-16 20:29:54 +02:00
d85d41b69c Update README.md (#420) 2020-09-30 22:56:59 +03:00
f509b8e5e7 Document 2020-09-01 10:20:27 +04:00
038daa9f9a README update 2020-08-13 23:11:55 +04:00
2eeb6ad56b Merge branch 'master' into preset_file_manager 2020-08-11 20:34:11 +04:00
d47d0392ed space 2020-08-09 16:25:23 +04:00
8c1cbbfd0c Documentation update 2020-08-09 16:11:37 +04:00
78304318ea Update README.md
Changed Android link to the ad-free free version.  Linking to the paid version is probably the wrong thing to do.
2020-08-04 22:18:03 -04:00
1af5a19d80 Update README.md
Co-authored-by: Mischa Spiegelmock <me@mish.dev>
2020-07-31 23:12:06 +04:00
7144ba39bf Update README.md
Co-authored-by: Mischa Spiegelmock <me@mish.dev>
2020-07-31 23:11:58 +04:00
b8551a9696 Update README.md
Co-authored-by: Mischa Spiegelmock <me@mish.dev>
2020-07-31 23:11:52 +04:00
133b8dd811 Update README.md
Co-authored-by: Mischa Spiegelmock <me@mish.dev>
2020-07-31 23:11:45 +04:00
b36fd11276 Again 2020-07-31 22:58:03 +04:00
48c4a71558 markdown newb 2020-07-31 22:54:13 +04:00
c96ea24879 Minor change 2020-07-31 22:51:33 +04:00
72301e1af1 Merge xbox/windows phone. 2020-07-31 22:50:51 +04:00
e1ab5a96cb Restructure OS / Download 2020-07-31 22:48:06 +04:00
28c9a229a7 Merge pull request #388 from milkdropper/more-toast
More Toasts - hard cut / soft cut clarification.
2020-07-29 22:25:18 +04:00
aa1d44809b Transition makes more sense to new users than hardcut/softcut. Also trying to force appveyor to not break. 2020-07-29 21:46:08 +04:00
cfc1f2b169 Documentation was wrong. Hard cut is default (as it should be IMO). 2020-07-28 23:12:30 +04:00
c5533e3efe Little things (#368)
* Noise not needed - F4 shows if shaders are compiled.

* Don't compile native presets by default in Visual Studio

* Debug / duplicate info

* Missed a debug native preset.

* Make texture errors more clear - we failed looking for multiple extensions.

* Move images from presets folder to textures folder

* Documented missing textures.

* Undo Visual Studio version bump.

* Renable NativePresetFactory (but the example native presets remain disabled)

* Comment

* Fixes / updates to audio device toggling.

* Stop crashing if there is no input microphone. Make fake audio dynamic so it can be enabled if there is no mic.

* Remove debug output.

* Document VC++ redist requirement.

* F4 missing from SDL help menu.

* Windows app instead of Console (no more cmd.exe pop-up when launching).

* Fullscreen for built-in settings.

* New icon (based on github and idle preset and consistent with Steam)

* Change language for loopback / audio changing.

* default fullscreen for built-in settings.

* Revert "Fullscreen for built-in settings."

This reverts commit b1936e76ab.

* Revert "default fullscreen for built-in settings."

This reverts commit ea89584174.

* Revert "9a9151b9"

* 9a9151b9

* fake_audio to fakeAudio
2020-07-28 22:05:35 +03:00
f3e4d8609a ok let's try discord 2020-07-27 10:17:49 +03:00
758348f25a Beat sensitivity implemented (#348)
* Beat detect sensitivity fix.

* Default: 1.0

* ReadMe beat sensitivity min/max.

* Beat sensitivity from config or settings isn't initialized.

* Smarter position.

* Make PCMScale (vol_history) also impacted by beat_sensitivity.

* Enhance and clarify Hard Cuts and better separate beat sensitivity.

* Forgot one config.

* Consistency with defaults.

* Even more clear about the default for Beat Sensitivity.
2020-05-15 17:49:28 +03:00
a24dcca470 Display status (#347)
* Display some useful stats.

* Document F4 key in README
2020-05-07 23:31:44 +03:00
2eca198f26 format 2020-03-08 10:37:58 +02:00
f9895b15e9 update version, add keybindings to readme 2020-03-08 10:33:47 +02:00
bcc89d8447 readme 2019-11-16 07:37:07 +02:00
9ea9a7cc4e link to coast's 41k preset cleaned up pack 2019-11-12 04:20:23 +11:00
5214d3732f Link to 52k preset megapack 2019-11-10 10:40:05 +11:00
ede05c6596 Revert "Added backers and sponsors on the README"
This reverts commit a9bf984e54.
2019-10-25 18:35:33 -04:00
92225c9d72 Update README.md 2019-10-25 18:20:31 -04:00
d7c388859e Update README.md 2019-10-25 18:18:59 -04:00