Lyrics patch
-
graphite412
- Member
- Posts: 19
- Location: Warrensburg, Missouri
- Contact:
hi graphite412, you can make your hand with using some textfield or Text/image panels in /interface design, filling with your lyrics.
then 'animate' visibility input of the panels, to display or not, or use some listbox so you can scroll lines, or by script can make nice things also..if well remember bsork made such a script to display line, but maybe out of date now...
list box seems the easiest way to go as you can display whole text or a single line if routing a textfield out, and easy choose what do display using numbers on input, linked to some events of your liveset.
then 'animate' visibility input of the panels, to display or not, or use some listbox so you can scroll lines, or by script can make nice things also..if well remember bsork made such a script to display line, but maybe out of date now...
list box seems the easiest way to go as you can display whole text or a single line if routing a textfield out, and easy choose what do display using numbers on input, linked to some events of your liveset.
-
woodslanding
- Member
- Posts: 1327
- Contact:
Biggest pb is that AFAIK Usine doesn't have any object that can store text on a per-preset basis....
there are some workarounds. You could use the text of the preset name as an input to a script that loads a similarly named text file from disk.
Otherwise you need a different wkp for every song.
This has got me thinking though. Could the text from a textfield be stored in an array somehow, to simulate this behaviour?
there are some workarounds. You could use the text of the preset name as an input to a script that loads a similarly named text file from disk.
Otherwise you need a different wkp for every song.
This has got me thinking though. Could the text from a textfield be stored in an array somehow, to simulate this behaviour?
Custom Ryzen 5900x MATX build, Win10, Fireface UFX, touchscreen
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
here a simple example to begin :
set the where option of the listbox to invisible

and an other way for several songs

set the where option of the listbox to invisible

and an other way for several songs

-
woodslanding
- Member
- Posts: 1327
- Contact:
I have just tried this, and I can't figure out how to store different data in an array with each conductor patch.
This must be possible, right???
This must be possible, right???
Custom Ryzen 5900x MATX build, Win10, Fireface UFX, touchscreen
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
not sure using array will be interesting in this case , linking the number outlet of the conductor to the select fader on my patch will do the job..?
mmmm wrong:woodslanding wrote:Biggest pb is that AFAIK Usine doesn't have any object that can store text on a per-preset basis....
...This has got me thinking though. Could the text from a textfield be stored in an array somehow, to simulate this behaviour?
as far as i now text field are stored to presets:
here is an exemple storing to pm native textfield, (can also convert any text to array and save, as in fact text = array),
so can scoll lines with lines input, edit the whole text in listbox and save/recall the commatext via preset manager, ie linked to song/conductor, or just use same preset manager for params saving and lyrics saving. (of course need to save the preset once whole text is edited)..

using nay technique but to dispatch the comma text, could ie save 16x dispatch x16 preset for 256 comma texts of Xlines recall.
or use gurulogic 128 preset manager if need more then 16...
-
woodslanding
- Member
- Posts: 1327
- Contact:
Hmmm. This may work with a local preset manager, but it doesn't seem to work with conductor presets at all.
Shouldn't the conductor be able to store anything a local PM can??
Shouldn't the conductor be able to store anything a local PM can??
Custom Ryzen 5900x MATX build, Win10, Fireface UFX, touchscreen
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
-
woodslanding
- Member
- Posts: 1327
- Contact:
yep that's it.
Olivier, is this a bug?? Shouldn't the conductor be able to save any data a local preset manager can???
And if not, why not? It doesn't make much sense to me......
(However, since this gives a way of naming presets in a local preset manager, I may start using this feature more.....)
Olivier, is this a bug?? Shouldn't the conductor be able to save any data a local preset manager can???
And if not, why not? It doesn't make much sense to me......
(However, since this gives a way of naming presets in a local preset manager, I may start using this feature more.....)
Custom Ryzen 5900x MATX build, Win10, Fireface UFX, touchscreen
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
right, work in pm not in conductor ( i don't use conductor that much, i use more pm in my stuff, but i know it's the huge part of usine im missing)
as a workaround can't we drive num save and recall from conductor to local preset manager via some buss?
i agree it's a bit abstract what pm/conductor save and differences, maybe a dedicaced tutorial by some experts (manecante?)
would be nice..
as a workaround can't we drive num save and recall from conductor to local preset manager via some buss?
i agree it's a bit abstract what pm/conductor save and differences, maybe a dedicaced tutorial by some experts (manecante?)
would be nice..
-
grego mondo
- Member
- Posts: 466
- Location: 22110 Rostrenen
- Contact:
hello may be you can get what I used there : http://sensomusic.com/forums/uploaded/Wspace.zip
I did something like when Conductor is n°5 then show this text (with chords and song structure)
I have to make an add on out of it (and for the Wii too)
see you
I did something like when Conductor is n°5 then show this text (with chords and song structure)
I have to make an add on out of it (and for the Wii too)
see you
En attendant cordialement l'apocalypse ... 100% Usine !!
https://lesformesdufond.kaz.bzh/grego-mondo/
PC i7 2.6Ghz - Win11 / RME Fireface UFX
Tubas / Serpent / Music Box
Interfaces Midi / OSC / DMX
https://lesformesdufond.kaz.bzh/grego-mondo/
PC i7 2.6Ghz - Win11 / RME Fireface UFX
Tubas / Serpent / Music Box
Interfaces Midi / OSC / DMX
-
woodslanding
- Member
- Posts: 1327
- Contact:
Hmmm, I am getting '403 forbidden' again with this upload.....
Custom Ryzen 5900x MATX build, Win10, Fireface UFX, touchscreen
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
Custom 2 manual midi keyboard
Usine, Kontakt, Reaktor, Synthmaster, Byome, Arturia, Soundtoys, Unify
@woodslanding : right click and save the link target as or something like that..
Who is online
Users browsing this forum: No registered users and 51 guests
