Is This Possible with HISE ?
-
I made this for Reaper in Lua script and would like to port it to HISE so it can be used in any DAW.
I would like some advice if you think this is possible, thanks.
https://forum.cockos.com/showthread.php?t=252609It basically just imports the sections from the wav file to fit the same sections in the chord/bar sheet.
The chord/bar sheet will follow the DAW time signature.The wav will have a region/chord csv with the section name/chord, time position and section color in the wav:
#,Name,Start,End,Length,Color R1,C,1.1.00,3.1.00,2.0.00,FF80C0 R2,C,3.1.00,7.1.00,4.0.00,3776EB R3,C#,7.1.00,11.1.00,4.0.00,3776EB R4,D,11.1.00,15.1.00,4.0.00,3776EB R5,D#,15.1.00,19.1.00,4.0.00,3776EB
So it will need to playback the sample section of the wav file from the local disk while adjusting the tempo to match the host.
Any info and suggestion would be much appreciated. -
So not possible ...
-
@MusoCity I don't think it's possible