Page 1 of 1
Wave display marker that sends midi message
Posted: 03 Sep 2020, 01:30
by Ariajazz
I have a wave file loaded in a sampler which has several markers. How do I achieve (if possible) that when the cursor reaches a marker a midi message is sent. Every marker has different midi message.
Thank You
Re: Wave display marker that sends midi message
Posted: 03 Sep 2020, 09:46
by nay-seven
You can create something like this for different MIDI notes ?
or multiply this for each different messages types:
Re: Wave display marker that sends midi message
Posted: 03 Sep 2020, 10:20
by nay-seven
Following the Midi notes example, you can also use 3 Mapper values modules to mix different message types
1 for message type
1 for code1
1 for code 2
Re: Wave display marker that sends midi message
Posted: 12 Oct 2020, 04:54
by Ariajazz
Thanks a lot for your response. It did work but the thing is that the sampler contains several audio files in a list. How do I get different wave displays with different markers for each audio file in the sampler? The idea is to trigger midi internal messages that recall different presets for a song, I can do it using the piano roll but in this case I need to sync the audio sample player with the piano roll, how can I do it?
Re: Wave display marker that sends midi message
Posted: 12 Oct 2020, 06:23
by SylvainT
You can store markers in array and recall them with audio files.
Sylvain
Re: Wave display marker that sends midi message
Posted: 12 Oct 2020, 14:50
by Ariajazz
SylvainT wrote: ↑12 Oct 2020, 06:23
You can store markers in array and recall them with audio files.
Sylvain
How do I do that?. I have no idea on how to deal with arrays. Could you post an example please?
Re: Wave display marker that sends midi message
Posted: 12 Oct 2020, 18:00
by joffo78
Why don't using preset to store your markers instead of store array?
Re: Wave display marker that sends midi message
Posted: 12 Oct 2020, 19:54
by SylvainT
Yes, you can do that also, I didn't thing that markers were stored in presets ;-(
Re: Wave display marker that sends midi message
Posted: 14 Oct 2020, 03:19
by Ariajazz
Certainly preset manager can store markers for different audio files. My poject has two preset managers that target workspace, the result is a complete mess because when one prset manager controls some settings, like in this case, markers, the other chews it up. I have to find a way to make both preset managers sync in that aspect and at the same time work independently.
It is becoming a nightmare, I've been trying to deal with this projects for months and tried many ideas that for one reason or another don't work. The project is a platform for live performance. It has several functions, it triggers backing tracks audio files (around 50), it also works as a guitar processor using amp sims and VST effects, it is a VST synth triggered via midi as well. All the changes and settings during the performance of a song are controlled by a second preset manager, but it is not that easy, a dedicated preset manager should be needed for each and every song. The old conductor module had a way to do these nicely sice it had BANKS with presets within each bank, so you could assign a bank as a song and presets for the different setting changes i a song (imagine a pedalboard with different patches). It would be great if I could achieve this in Hollyhock.
Loading workspaces as songs is something that I have tried and it works but I really want to avoid this since workspaces are very complex and take too long loading, this is not good in a live situation, besides that sometimes, not very often but it has happened, it crashes usine.
I would be very grateful for any help that could alow me to finish this project, all the stated above is probably the last big issue that I have to resolve, everythin else are details and makeup.
Again, any help on this matter will be greatly appreciated.
Re: Wave display marker that sends midi message
Posted: 14 Oct 2020, 10:30
by SylvainT
Take care, for sure you'll find many solutions.
Send me your mail, private message with a clic on my username, then you'll can share me your wkp. I'll give you some advices.
Sylvain