File tree 3 files changed +15
-0
lines changed
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 121
121
<ItemGroup >
122
122
<Content Include =" Components\Generic.xml" />
123
123
<Content Include =" Components\OpAmps.xml" />
124
+ <Content Include =" Components\Readme.txt" />
124
125
<Content Include =" Components\Tubes.xml" />
125
126
</ItemGroup >
126
127
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ OutputDir=Setup
18
18
Source : " LiveSPICE\bin\Release\LiveSPICE.exe" ; DestDir : " {app} " ; Flags : ignoreversion
19
19
Source : " LiveSPICE\bin\Release\*.dll" ; DestDir : " {app} " ; Flags : ignoreversion
20
20
Source : " Circuit\Components\*.xml" ; DestDir : " {app} \Components" ; Flags : onlyifdoesntexist
21
+ Source : " Circuit\Components\Readme.txt" ; DestDir : " {userdocs}\LiveSPICE\Components" ; Flags : onlyifdoesntexist
21
22
22
23
Source : " Tests\Circuits\Active 1stOrder Lowpass RC.schx" ; DestDir : " {userdocs}\LiveSPICE\Examples" ; Flags : onlyifdoesntexist
23
24
Source : " Tests\Circuits\Passive 1stOrder Lowpass RC.schx" ; DestDir : " {userdocs}\LiveSPICE\Examples" ; Flags : onlyifdoesntexist
You can’t perform that action at this time.
0 commit comments