spiralmodular-user Mailing List for spiralsynthmodular
Status: Beta
Brought to you by:
nebogeo
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(185) |
Nov
(111) |
Dec
(26) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(55) |
Feb
(54) |
Mar
(12) |
Apr
(9) |
May
(35) |
Jun
(47) |
Jul
(7) |
Aug
(30) |
Sep
(20) |
Oct
(3) |
Nov
(15) |
Dec
(12) |
2004 |
Jan
(11) |
Feb
(17) |
Mar
(40) |
Apr
(9) |
May
(8) |
Jun
(14) |
Jul
(9) |
Aug
(9) |
Sep
(8) |
Oct
(3) |
Nov
(1) |
Dec
|
2005 |
Jan
(8) |
Feb
|
Mar
(3) |
Apr
(2) |
May
(1) |
Jun
(2) |
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: Mattia B. <mbe...@cs...> - 2005-11-21 20:38:36
|
Since I've started doing some synth stuff, I've written a little tutorial to get started, from no knowledge to some simple, commodore64-like sounds played with a keyboard :-). http://mbellett.web.cs.unibo.it/tutorials/linuxsynth.html Tell me what you think about that. It's still not complete, I plan to add one final paragraph about using JACK to connect more programs together. -- Mat/tia Belletti - Graduate student @ cs.unibo.it ICQ: 33292311 - email: mbe...@cs... IRC: RedGlow@{Freenode,IRCnet} - site: http://mbellett.web.cs.unibo.it/ Re...@ja.../Gaim - Linux user 299762 @ machine 213003 |
From: hubert L. <ve...@fr...> - 2005-07-30 11:57:12
|
Chris Lipe a =E9crit : >Hello, > >I've been looking for synth type software for linux and would like to >give SSM a try. I installed it fairly simply (apt-get with Debian), >and now I'm staring at a window wonder how to get this thing to make >noise. > Hello Chris :-) I have a debian sid and i can use ssm in this way : - When ssm is launched, clic on the icon at the left top ( an arrow represented with a floppy-disk). - Clic on the Favorites button and add a favorite : The name of this new favorite is then : /usr/share/doc/spiralsynthmodular/examples - Clic on 'OK'. You can see in the left window a serie of examples. If you select one and valid, you will get a complete set of instruments. You are ready to make noises ! Ask me again if you don't know something. Excuse me for this bad english (I'm from France) Good week-end Hubert > I haven't been able to find any documentation or tutorials or >anything on this software. Where can I look for some step-by-step >instructions on how the software works? I understand how synthesizers >work in general, but I'm staring at an LFO connected to an amp, >connected my OSS output and can't find the "on" button. > >Thanks for any help you can give me. > >Chris > >_ Chris Lipe > kew...@ya... >----- >When I saw that Alf is doing long distance commercials, I thought, "Wow,= he must really need money." Then I realized that he's just a puppet, wh= ich confirmed my suspicion, because what bank would give a loan to a pupp= et? > > Michael Wallick > > > =09 >____________________________________________________ >Start your day with Yahoo! - make it your home page=20 >http://www.yahoo.com/r/hs=20 >=20 > > >------------------------------------------------------- >SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >from IBM. Find simple to follow Roadmaps, straightforward articles, >informative Webcasts and more! Get everything you need to get up to >speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dcli= ck >_______________________________________________ >Spiralmodular-user mailing list >Spi...@li... >https://lists.sourceforge.net/lists/listinfo/spiralmodular-user > =20 > |
From: <er...@pu...> - 2005-07-29 22:46:47
|
Hi Chris: I'm not sure about Debian, but SSM comes with examples when installed fro= m Planet CCRMA on Fedora. I found them in /usr/share/doc/spiralsynthmodular-0.2.2 cheers,ernie "Both Rob and I see sound as shapes. I only have to do this (makes a fist) and he knows what sound I mean". - Autechre ::::::::::::::::::::::::::::::::::::::::::: Ernie Dulanowsky CCNA CWLSS www.pulsewidth.ca >> test_tones on www.cjtr.ca << |
From: Chris L. <kew...@ya...> - 2005-07-29 22:39:59
|
Hello, I've been looking for synth type software for linux and would like to give SSM a try. I installed it fairly simply (apt-get with Debian), and now I'm staring at a window wonder how to get this thing to make noise. I haven't been able to find any documentation or tutorials or anything on this software. Where can I look for some step-by-step instructions on how the software works? I understand how synthesizers work in general, but I'm staring at an LFO connected to an amp, connected my OSS output and can't find the "on" button. Thanks for any help you can give me. Chris _ Chris Lipe kew...@ya... ----- When I saw that Alf is doing long distance commercials, I thought, "Wow, he must really need money." Then I realized that he's just a puppet, which confirmed my suspicion, because what bank would give a loan to a puppet? Michael Wallick ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs |
From: Andy P. <pos...@ed...> - 2005-06-15 20:50:29
|
----- Original Message ----- From: "James Stone" <jm...@ds...> To: spi...@li... Date: Mon, 6 Jun 2005 17:23:58 +0100 > I am trying to get midi controllers (like modulation wheel or pan) to > send midi events to spiralsynthmodular, but cannot get them to work. I > add in a midi widget, which controls note gating and pitch fine, but > if I add an output for modulation wheel (for example) and connect a > scope to it, no signal seems to be coming out. > > Am I doing something wrong, or is this a bug? I think it's a bug... the ALSA-MIDI code isn't quite complete. If you're using an external device, help is at hand though. If you recompile a current version of SSM with: ./configure --disable-alsa-midi ; make you can roll back to the old OSS-MIDI code which (I hope) does work for controllers. If you're trying to connect to some software device (that needs ALSA MIDI) like a software-sequencer or something, then I'm affraid there isn't much I can say to help you at this point. Also have you remembered to connect the controller to SSM using aconnect, or acconectgui, or one of the other ALSA-MIDI patching programs. (i.e. ignoring controllers for a sec., do note-on and note-off messages get through?) Please note that development of SSM has unfortanately ground to a halt. We had lots of ideas of how to update it into SSM-2, but most of these ideas were already being implemented in om-synth. So currently we're just focusing on converting the old SSM plugins to LADSPA for use in om-synth (or other softsynths). http://savannah.nongnu.org/projects/om-synth http://www.nongnu.org/om-synth |
From: James S. <jm...@ds...> - 2005-06-06 16:19:45
|
I am trying to get midi controllers (like modulation wheel or pan) to send midi events to spiralsynthmodular, but cannot get them to work. I add in a midi widget, which controls note gating and pitch fine, but if I add an output for modulation wheel (for example) and connect a scope to it, no signal seems to be coming out. Am I doing something wrong, or is this a bug? All the best, James |
From: Andy P. <pos...@ed...> - 2005-05-26 17:43:24
|
On Tue, 26 Apr 2005 12:52:11 -0600 (CST) er...@pu... wrote: > I can't code, so I won't be able to help in that department, but I'd be > more that willing to do testing > Andy Preston was like... > > I'm currently working on converting the SpiralSynthModular Plugins > > to either the LADSPA and/or DSSI APIs. But progress is very slow at > > the moment. Is anyone else interested in helping out with this, if > > there's enough interest I'll set a CVS. This idea has been superceeded (again) by om-synth. Anyone wanting to help convert SSM plugins to LADSPA should direct their attention to the "omins" part of om-synth at http://www.nongnu.org/om-synth |
From: <er...@pu...> - 2005-04-28 17:50:05
|
Hi there: I won't be able to help with coding, but I would be more than willing to help with testing. best, ernie Andy Preston was like... > Hi There Folks! > > I'm currently working on converting the SpiralSynthModular Plugins > to either the LADSPA and/or DSSI APIs. But progress is very slow at > the moment. Is anyone else interested in helping out with this, if > there's enough interest I'll set a CVS. > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users= . > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick > _______________________________________________ > Spiralmodular-user mailing list > Spi...@li... > https://lists.sourceforge.net/lists/listinfo/spiralmodular-user > "Both Rob and I see sound as shapes. I only have to do this (makes a fist) and he knows what sound I mean". - Autechre ::::::::::::::::::::::::::::::::::::::::::: Ernie Dulanowsky CCNA CWLSS www.pulsewidth.ca >> test_tones on www.cjtr.ca << |
From: Andy P. <pos...@ed...> - 2005-04-17 10:20:24
|
Hi There Folks! I'm currently working on converting the SpiralSynthModular Plugins to either the LADSPA and/or DSSI APIs. But progress is very slow at the moment. Is anyone else interested in helping out with this, if there's enough interest I'll set a CVS. |
From: Dave G. <da...@pa...> - 2005-03-07 23:00:48
|
On Mon, 2005-03-07 at 19:28, Ulf Seltmann wrote: > Am Sonntag, 6. M=E4rz 2005 17:50 schrieb hubert Lombard: > > Bonjour :-) > Hi :) >=20 > > I spend this message from south of France, where Spiralsynthmodular > > works very fine on my Debian-Sarge... > > I was able to make recording sounds with the disk-writer plugin, but = I > > forget the way top use :-[ > > Can you help me to remember this way? >=20 > Ok, you need to connect your Output-channels to the Plugin and set the=20 > Samplerate in SSM-Options to something that fits for you (mostly it is=20 > 44100). Then int the module Diskwriter click on 'open' and select a fil= e you=20 > want to create (use filenames including the extension). when you want t= o=20 > start recording click on 'record' and thats it. you can also turn the recording on and off - while writing to the same wav file. it makes it easier for tasks like creating one file full of drum hits etc > if you use jack i refer to use mhwaveedit - a very nice waveeditor. wit= h it=20 > you can directly connect to ssm with jack and record more than 2 channe= ls at=20 > the same time. awful :) I'd missed that one, nice... There is also the timemachine for recording jack audio. cheers, dave |
From: Ulf S. <u.s...@ge...> - 2005-03-07 19:29:31
|
Am Sonntag, 6. M=E4rz 2005 17:50 schrieb hubert Lombard: > Bonjour :-) Hi :) > I spend this message from south of France, where Spiralsynthmodular > works very fine on my Debian-Sarge... > I was able to make recording sounds with the disk-writer plugin, but I > forget the way top use :-[ > Can you help me to remember this way? Ok, you need to connect your Output-channels to the Plugin and set the=20 Samplerate in SSM-Options to something that fits for you (mostly it is=20 44100). Then int the module Diskwriter click on 'open' and select a file yo= u=20 want to create (use filenames including the extension). when you want to=20 start recording click on 'record' and thats it. if you use jack i refer to use mhwaveedit - a very nice waveeditor. with it= =20 you can directly connect to ssm with jack and record more than 2 channels a= t=20 the same time. awful :) > > I thank you for your answers! hope it helps you cia smoe |
From: hubert L. <ve...@fr...> - 2005-03-06 15:52:31
|
Bonjour :-) I spend this message from south of France, where Spiralsynthmodular works very fine on my Debian-Sarge... I was able to make recording sounds with the disk-writer plugin, but I forget the way top use :-[ Can you help me to remember this way? I thank you for your answers! Hubert |
From: Matt H. <nw...@gm...> - 2005-01-24 15:11:10
|
I will try running it using jack as the audio destination and see if I get the popping and clicking... I run jack as a user so I will have to run SSM as a user on that. I love playing with SSM, its a great program that really lets you be creative. I noticed in the Wiki you talked a bit about redoing the interface so that the audio is isolated from the gui (which would be rewritten in Python) and use dssi/ladspa for the modules. I think this is a great idea... I just got dssi-vst working with rosegarden and have been happily making crazy sounds with free VST synths for the last several days. I think it would be wonderful for a linux equivalent of synthedit (www.synthedit.com) where people can easily come up with a synth in SSM, then fix it and create their own gui and use that as a dssi instrument in other programs. How close are you guys to coming up with the infrastructure for polyphonic sound? Matt On Mon, 24 Jan 2005 15:40:40 +0100, Dave Griffiths <da...@pa...> wrote: > On Mon, 24 Jan 2005 03:06:57 +0000, Myk wrote > > > Next question, it let me run > > > --Realtime as root but not as my normal user even though I am running > > > the "realtime any=1" kernel module. This works for jack but when I > > > try it with SSM I get a cannot obtain root UID for RT is there a > > > difference than this realtime and the realtime used for jack? > > > > >From what I've read about the realtime-lsm module (I'm still on kernel > > 2.4, so I'm not familiar with it), no special arrangements need to be > > made to enable a particular application to be run in this way, so > > why it doesn't work is a mystery to me, sorry! > > SSM just launches the audio thread as SHED_FIFO, nothing special. I even > nicked the code from ardour, so it should work I'd have thought :) I'm not > that versed on these kernel issues myself though. > > cheers, > > dave > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Spiralmodular-user mailing list > Spi...@li... > https://lists.sourceforge.net/lists/listinfo/spiralmodular-user > |
From: Dave G. <da...@pa...> - 2005-01-24 14:41:03
|
On Mon, 24 Jan 2005 03:06:57 +0000, Myk wrote > > Next question, it let me run > > --Realtime as root but not as my normal user even though I am running > > the "realtime any=1" kernel module. This works for jack but when I > > try it with SSM I get a cannot obtain root UID for RT is there a > > difference than this realtime and the realtime used for jack? > > >From what I've read about the realtime-lsm module (I'm still on kernel > 2.4, so I'm not familiar with it), no special arrangements need to be > made to enable a particular application to be run in this way, so > why it doesn't work is a mystery to me, sorry! SSM just launches the audio thread as SHED_FIFO, nothing special. I even nicked the code from ardour, so it should work I'd have thought :) I'm not that versed on these kernel issues myself though. cheers, dave |
From: Steve H. <S.W...@ec...> - 2005-01-24 11:00:18
|
On Mon, Jan 24, 2005 at 03:06:57AM +0000, Myk wrote: > > Next question, it let me run > > --Realtime as root but not as my normal user even though I am running > > the "realtime any=1" kernel module. This works for jack but when I > > try it with SSM I get a cannot obtain root UID for RT is there a > > difference than this realtime and the realtime used for jack? > > >From what I've read about the realtime-lsm module (I'm still on kernel > 2.4, so I'm not familiar with it), no special arrangements need to be > made to enable a particular application to be run in this way, so why it > doesn't work is a mystery to me, sorry! I think the app has to have code to exploit it, or has to be written a certain way, but I could be wrong about that. I would recomend running SSM under JACK, but you have to make sure that the FragmentSize configuration matches jackd period size, unless someones fixed that bug. - Steve |
From: Myk <my...@wa...> - 2005-01-24 03:07:02
|
On Sun, 23 Jan 2005 18:43:43 -0600 Matt Henley <nw...@gm...> wrote: > That helped take care of most of it. It only made noises when I > turned the volume up and down. The GUI sends events at a low rate, so what should be a smooth change in volume (as you would get with analogue hardware) ends up as a 'staircase', which leads to the clicking. This is more noticeable when you move the knob quickly. A solution is to use a separate amplifier plugin (there's one in the LADSPA cmt set, and there's a couple in my 'blop' set), and then use the control -> smooth plugin to smooth the output from a slider control before routing it to the gain input of the amp. > Next question, it let me run > --Realtime as root but not as my normal user even though I am running > the "realtime any=1" kernel module. This works for jack but when I > try it with SSM I get a cannot obtain root UID for RT is there a > difference than this realtime and the realtime used for jack? From what I've read about the realtime-lsm module (I'm still on kernel 2.4, so I'm not familiar with it), no special arrangements need to be made to enable a particular application to be run in this way, so why it doesn't work is a mystery to me, sorry! What's the exact output (if any) when you try? Mike > On Sun, 23 Jan 2005 20:59:57 +0000, Myk <my...@wa...> wrote: > > Hi > > > > It might be due to the SSM GUI and/or WM taking priority over the > > audio thread. Does running SSM as root with the --Realtime argument > > make any difference? > > > > Mike > > > > On Sun, 23 Jan 2005 13:35:57 -0600 > > Matt Henley <nw...@gm...> wrote: > > > > > Hi, > > > > > > I was working through the tutorials with SSM on my gentoo system. > > > Its working fine but everytime i move the mouse I hear crackling > > > noises. I was just trying to figure out what I could do to reduce > > > this... This is without Jack running.. just going through the > > > tutorials. Have a SB Live! Value card and 1.8 GHz Athlon running > > > SSM 0.2.2a. The noises seem to occur when the pointer goes over a > > > control in SSM and/or goes outside the window. > > > > > > Thanks > > > Matt Henley > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: IntelliVIEW -- Interactive > > > Reporting Tool for open source databases. Create drag-&-drop > > > reports. Save time by over 75%! Publish reports on the web. Export > > > to DOC, XLS, RTF, etc. Download a FREE copy at > > > http://www.intelliview.com/go/osdn_nl > > > _______________________________________________ > > > Spiralmodular-user mailing list > > > Spi...@li... > > > https://lists.sourceforge.net/lists/listinfo/spiralmodular-user > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IntelliVIEW -- Interactive > > Reporting Tool for open source databases. Create drag-&-drop > > reports. Save time by over 75%! Publish reports on the web. Export > > to DOC, XLS, RTF, etc. Download a FREE copy at > > http://www.intelliview.com/go/osdn_nl > > _______________________________________________ > > Spiralmodular-user mailing list > > Spi...@li... > > https://lists.sourceforge.net/lists/listinfo/spiralmodular-user > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive > Reporting Tool for open source databases. Create drag-&-drop reports. > Save time by over 75%! Publish reports on the web. Export to DOC, XLS, > RTF, etc. Download a FREE copy at > http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Spiralmodular-user mailing list > Spi...@li... > https://lists.sourceforge.net/lists/listinfo/spiralmodular-user > |
From: Matt H. <nw...@gm...> - 2005-01-24 00:43:47
|
That helped take care of most of it. It only made noises when I turned the volume up and down. Next question, it let me run --Realtime as root but not as my normal user even though I am running the "realtime any=1" kernel module. This works for jack but when I try it with SSM I get a cannot obtain root UID for RT is there a difference than this realtime and the realtime used for jack? On Sun, 23 Jan 2005 20:59:57 +0000, Myk <my...@wa...> wrote: > Hi > > It might be due to the SSM GUI and/or WM taking priority over the audio > thread. Does running SSM as root with the --Realtime argument make any > difference? > > Mike > > On Sun, 23 Jan 2005 13:35:57 -0600 > Matt Henley <nw...@gm...> wrote: > > > Hi, > > > > I was working through the tutorials with SSM on my gentoo system. Its > > working fine but everytime i move the mouse I hear crackling noises. > > I was just trying to figure out what I could do to reduce this... This > > is without Jack running.. just going through the tutorials. Have a SB > > Live! Value card and 1.8 GHz Athlon running SSM 0.2.2a. The noises > > seem to occur when the pointer goes over a control in SSM and/or goes > > outside the window. > > > > Thanks > > Matt Henley > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IntelliVIEW -- Interactive > > Reporting Tool for open source databases. Create drag-&-drop reports. > > Save time by over 75%! Publish reports on the web. Export to DOC, XLS, > > RTF, etc. Download a FREE copy at > > http://www.intelliview.com/go/osdn_nl > > _______________________________________________ > > Spiralmodular-user mailing list > > Spi...@li... > > https://lists.sourceforge.net/lists/listinfo/spiralmodular-user > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Spiralmodular-user mailing list > Spi...@li... > https://lists.sourceforge.net/lists/listinfo/spiralmodular-user > |
From: Myk <my...@wa...> - 2005-01-23 21:00:08
|
Hi It might be due to the SSM GUI and/or WM taking priority over the audio thread. Does running SSM as root with the --Realtime argument make any difference? Mike On Sun, 23 Jan 2005 13:35:57 -0600 Matt Henley <nw...@gm...> wrote: > Hi, > > I was working through the tutorials with SSM on my gentoo system. Its > working fine but everytime i move the mouse I hear crackling noises. > I was just trying to figure out what I could do to reduce this... This > is without Jack running.. just going through the tutorials. Have a SB > Live! Value card and 1.8 GHz Athlon running SSM 0.2.2a. The noises > seem to occur when the pointer goes over a control in SSM and/or goes > outside the window. > > Thanks > Matt Henley > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive > Reporting Tool for open source databases. Create drag-&-drop reports. > Save time by over 75%! Publish reports on the web. Export to DOC, XLS, > RTF, etc. Download a FREE copy at > http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Spiralmodular-user mailing list > Spi...@li... > https://lists.sourceforge.net/lists/listinfo/spiralmodular-user > |
From: Matt H. <nw...@gm...> - 2005-01-23 19:36:00
|
Hi, I was working through the tutorials with SSM on my gentoo system. Its working fine but everytime i move the mouse I hear crackling noises. I was just trying to figure out what I could do to reduce this... This is without Jack running.. just going through the tutorials. Have a SB Live! Value card and 1.8 GHz Athlon running SSM 0.2.2a. The noises seem to occur when the pointer goes over a control in SSM and/or goes outside the window. Thanks Matt Henley |
From: Ed C. <ed...@lo...> - 2004-11-10 15:32:09
|
Hi everyone Access Space is running a project to produce a CD of open source audio, to be released under a Creative Commons license. Here's all the info... Thanks ed >>>>>>> CALL FOR AUDIO SUBMISSIONS Linux Open Source Sound CD (L.O.S.S.) [Planned release date - April 2005] Deadline for submissions: 7th Jan 2005 Access Space, Sheffield's lowtech digital arts organisation, is currently calling for submissions for a CD of audio produced with open source software, and the Linux operating system. There is no specific theme for the curated works, as the concept behind the project is freedom of all elements of music manufacture, encapsulating style, production software and distribution techniques. We hope to receive submissions covering a broad and eclectic range of styles, to represent the dynamic nature of contemporary open source audio culture. Therefore, contributions are invited from musicians of all types, programmers, sound artists or artists who use sound. The LOSS CD is to be released under a Creative Commons 'Sampling Plus' license, so as well as being produced with free software, the CD will also extend the ethos of the open source movement into its method of distribution. For more information about this license, please visit http://creativecommons.org. Please do not submit tracks if you are not willing to release your work in this manner. The LOSS project will develop not only through the CD release, but also through a website, aimed at being an ongoing portal for producers of open source music to showcase their work. This will also offer the works for redistribution under the Creative Commons licensing mentioned above. This website will be online later in the year at http://www.access-space.org/loss. How to submit your proposal: [A maximum of 2 tracks per artist, between 20 secs and 8 mins in length.] Send a DATA CD containing the following files: - Your audio track(s) in .wav format, 16bit, 44.1khz in either mono or stereo. - A text document stating your name, contact details (email and mailing address), track title, track length, the software and operating system used for producing the track, and a declaration that your track does not infringe any copyrights or use any unlicensed material. - An optional screenshot (in .jpg or .png format) of your software setup - which may be used for artwork purposes. For more information, or to mail your submission: Linux Open Source Sound CD Access Space 1a Sidney Street Sheffield S1 4RG 0114 2495522 www.access-space.org lo...@ac... Access Space is UK registered charity no: 1103837 Funded by Arts Council England, Yorkshire and Digital South Yorkshire. |
From: Andy P. <pos...@ed...> - 2004-10-17 07:58:19
|
I've found a POSSIBLE bug in the current CVS and in version 0.2.2 of SpiralModular. The buttons on the toolbars seem to have their icons placed a little too high. This could be a bug somewhere down-the-line with my distro (it's cobbled together from source code and isn't a "real" distro) or then again it could be with SSM itself. Does anyone else have this problem? If you don't have this problem, please let me know that as well. |
From: Andy P. <pos...@ed...> - 2004-10-16 08:53:47
|
On Tue, 12 Oct 2004 19:23:36 -0300 Ricardo Sediyama <sed...@gm...> wrote: > I would like to build one output with the IHF and the IEC specifications. > The IHF specification is a sine wave of 1kHz that in 500ms interval > have a amplitude burst of 20dB, and this burst least 20 ms. > The IEC specification is a sine wave of 1KHz that least 1 second > and has an interval of 60 seconds between two bursts, between the two > burst there is no sound at all. > Can I build this using the Spiral Synth? Yes this should be easy to do in SSM. Our oscillators generate sine waves, and 1kHz is well within the audio spectrum. The timing might be a little bit harder. What is this for? |
From: Ricardo S. <sed...@gm...> - 2004-10-12 22:23:39
|
Hello, I would like to build one output with the IHF and the IEC specifications. The IHF specification is a sine wave of 1kHz that in 500ms interval have a amplitude burst of 20dB, and this burst least 20 ms. The IEC specification is a sine wave of 1KHz that least 1 second and has an interval of 60 seconds between two bursts, between the two burst there is no sound at all. Can I build this using the Spiral Synth? Thank you, Ricardo Sediyama |
From: Andy P. <pos...@ed...> - 2004-09-07 18:48:39
|
On Fri, 3 Sep 2004 10:56:28 -0600 (CST) er...@pu... wrote: > I'd saved the patch, and reloaded it > later, and the waves in two of the three of the Spiralloop plugins had > 'deteriorated', for alck of a better term. > I was alway under the impression that loop waves were saved with a patch. > Is this not the case, or did I happen upon a bug of sorts. Hmmmm! I don't use SpiralLoops that much - I'm more for the Streamer myself. But as far as I know, yes the loops are stored with the patch. Has anyone else had this happen to them? |
From: Andy P. <pos...@ed...> - 2004-09-07 18:48:39
|
Bug Fix! PoshSampler was not displaying loop, ping-pong, retrigger, volume, pitch, octave, and trig-note correctly as you switch through the various samples. When a patch with a PoshSampler in it was loaded, the saved settings for the above controls were being overwritten with the defaults. Improvements to the load-a-sample dialogs - so that we don't have to keep choosing the file-filter over and over again. |