Skip to content

Commit 00e93e6

Browse files
committed
fixing itunes stuff a little
1 parent 93059b1 commit 00e93e6

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

src/projectM-iTunes/iprojectM.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ void initProjectM( VisualPluginData * visualPluginData, std::string presetPath )
2020
settings.windowWidth = 1920;
2121
settings.windowHeight = 1280;
2222
settings.smoothPresetDuration = 1; // seconds
23-
settings.presetDuration = 1; // seconds
24-
settings.beatSensitivity = 0.8;
23+
settings.presetDuration = 9; // seconds
24+
settings.beatSensitivity = 3;
2525
settings.aspectCorrection = 1;
2626
settings.easterEgg = 0; // ???
2727
settings.shuffleEnabled = 1;

src/projectM-iTunes/iprojectM_mac.mm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,10 @@ - (id)initWithFrame:(NSRect)frame
271271
{
272272
NSOpenGLPFAOpenGLProfile, NSOpenGLProfileVersion3_2Core,
273273
// NSOpenGLPFAOpenGLProfile, NSOpenGLProfileVersion4_1Core,
274-
NSOpenGLPFAColorSize , 24 ,
274+
// NSOpenGLPFAColorSize , 24 ,
275275
// NSOpenGLPFAAlphaSize , 8 ,
276276
// NSOpenGLPFADoubleBuffer ,
277277
NSOpenGLPFAAccelerated ,
278-
NSOpenGLPFANoRecovery ,
279278
0
280279
};
281280
NSOpenGLPixelFormat *pixelFormat = [[NSOpenGLPixelFormat alloc] initWithAttributes:pixelFormatAttributes];

src/projectM-iTunes/projectM Visualizer.xcodeproj/project.pbxproj

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
C3F9D7D917B83CF1009E58CB /* iTunesAPI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C3F9D7D617B83CF1009E58CB /* iTunesAPI.cpp */; };
3838
C3FAE59217B87D8700F4B110 /* getConfigFilename.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C3FAE59017B87D8700F4B110 /* getConfigFilename.cpp */; };
3939
C3FAE5AA17B898C200F4B110 /* iProjectM-pkg.plist in plist */ = {isa = PBXBuildFile; fileRef = C3FAE5A717B898B000F4B110 /* iProjectM-pkg.plist */; };
40-
C3FAF97817B89F7B00F4B110 /* config.inp in share */ = {isa = PBXBuildFile; fileRef = C3FAF97517B89F7200F4B110 /* config.inp */; };
41-
C3FAF97B17B8A45200F4B110 /* fonts in share */ = {isa = PBXBuildFile; fileRef = C3FAF97917B8A43B00F4B110 /* fonts */; };
4240
/* End PBXBuildFile section */
4341

4442
/* Begin PBXContainerItemProxy section */
@@ -98,18 +96,6 @@
9896
name = plist;
9997
runOnlyForDeploymentPostprocessing = 0;
10098
};
101-
C3FAF97317B89F1700F4B110 /* share */ = {
102-
isa = PBXCopyFilesBuildPhase;
103-
buildActionMask = 2147483647;
104-
dstPath = share;
105-
dstSubfolderSpec = 16;
106-
files = (
107-
C3FAF97B17B8A45200F4B110 /* fonts in share */,
108-
C3FAF97817B89F7B00F4B110 /* config.inp in share */,
109-
);
110-
name = share;
111-
runOnlyForDeploymentPostprocessing = 0;
112-
};
11399
/* End PBXCopyFilesBuildPhase section */
114100

115101
/* Begin PBXFileReference section */
@@ -376,7 +362,6 @@
376362
C3F9D7AB17B82CC3009E58CB /* Sources */,
377363
C3F9D7AC17B82CC3009E58CB /* Frameworks */,
378364
C3FAE5A917B898BB00F4B110 /* plist */,
379-
C3FAF97317B89F1700F4B110 /* share */,
380365
C3FAE5AB17B898F800F4B110 /* Generate Installer Package */,
381366
);
382367
buildRules = (

0 commit comments

Comments
 (0)