The real-time tag has no wiki summary.
2
votes
2answers
112 views
Keep MathKernel Running In Background - Speed Up Execution Time
Background: I'm running Debian on a remote server with Mathematica installed. I have several dozen small mathematica files that are run in cron jobs at unpredictable intervals and updated based on a ...
6
votes
1answer
404 views
How to make a dynamic stopwatch?
For some experiments I need some basic timer function. I tried various methods, and neither of them are fully satisfactory. What I need is a button, that starts/stops a timer, resets timer with each ...
10
votes
1answer
341 views
How to generate a real-time stream of data?
I'm experimenting with Inversion-of-Control (callback) programming patterns, and I would like a way to generate streams of data at specified real-time intervals. I came up with the illustrated way to ...
10
votes
2answers
492 views
Creating a realtime MIDI Out
I have a live stream of notes and note velocities using SoundNote and SoundVolume. My problem is that I have no idea how to ...