Skip to content

Commit aa379d0

Browse files
committed
Added Components\Readme.txt
1 parent cf8480b commit aa379d0

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

Diff for: Circuit/Circuit.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
<ItemGroup>
122122
<Content Include="Components\Generic.xml" />
123123
<Content Include="Components\OpAmps.xml" />
124+
<Content Include="Components\Readme.txt" />
124125
<Content Include="Components\Tubes.xml" />
125126
</ItemGroup>
126127
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

Diff for: Circuit/Components/Readme.txt

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
LiveSPICE Components Library
2+
----------------------------
3+
4+
LiveSPICE attempts to load SPICE libraries from this folder. You can download
5+
SPICE component libraries from electronics manufacturers and other SPICE simulation
6+
packages.
7+
8+
Warnings:
9+
- Only a small subset of SPICE component models are currently supported. If you expect
10+
a component to be visible but it is not, this is the most likely reason why.
11+
- Of the SPICE models currently supported, not all model parameters are supported by
12+
LiveSPICE. LiveSPICE was designed to ignore parameters likely to be insignificant for
13+
circuits processing audio signals, but this may not always be true.

Diff for: LiveSPICESetup.iss

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ OutputDir=Setup
1818
Source: "LiveSPICE\bin\Release\LiveSPICE.exe"; DestDir: "{app}"; Flags: ignoreversion
1919
Source: "LiveSPICE\bin\Release\*.dll"; DestDir: "{app}"; Flags: ignoreversion
2020
Source: "Circuit\Components\*.xml"; DestDir: "{app}\Components"; Flags: onlyifdoesntexist
21+
Source: "Circuit\Components\Readme.txt"; DestDir: "{userdocs}\LiveSPICE\Components"; Flags: onlyifdoesntexist
2122

2223
Source: "Tests\Circuits\Active 1stOrder Lowpass RC.schx"; DestDir: "{userdocs}\LiveSPICE\Examples"; Flags: onlyifdoesntexist
2324
Source: "Tests\Circuits\Passive 1stOrder Lowpass RC.schx"; DestDir: "{userdocs}\LiveSPICE\Examples"; Flags: onlyifdoesntexist

0 commit comments

Comments
 (0)