ggkountouras

Results 6 issues of ggkountouras

# Investigate support for co-simulation API for audio plugins ## Motivation Many audio plugins feature detailed simulations of analog equipment (oscillators, filters, etc.). A host could provide a modular environment...

specification
later

In the [ideal op amp model](https://github.com/SciML/ModelingToolkitStandardLibrary.jl/blob/main/src/Electrical/Analog/ideal_components.jl#L57), is the first branch the input side (i.e. between non-inverting and inverting inputs), and the second branch between the output and a reference node...

**Is your feature request related to a problem? Please describe.** `step!(integ, dt, true)` fails on `GPURosenbrock23()` with `add_tstop!: method has not been implemented for the integrator` **Describe the solution you’d...

**Platform** Windows 11, Parallels 18.2.0, macOS 13.1 **Error** I'm getting the following error with [Preview 14](https://github.com/dsharlet/LiveSPICE/releases/tag/v0.14), even though Windows-for-ARM should be able to emulate x64 apps. I don't expect real-time...

**Is your feature request related to a problem? Please describe.** Currently, it is possible to define a preconditioner for the Sundials IDA solver manually in DifferentialEquations.jl. However, this can be...

**Is your feature request related to a problem? Please describe.** Calling a `setter!` created with `setter! = setp(sys, [sys.my_param])` doesn't ensure that the length of the array/tuple passed to the...