Closed GoogleCodeExporter closed 8 years ago
This is an interesting idea, but these changes could be difficult to implement.
How much editing to an instance of a catalog entry should be allowed before
it's no longer considered to be a related pattern? People would undoubtedly
need to be able to move the notes in an instance to account for timing
differences in the composition, but what about adding a technique, or replacing
a sustained note with multiple notes? What if one note was moved to a
different string/fret? I'll need to put some more thought into it, but it's
more likely that a proper search and replace function gets added.
Original comment by raynebc
on 24 Apr 2013 at 6:31
> How much editing to an instance of a catalog entry should be allowed before
it's no longer considered to be a related pattern?
IMO none. It's either exactly that pattern with only relative information
applied to the whole pattern (ie full pattern transpose, full pattern position
in time), or it's a different pattern.
> what about adding a technique, or replacing a sustained note with multiple
notes? What if one note was moved to a different string/fret?
Are we talking about changing one instance of the pattern only? Then it's a
different pattern as I see it.
I'll probably cook up my own simple program to accommodate my needs in the
short term, but if I were to fork EOF I'd make the main song view readonly and
only use it for previewing, changes would instead be done directly in the riff
catalog, and there would be a new view where you chain riffs from the riff
catalog together thus forming the song.
Original comment by quarns...@gmail.com
on 24 Apr 2013 at 7:49
What about timing changes, ie. the distance between two notes in the pattern
(measured in beats) is longer in one instance than the original pattern?
Should it still be considered the same pattern?
Timing aside, the stricter that this logic is (ie. an instance has to have the
same number of notes and the same lane/fret combinations for each to be
considered the same pattern), the easier it would be to implement.
Original comment by raynebc
on 24 Apr 2013 at 8:46
Think of it from a functional programming point of view where the input is the
original pattern and the output is a transformed pattern. Each instance entry
then specifies a source pattern and a lambda expression performing the
transform. If the change can be expressed this way, it's the same source
pattern otherwise it isn't.
I'm at the moment mostly interested in a time offsetting transform which adds a
fixed amount of time to each note in the pattern, but other transforms such as
transposing, repeating, reversing, gradual volume change over time, etc
wouldn't be that much work as they all follow the simple input pattern->output
pattern formula.
Original comment by quarns...@gmail.com
on 24 Apr 2013 at 9:21
With issue 260's progress the need for this one is greatly reduced IMO.
Now that I have a little more experience with EOF, I think there's some
groundwork done already to work with something like this. The feature I'm
thinking about are the markers for "Rocksmith phrases". I don't know how strict
RS is when it comes to phrase equality, but since the markers should be placed
anyway a checkbox to "instance previous phrase with the same name" to link the
phrases would be enough from a UI perspective.
Behind the scenes I understand that there is probably more work to manage a
change in the base instance showing up in the linked phrases, but like I said
the need for this one for me personally has greatly reduced with the progress
made to issue 260.
Cheers!
Original comment by quarns...@gmail.com
on 2 May 2013 at 7:45
Also now with the Dynamic Difficulty Creator tool I see no need for this one
personally. Feel free to close as far as I'm concerned.
Original comment by quarns...@gmail.com
on 22 Feb 2014 at 8:46
Alright, I'll go ahead and close it for now. I'm not sure that there would be
any easy way to implement this kind of change.
Original comment by raynebc
on 22 Feb 2014 at 10:11
Original issue reported on code.google.com by
quarns...@gmail.com
on 24 Apr 2013 at 8:27