-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 81a9b9a
Showing
60 changed files
with
9,530 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Visual Studio build results | ||
[Dd]ebug/ | ||
[Rr]elease/ | ||
|
||
# Intellisense cache database | ||
*.ncb | ||
|
||
# Qt generated files | ||
GeneratedFiles/ | ||
|
||
# Misc. | ||
Get Down On It.wav | ||
WFS Designer Splashscreen.psd | ||
*_lt.* # listening test files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
===WFS Designer=== | ||
|
||
The current version of WFSDesigner has been developed in Microsoft Visual Studio 2008 Professional. | ||
|
||
WFS Designer requires Qt 4.7.1, libsndfile, fftw, and portaudio. | ||
Project files are included for VS 2008. These project files are setup with the dependencies in the following file structure: | ||
|
||
/fftw/ | ||
/portaudio/ | ||
/libsndfile/ | ||
/WFSDesigner/[project files] | ||
|
||
C:/Qt/4.7.1/ | ||
|
||
So the dependencies are set up side by side with the main WFSDesigner project folder, and Qt is installed at C:/Qt/4.7.1. Of course, you can set up your own project files with the dependencies located wherever you see fit. |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 10.00 | ||
# Visual Studio 2008 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WFSDesigner", "WFSDesigner.vcproj", "{5FF78545-C05F-42D6-8E6F-6FF861F80566}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Win32 = Debug|Win32 | ||
Release|Win32 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{5FF78545-C05F-42D6-8E6F-6FF861F80566}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
{5FF78545-C05F-42D6-8E6F-6FF861F80566}.Debug|Win32.Build.0 = Debug|Win32 | ||
{5FF78545-C05F-42D6-8E6F-6FF861F80566}.Release|Win32.ActiveCfg = Release|Win32 | ||
{5FF78545-C05F-42D6-8E6F-6FF861F80566}.Release|Win32.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
Binary file not shown.
Oops, something went wrong.