ArrayArrayArrayArrayArrayArrayArrayArray
BrainModularBrainModular Users Forum2012-12-14T22:34:45+02:00https://brainmodular.org/forums/app.php/feed/topic/36552012-12-14T22:34:45+02:002012-12-14T22:34:45+02:00https://brainmodular.org/forums/viewtopic.php?t=3655&p=25090#p25090Statistics: Posted by grego mondo — 14 Dec 2012, 21:34
]]>
2012-12-13T10:14:40+02:002012-12-13T10:14:40+02:00https://brainmodular.org/forums/viewtopic.php?t=3655&p=25063#p25063 .It can be great for programing scenarios for long time installation ...
thanks again
Statistics: Posted by noise2sine — 13 Dec 2012, 09:14
]]>2012-12-10T23:23:53+02:002012-12-10T23:23:53+02:00https://brainmodular.org/forums/viewtopic.php?t=3655&p=25031#p25031 BTW, I used Jack for Windows for a while some years ago. It was a mess to set up, but I believe it has improved in the mean time.
...and no matter how you get the sound into Usine, make sure to turn the volume down when setting things up - it's very easy to get a nasty feedback loop going...
]]>2012-12-10T22:06:27+02:002012-12-10T22:06:27+02:00https://brainmodular.org/forums/viewtopic.php?t=3655&p=25029#p25029 Why not accessing the windows sheduler via the commandline?
The way I would schedule a recording
1.) It is possible to excecute a shell command with Usine Scripting: see procedure winExec(cmd : string); 2.) I would schedule a excution event to start usine at the desired time. Schtasks.exe :http://msdn.microsoft.com/en-us/library ... 85%29.aspx 3.) Write a recording patch, which is started by the scheduler and after the recording leave Usine. Finished
But the main question is, how to get webradio sound into Usine?
I've done this some years before using a cable from the output of the soundcard and route it to the input of the soundcard and record the incomming sound. Usine can't record a webradio stream direct (as I know). It would be possible to build an interface between e.g. VLC as webradio player, a virtual soundcard and usine.
Let me write it in a better way:
=== Preparation === Start Usine Start a patch which creates a schedule (Usine Scripting) End Usine.
=== At recording time === Scheduler starts Virtual Soundcard (Or it is permanent installed and comes up when windows starts up) Scheduler starts a webradio software with output to virtual soundcard (This may also be done in the patch - as you like) Scheduler starts Usine with an autostart patch Patch starts recording and measures the recording time, stop and exit when recording is finished.
The good thing: Windows schedules can wakeup a switched of computer (If the BIOS supports that) The bad thing: This configuration has so much pitfalls and the most working soultions for virtual soundcards are commercial. There is a free solution http://jackaudio.org/jack_on_windows but I never had the time to check it out. Jackaudio can accessed via Asio..
Sounds like a hell of problems..... Maybe someone has a better idea than mine, to solve the recording part.
Peter
Statistics: Posted by hesspet — 10 Dec 2012, 21:06
]]>2012-12-10T17:48:42+02:002012-12-10T17:48:42+02:00https://brainmodular.org/forums/viewtopic.php?t=3655&p=25028#p25028Statistics: Posted by nay-seven — 10 Dec 2012, 16:48
]]>2012-12-10T17:30:37+02:002012-12-10T17:30:37+02:00https://brainmodular.org/forums/viewtopic.php?t=3655&p=25027#p25027Statistics: Posted by noise2sine — 10 Dec 2012, 16:30
]]>2012-12-10T17:16:15+02:002012-12-10T17:16:15+02:00https://brainmodular.org/forums/viewtopic.php?t=3655&p=25026#p25026
now, about the sound, i suppose you can route the basic output of your computer to your sound-card input used with Usine..?
Statistics: Posted by nay-seven — 10 Dec 2012, 16:16
]]>2012-12-10T16:52:35+02:002012-12-10T16:52:35+02:00https://brainmodular.org/forums/viewtopic.php?t=3655&p=25025#p25025 Would it be possible with Usine to get sound from a webradio ? how ? how is it possible to set a starting and ending time for the broadcasting ?
Cheers
Statistics: Posted by noise2sine — 10 Dec 2012, 15:52
]]>BrainModularBrainModular Users Forum2012-12-14T22:34:45+02:00https://brainmodular.org/forums/app.php/feed/topic/36552012-12-14T22:34:45+02:002012-12-14T22:34:45+02:00https://brainmodular.org/forums/viewtopic.php?t=3655&p=25090#p25090Statistics: Posted by grego mondo — 14 Dec 2012, 21:34
]]>2012-12-13T10:14:40+02:002012-12-13T10:14:40+02:00https://brainmodular.org/forums/viewtopic.php?t=3655&p=25063#p25063 .It can be great for programing scenarios for long time installation ...
thanks again
Statistics: Posted by noise2sine — 13 Dec 2012, 09:14
]]>2012-12-10T23:23:53+02:002012-12-10T23:23:53+02:00https://brainmodular.org/forums/viewtopic.php?t=3655&p=25031#p25031 BTW, I used Jack for Windows for a while some years ago. It was a mess to set up, but I believe it has improved in the mean time.
...and no matter how you get the sound into Usine, make sure to turn the volume down when setting things up - it's very easy to get a nasty feedback loop going...
]]>2012-12-10T22:06:27+02:002012-12-10T22:06:27+02:00https://brainmodular.org/forums/viewtopic.php?t=3655&p=25029#p25029 Why not accessing the windows sheduler via the commandline?
The way I would schedule a recording
1.) It is possible to excecute a shell command with Usine Scripting: see procedure winExec(cmd : string); 2.) I would schedule a excution event to start usine at the desired time. Schtasks.exe :http://msdn.microsoft.com/en-us/library ... 85%29.aspx 3.) Write a recording patch, which is started by the scheduler and after the recording leave Usine. Finished
But the main question is, how to get webradio sound into Usine?
I've done this some years before using a cable from the output of the soundcard and route it to the input of the soundcard and record the incomming sound. Usine can't record a webradio stream direct (as I know). It would be possible to build an interface between e.g. VLC as webradio player, a virtual soundcard and usine.
Let me write it in a better way:
=== Preparation === Start Usine Start a patch which creates a schedule (Usine Scripting) End Usine.
=== At recording time === Scheduler starts Virtual Soundcard (Or it is permanent installed and comes up when windows starts up) Scheduler starts a webradio software with output to virtual soundcard (This may also be done in the patch - as you like) Scheduler starts Usine with an autostart patch Patch starts recording and measures the recording time, stop and exit when recording is finished.
The good thing: Windows schedules can wakeup a switched of computer (If the BIOS supports that) The bad thing: This configuration has so much pitfalls and the most working soultions for virtual soundcards are commercial. There is a free solution http://jackaudio.org/jack_on_windows but I never had the time to check it out. Jackaudio can accessed via Asio..
Sounds like a hell of problems..... Maybe someone has a better idea than mine, to solve the recording part.
Peter
Statistics: Posted by hesspet — 10 Dec 2012, 21:06
]]>2012-12-10T17:48:42+02:002012-12-10T17:48:42+02:00https://brainmodular.org/forums/viewtopic.php?t=3655&p=25028#p25028Statistics: Posted by nay-seven — 10 Dec 2012, 16:48
]]>2012-12-10T17:30:37+02:002012-12-10T17:30:37+02:00https://brainmodular.org/forums/viewtopic.php?t=3655&p=25027#p25027Statistics: Posted by noise2sine — 10 Dec 2012, 16:30
]]>2012-12-10T17:16:15+02:002012-12-10T17:16:15+02:00https://brainmodular.org/forums/viewtopic.php?t=3655&p=25026#p25026
now, about the sound, i suppose you can route the basic output of your computer to your sound-card input used with Usine..?
Statistics: Posted by nay-seven — 10 Dec 2012, 16:16
]]>2012-12-10T16:52:35+02:002012-12-10T16:52:35+02:00https://brainmodular.org/forums/viewtopic.php?t=3655&p=25025#p25025 Would it be possible with Usine to get sound from a webradio ? how ? how is it possible to set a starting and ending time for the broadcasting ?
Cheers
Statistics: Posted by noise2sine — 10 Dec 2012, 15:52