public void AddHeldNotes(SongElements songElements)
        {
            RectangleDetection rectangularDetection = new RectangleDetection();

            rectangularDetection.AddHeldNotesFromFrequencyBands(songElements, frequencyBands);
        }
Beispiel #2
0
        public SongPropertyValues CreateHeldNoteTest()
        {
            RectangleDetection recDetec = new RectangleDetection();

            return(recDetec.GetHeldNotes(heldNoteDetection.GetFrequencyBands()));
        }