tebjan / VVVV.Audio

Implementation of an audio engine for vvvv
http://vvvv.org
GNU Lesser General Public License v3.0
39 stars 13 forks source link

missing DriverForm sources #169

Open mhusinsky opened 5 years ago

mhusinsky commented 5 years ago

hey, when trying to build the sources it fails due to missing source files in the VVVV.Audio.Nodes project. apparently it lacks several DriverForm related source files:

error messages look like this: 3> error MSB3041: Für "DriverForm\AsioOutSettingsPanel.resx" kann kein Manifestressourcenname erstellt werden. Die Datei "C:\vvvv\dev\VVVV.Audio\Source\VVVV.Audio.Nodes\DriverForm\AsioOutSettingsPanel.cs" konnte nicht gefunden werden.

are these missing in the repo or are these source dynamically created and the error comes from somewhere else?

mhusinsky commented 5 years ago

i found the files in the NAudio repository and could compile the project. they should probably be added to this repo or some hint to inform where to find them.

tebjan commented 5 years ago

that slipped in... should be in a branch and not on master. thanks for the reminder!