-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recommended workflow for preset development with mac #145
Comments
I found a similar question on another board with the response: "I don't believe that the developers of projectM included that feature. It's easy to be idealistic and think of projectM as "Milkdrop for Mac"—but, sadly it isn't!" is this true? |
SDL is a basic reference implementation. |
I see. So I guess the question still stands: What are some recommended workflows for editing presets? If you don't use the SDL then what do you use? |
That is a good question. I think some people use the qt5/pulseaudio app. I use the iTunes plugin and don't edit presets. |
I'm interested in trying to solve the issue of building a preset editing menu into the SDL, I have some questions/confusions though. In projectm/src/libprojectM/KeyHandler.cpp I can see that the Menu Interface and Editor Interface are unimplemented, yet when reading through this article I see that the author has no issue pressing 'm' and pulling up the menu. Is it that the menu interface is implemented somewhere in one of the projectM-jack apps or is it that I'm on a mac rather than linux? I'd love to implement some interfaces myself, but if there is somewhere in the code that it's already implemented I'd like to use that as a template since I'm only a beginner. |
Sure, look in the pulseaudio and jack directories. |
Will do, I guess I'm having difficulty understanding the following: a.) I understand Jack and PulseAudio to both connect an audio source (such as Itunes) to the projectM SDL display window, if this is the case then why would there be a difference in the way the SDL manages keyboard input (like the 'm') key when receiving 'fake audio' as a default in the SDL vs when receiving audio through Jack/PulseAudio? b.) I'm having difficulty finding where the Menu Interface is implemented in the apps, does anyone have any insight as to what the pop-up preset menu might be referred to as? I see calls to the 'preset factory', 'preset loader' or 'preset chooser' but am having difficulty figuring out what these things do. Any insight will be much appreciated. Thanks! |
a) b) |
Consolidating some issues into: #204 |
I'm very new to ProjectM and interested in tinkering around with presets, I'm using a mac and have the projectM SDL up and running. I've been looking around online and pressing "m" when the visualizer is open is supposed to bring up some sort of menu but this doesn't happen for me (neither do the F1,F2,F3 calls that should report info about current preset).
My current fix is moving all presets to a new subfolder and tinkering with one in the main folder at a time but am curious if people have developed better workflows? Thanks so much.
The text was updated successfully, but these errors were encountered: