I have an idea of a device, but i don't know if it's possible to make...
So please people who own a Pulsar Device Development Kit help me to answer this question.
The device:
It has 16 Ins and 16 Outs and a Standard SFP Preset list and Nothing else!
So what the hell must the Presets contain??
-The routing of the Ins and Outs, and at preset change the device must remake the connections stored in a preset.
This is my question.
Is it possible to reconnect the routing settings stored in a pulsar preset????
From the STM2448 device I can make connections (Inputs, outputs) so I thing it's not inpossible to do..
I write down why I need this dev.
I have an Emu E5000 Sampler with 16 ADAT Outs connected to My Pulsar 16 ADAT Ins. I Use it as 8 Stereo channels and route it into the STM2448 Mixer's 8 stereo inputs. But sometimes i would change the effect setting of a mixer channel (inserts, auxs) from my sequencer. Of course not real time, the remake of the routings takes time but it's not a problem.
What can I do?
- I can route the given stereo channel to an other input of the STM2448, but then i must the previous routin disconnect or mute that channel, but it's too frustrating while i'm composing.
- I can store the whole mixer setup in a preset, but it stores all the channels no only the changed channel so it's not to good. (All the presets must update when i change something, eg. the eq of the channel.
- I can store the STM Mixer Channel as a Preset but it's Channel-independent, when i recalll it , It will in the actual mixer channel loading. So it's unrecallable With MIDI prg changes.
This little routing device would help to quick reroute all the ADAT Outs into different channels of the STM2448.
And it would save the power of the DSP too, because every time only the active mixer channels consumes the DSP power!! (active = something connected into it.)
I would pay for this device if it's works correct.
--------- Some additional developing info ..

Preset change algorithm:
Input(x1..x8)=The actual input routing of our device
Output(x1..x8)=The actual output routing of our device
Input(Presetx1..Presetx8) = The routing of the inputX Stored in the preset
Output(Presetx1..Presetx8) = The routing of the OutputX Stored in the preset
If Input(x1..x8)<>Input(Presetx1..Presetx8) then
Disconnect Input(x1..x8)
Connect Input(Presetx1..Presetx8) to Input(x1..x8)
endif
If Output(x1..x8)<>Output(Presetx1..Presetx8) then
Disconnect Output(x1..x8)
Connect Output(Presetx1..



endif
Thank You:Zajos