Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "GotaSoundIO"]
path = GotaSoundIO
url = git@github.com:Gota7/GotaSoundIO.git
[submodule "GotaSoundBank"]
path = GotaSoundBank
url = git@github.com:Gota7/GotaSoundBank.git
[submodule "GotaSequenceLib"]
path = GotaSequenceLib
url = git@github.com:Gota7/GotaSequenceLib.git
1 change: 1 addition & 0 deletions GotaSequenceLib
Submodule GotaSequenceLib added at 44c573
1 change: 1 addition & 0 deletions GotaSoundBank
Submodule GotaSoundBank added at d2373b
1 change: 1 addition & 0 deletions GotaSoundIO
Submodule GotaSoundIO added at 53ec29
6 changes: 3 additions & 3 deletions Nitro Studio 2.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nitro Studio 2", "Nitro Stu
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NitroFileLoader", "NitroFileLoader\NitroFileLoader.csproj", "{132D5DA0-BD98-4FCB-9A9C-73556C16B2C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GotaSoundIO", "..\GotaSoundIO\GotaSoundIO.csproj", "{F0BCD085-9DC4-4B22-B791-C725CA8E46F6}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GotaSoundIO", "GotaSoundIO\GotaSoundIO.csproj", "{F0BCD085-9DC4-4B22-B791-C725CA8E46F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GotaSequenceLib", "..\GotaSequenceLib\GotaSequenceLib.csproj", "{D06E248A-EF7A-4F1E-9A71-76204D61FF80}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GotaSequenceLib", "GotaSequenceLib\GotaSequenceLib.csproj", "{D06E248A-EF7A-4F1E-9A71-76204D61FF80}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GotaSoundBank", "..\GotaSoundBank\GotaSoundBank.csproj", "{2642E217-5595-4E4B-9B6D-F5CFD937EB25}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GotaSoundBank", "GotaSoundBank\GotaSoundBank.csproj", "{2642E217-5595-4E4B-9B6D-F5CFD937EB25}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "NitroStudio2Installer", "NitroStudio2Installer\NitroStudio2Installer.vdproj", "{BD16D3DB-EEE2-40D1-B1D9-B28F60BDBF62}"
EndProject
Expand Down
20 changes: 11 additions & 9 deletions Nitro Studio 2/Nitro Studio 2.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" />
<Import Project="..\packages\Costura.Fody.6.0.0\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.6.0.0\build\Costura.Fody.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -43,8 +43,8 @@
<Reference Include="ColorSlider">
<HintPath>..\..\CrashAudioConverter\ColorSlider.dll</HintPath>
</Reference>
<Reference Include="Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
<HintPath>..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath>
<Reference Include="Costura, Version=6.0.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
<HintPath>..\packages\Costura.Fody.6.0.0\lib\netstandard2.0\Costura.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.1.2.10\lib\2.0\log4net.dll</HintPath>
Expand Down Expand Up @@ -212,15 +212,15 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\GotaSequenceLib\GotaSequenceLib.csproj">
<ProjectReference Include="..\GotaSequenceLib\GotaSequenceLib.csproj">
<Project>{D06E248A-EF7A-4F1E-9A71-76204D61FF80}</Project>
<Name>GotaSequenceLib</Name>
</ProjectReference>
<ProjectReference Include="..\..\GotaSoundBank\GotaSoundBank.csproj">
<ProjectReference Include="..\GotaSoundBank\GotaSoundBank.csproj">
<Project>{2642e217-5595-4e4b-9b6d-f5cfd937eb25}</Project>
<Name>GotaSoundBank</Name>
</ProjectReference>
<ProjectReference Include="..\..\GotaSoundIO\GotaSoundIO.csproj">
<ProjectReference Include="..\GotaSoundIO\GotaSoundIO.csproj">
<Project>{f0bcd085-9dc4-4b22-b791-c725ca8e46f6}</Project>
<Name>GotaSoundIO</Name>
</ProjectReference>
Expand Down Expand Up @@ -353,12 +353,14 @@
</COMReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Fody.6.0.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.0.0\build\Fody.targets')" />
<Import Project="..\packages\Fody.6.8.2\build\Fody.targets" Condition="Exists('..\packages\Fody.6.8.2\build\Fody.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Fody.6.0.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.0.0\build\Fody.targets'))" />
<Error Condition="!Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
<Error Condition="!Exists('..\packages\Fody.6.8.2\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.8.2\build\Fody.targets'))" />
<Error Condition="!Exists('..\packages\Costura.Fody.6.0.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.6.0.0\build\Costura.Fody.props'))" />
<Error Condition="!Exists('..\packages\Costura.Fody.6.0.0\build\Costura.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.6.0.0\build\Costura.Fody.targets'))" />
</Target>
<Import Project="..\packages\Costura.Fody.6.0.0\build\Costura.Fody.targets" Condition="Exists('..\packages\Costura.Fody.6.0.0\build\Costura.Fody.targets')" />
</Project>
4 changes: 2 additions & 2 deletions Nitro Studio 2/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Costura.Fody" version="4.1.0" targetFramework="net48" />
<package id="Fody" version="6.0.0" targetFramework="net48" developmentDependency="true" />
<package id="Costura.Fody" version="6.0.0" targetFramework="net48" developmentDependency="true" />
<package id="Fody" version="6.8.2" targetFramework="net48" developmentDependency="true" />
<package id="jacobslusser.ScintillaNET" version="3.6.3" targetFramework="net48" />
<package id="log4net" version="2.0.10" targetFramework="net48" />
<package id="NAudio" version="1.10.0" targetFramework="net48" />
Expand Down
6 changes: 3 additions & 3 deletions NitroFileLoader/NitroFileLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@
<Compile Include="WaveArchive.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\GotaSequenceLib\GotaSequenceLib.csproj">
<ProjectReference Include="..\GotaSequenceLib\GotaSequenceLib.csproj">
<Project>{D06E248A-EF7A-4F1E-9A71-76204D61FF80}</Project>
<Name>GotaSequenceLib</Name>
</ProjectReference>
<ProjectReference Include="..\..\GotaSoundBank\GotaSoundBank.csproj">
<ProjectReference Include="..\GotaSoundBank\GotaSoundBank.csproj">
<Project>{2642E217-5595-4E4B-9B6D-F5CFD937EB25}</Project>
<Name>GotaSoundBank</Name>
</ProjectReference>
<ProjectReference Include="..\..\GotaSoundIO\GotaSoundIO.csproj">
<ProjectReference Include="..\GotaSoundIO\GotaSoundIO.csproj">
<Project>{f0bcd085-9dc4-4b22-b791-c725ca8e46f6}</Project>
<Name>GotaSoundIO</Name>
</ProjectReference>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
If Nitro Studio was so good, why isn't there a Nitro Studio 2? Well it was so good so now there's a 2nd one that's even better. It's a lot easier to use over the original and has a ton of new features! Try it out!

# Dependencies
This tool requires my SoundIO, Sound Bank and Sequence libraries.
This tool requires my SoundIO, Sound Bank and Sequence libraries. Clone this repository with the `--recurse-submodules` flag to fetch them automatically.

SoundIO: https://github.com/Gota7/GotaSoundIO

Expand Down