Samples and conductor
-
webmammuth
- Member
- Posts: 20
- Contact:
Hi,
The conductor saves and recalls AFAIK the state of all "interface" objects, i.e. all the objects visible on the screen (patch interfaces+dashboard etc...).
So, to achieve what you need, simply add a fader to the "file" inlet of your sampler (ctrl drag from the file inlet).
Load two (or more) files in the sampler (file A and B for example)
Then, back the the grid mode, select a file with the fader in the patch interface (let's say file A), then click append in the conductor (snap 0), choose another file (let's say file B), click append again (snap 1).
Then when you recall snap 0 or snap 1 the sampler will play respectively file A or file B.
If you simply want a sampler to play the next sample each time you press next in the conductor (regardless of which sample is playing or what snap is actually playing), you can do the following:
take a sampler, just patch a button to the "next" inlet. then "midilearn" or "keylearn" the same controller/key to "next" button in the conductor and the button you just created. the drawback is that when you reach the end of the list, the sampler keeps playing the last sample.
Hope this can help.
Rgds,
B.
The conductor saves and recalls AFAIK the state of all "interface" objects, i.e. all the objects visible on the screen (patch interfaces+dashboard etc...).
So, to achieve what you need, simply add a fader to the "file" inlet of your sampler (ctrl drag from the file inlet).
Load two (or more) files in the sampler (file A and B for example)
Then, back the the grid mode, select a file with the fader in the patch interface (let's say file A), then click append in the conductor (snap 0), choose another file (let's say file B), click append again (snap 1).
Then when you recall snap 0 or snap 1 the sampler will play respectively file A or file B.
If you simply want a sampler to play the next sample each time you press next in the conductor (regardless of which sample is playing or what snap is actually playing), you can do the following:
take a sampler, just patch a button to the "next" inlet. then "midilearn" or "keylearn" the same controller/key to "next" button in the conductor and the button you just created. the drawback is that when you reach the end of the list, the sampler keeps playing the last sample.
Hope this can help.
Rgds,
B.
I just like to add that you could use the Preset Manager as well for the switching. The difference between the Conductor and the PM, is that the PM remembers and recalls the whole patch regardless of whether there's a fader or something attached.
Bjørn S
That's right bsork! Didn't think about it 
Rgds,
B.
Rgds,
B.
Yes bsork, you are right!
Olivier Sens
www.brainmodular.com
www.brainmodular.com
-
webmammuth
- Member
- Posts: 20
- Contact:
The question is now, what is the PM and how do I use it.
There is not a "loadbang" thing usable when you change the scene in the conductor ?
There is not a "loadbang" thing usable when you change the scene in the conductor ?
Hi webmammuth, the Preset Manager (PM) module can be found under Modules/Interface Design. Check out the manual, the module is fairly straightforward to use and you can add more than one if need more than 8 presets.
What is a "loadbang"? Is it something that will be loaded or otherwise triggered by something else - in this case a scene change?
What is a "loadbang"? Is it something that will be loaded or otherwise triggered by something else - in this case a scene change?
Bjørn S
-
Vincent
PM = Preset Manager. You'll find some explanation page 118 of the doc.webmammuth wrote:The question is now, what is the PM and how do I use it.
It's there: Browser>Modules>Interface control>Preset Manager.
That small stuff stores everything in the patch where it is put. Even, of course, VSTi presets. Very very useful. You can connect a fader to it, or a User Curve (same browser folder) if your patch is in the sequencer mode.
Sorry, webmammuth, I'm afraid I don't understand your question.webmammuth wrote:There is not a "loadbang" thing usable when you change the scene in the conductor ?
Loadbang... Quantization? Smoother? yes there is. A compare function? Unfortunately, nobody had thought to ask it to Olivier. But you ask it, he'll do it. Usine is like that.
-
webmammuth
- Member
- Posts: 20
- Contact:
Ok thank you Vincent.
A loadband is an objet in max/MSP.
It's giving an impulsion to another object whan you load the patch.
You can also automate things, like playing a sample (if it's connected to play enter on a sampler, to play the file whithout having to clik the button).
When you put it on a toggle, it activate the toggle on load.
My question what in fact, is there a way to make the soft push the play button when I click next on the conductor.
In fact i'd like to use Usine as a conductor for sound effects for theatre.
Both processing of live sound and reading of prerendered sound effects.
Same logic as an light organ.
Francois Xavier Weber wrote a programme with max.
The name is seqcon.
You can find it here : http://hapax84.free.fr/telecharg.html
Maybe you'll understand what I need.
The problem is that this program is a closed one.
You cannot modify anything.
But anyway, thank you for your help.
Benoit
A loadband is an objet in max/MSP.
It's giving an impulsion to another object whan you load the patch.
You can also automate things, like playing a sample (if it's connected to play enter on a sampler, to play the file whithout having to clik the button).
When you put it on a toggle, it activate the toggle on load.
My question what in fact, is there a way to make the soft push the play button when I click next on the conductor.
In fact i'd like to use Usine as a conductor for sound effects for theatre.
Both processing of live sound and reading of prerendered sound effects.
Same logic as an light organ.
Francois Xavier Weber wrote a programme with max.
The name is seqcon.
You can find it here : http://hapax84.free.fr/telecharg.html
Maybe you'll understand what I need.
The problem is that this program is a closed one.
You cannot modify anything.
But anyway, thank you for your help.
Benoit
-
Vincent
Hello Benoît,
I think I understand. You'll tell me.
You can have the Modules>Interface Control>On activation. Connected to a Play button, it should work fine when you activate the patch.
But you were talking about loading a patch. AFAIK a loaded patch is not active in the grid, so the On Activation module cannot trigger (give an impulsion) when loading it. Maybe try the Initialization Module (same folder).
To my idea, it would be more reliable to have the patch already loaded in the grid and to trigger the On Activation module by activating the patch using the Conductor (that can be quantized).
Before adopting Usine, I've made a try with Max/MSP. Too expensive and too complicated for me! Moreover, it's sounding universe was not convenient for the musical stuffs I do which are some bastard kind of easy-electro-goth-pop...
I think I understand. You'll tell me.
You can have the Modules>Interface Control>On activation. Connected to a Play button, it should work fine when you activate the patch.
But you were talking about loading a patch. AFAIK a loaded patch is not active in the grid, so the On Activation module cannot trigger (give an impulsion) when loading it. Maybe try the Initialization Module (same folder).
To my idea, it would be more reliable to have the patch already loaded in the grid and to trigger the On Activation module by activating the patch using the Conductor (that can be quantized).
Before adopting Usine, I've made a try with Max/MSP. Too expensive and too complicated for me! Moreover, it's sounding universe was not convenient for the musical stuffs I do which are some bastard kind of easy-electro-goth-pop...
-
webmammuth
- Member
- Posts: 20
- Contact:
Ok Vincent, with "on activation", I can make the sample begin to play with the conductor.Vincent wrote:Hello Benoît,
I think I understand. You'll tell me.
You can have the Modules>Interface Control>On activation. Connected to a Play button, it should work fine when you activate the patch.
Now the problem is I must append a new scene in the conductor with the patch deactivated to have it activate again the next step.
Two 2 scènes to play one sample...
The solution given by benjamin is to enter the same midi key to call the next conductor button and the play button.
No other solution to push the play button when I click Next on the conductor ?
I tried Max too. Not a modular design, it's more like a graphic programmation software. Users have their own home made players, effects, eq...Vincent wrote:Before adopting Usine, I've made a try with Max/MSP. Too expensive and too complicated for me! Moreover, it's sounding universe was not convenient for the musical stuffs I do which are some bastard kind of easy-electro-goth-pop...
And they do not share of these premade patchs.
"You want one, you make one."
Some tried to make modular libraries... But I don't think it's finsihed yet.
-
Vincent
I'll try another answer... As I use this somewhere, I just have to re-find it!webmammuth wrote:No other solution to push the play button when I click Next on the conductor ?
-
Vincent
Hem, hem...
There is two weeks since I promise you something, and I did nothing...
I'm confused. I don't run Usine those days, I'm doing some samples... and have time, but where?
I'll check that as soon as possible. Really sorry.
There is two weeks since I promise you something, and I did nothing...
I'm confused. I don't run Usine those days, I'm doing some samples... and have time, but where?
I'll check that as soon as possible. Really sorry.
-
webmammuth
- Member
- Posts: 20
- Contact:
Thank you Vincent for your interest.Vincent wrote:Hem, hem...
There is two weeks since I promise you something, and I did nothing...
I'm confused. I don't run Usine those days, I'm doing some samples... and have time, but where?
I'll check that as soon as possible. Really sorry.
In fact, Olivier made a "conductor" patch.
With inlet and outlets.
So I was able to trigger the sampler with the "next" outlet of the new patch.
No problem any more.
In just 2 weeks....
-
Vincent
Yeah, sorry again for this missing time. I know how a single day can be important when making music... so, two weeks, shame on me. I have heavy days, not used to that any more...webmammuth wrote:No problem any more.
In just 2 weeks....
Who is online
Users browsing this forum: No registered users and 13 guests
