Sample playback instrument - multiple sample playbacks in one instrument? looping?
Date | 2007-08-18 09:58 |
From | Jonas Nyström |
Subject | Sample playback instrument - multiple sample playbacks in one instrument? looping? |
Attachments | None None |
Date | 2007-08-18 11:03 |
From | Julien Claassen |
Subject | Re: Sample playback instrument - multiple sample playbacks in one instrument? looping? |
Hi Jonas! 1. Yes you can use more than one diskin or soundin per instrument. 2. About your attack and release problem, it looks to me like it is just a question of envelopes. I don't know about the delay you'd need for the release. About the looping: There are function generators you can use to read in audio files. You could also use oscillators in combination with those GEN-routines. But I don't know how useable this solution is for your problem, because I believe the function-tables you generate need to know the length of your audio-files. I hope it helps a bit anyway. Kindest regards Julien -------- Music was my first love and it will be my last (John Miles) ======== FIND MY WEB-PROJECT AT: ======== http://ltsb.sourceforge.net the Linux TextBased Studio guide ======= AND MY PERSONAL PAGES AT: ======= http://www.juliencoder.de |
Date | 2007-08-18 12:34 |
From | Jonas Nyström |
Subject | Re: Sample playback instrument - multiple sample playbacks in one instrument? looping? |
Attachments | None None |
Date | 2007-08-18 14:26 |
From | Greg Thompson |
Subject | Re: Sample playback instrument - multiple sample playbacks in one instrument? looping? |
You can defer the length of the audio file (i.e., not know exactly what it is) if you load via f-tables - you are just restricted to certain playback opcodes if you do this - which may or may not be a problem. greg On Aug 18, 2007, at 6:03 AM, Julien Claassen wrote: > Hi Jonas! > 1. Yes you can use more than one diskin or soundin per instrument. > 2. About your attack and release problem, it looks to me like it > is just a > question of envelopes. I don't know about the delay you'd need for the > release. > About the looping: There are function generators you can use to > read in > audio files. You could also use oscillators in combination with those > GEN-routines. But I don't know how useable this solution is for > your problem, > because I believe the function-tables you generate need to know the > length of > your audio-files. > I hope it helps a bit anyway. > Kindest regards > Julien > > -------- > Music was my first love and it will be my last (John Miles) > > ======== FIND MY WEB-PROJECT AT: ======== > http://ltsb.sourceforge.net > the Linux TextBased Studio guide > ======= AND MY PERSONAL PAGES AT: ======= > http://www.juliencoder.de > -- > Send bugs reports to this list. > To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk > |