Skip to content

Commit

Permalink
First commit!
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontag committed Jul 15, 2012
0 parents commit 81a9b9a
Show file tree
Hide file tree
Showing 60 changed files with 9,530 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
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
15 changes: 15 additions & 0 deletions README.txt
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 added Resources/Array Icons.psd
Binary file not shown.
Binary file added Resources/WFS Designer Icon.psd
Binary file not shown.
Binary file added Resources/WFS Designer Splashscreen PNG.psd
Binary file not shown.
Binary file added Resources/box.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/circle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/doubleline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/line.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/multicircle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/multiline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/noise-6-pulse.wav
Binary file not shown.
Binary file added Resources/noise-bandlimited-6-pulse.wav
Binary file not shown.
Binary file added Resources/u.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions WFSDesigner.sln
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 added WFSDesigner.suo
Binary file not shown.
Loading

0 comments on commit 81a9b9a

Please sign in to comment.