itsback (Kushagra Surana)
User

Projects

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Sunday

  • Clear sailing ahead.

User Details

User Since
Mar 10 2016, 2:45 PM (424 w, 16 h)
Availability
Available

Recent Activity

Apr 4 2016

itsback removed a member for GCompris: itsback.
Apr 4 2016, 2:46 AM

Apr 2 2016

itsback added a comment to T2072: A label to show the current file being played..

Yeah space from the menu can be taken. Ultimately it would depend upon your implementation. If it looks great and tidy then there wont be any need to edit title.

Apr 2 2016, 12:05 PM · Minuet

Apr 1 2016

itsback added a comment to T2072: A label to show the current file being played..

The only problem is label's position and space. I have implemented progress bar for the the player which took some of the available space. It will get merged in some time.
How about editing the application title instead of adding a label?

Apr 1 2016, 8:45 PM · Minuet

Mar 31 2016

itsback created T2071: Tempo is not updated when an exercise is played.
Mar 31 2016, 7:15 PM · Minuet

Mar 29 2016

itsback retitled D1243: Fix for T1990 from to Fix for T1990.
Mar 29 2016, 3:13 AM · Minuet
itsback created T1990: Tempo needs to be set again when another song is played..
Mar 29 2016, 3:04 AM · Minuet

Mar 26 2016

itsback added a comment to T1802: Segfault when closing Minuet..

Yeah, did another git pull. no change.
What is you OS configurations?

Mar 26 2016, 7:05 AM · Minuet
itsback added a comment to T1955: Missing Scales and its Mode Exercise.

Happened with me too. Try reinstalling.
This is happening because the file "major-scale-and-its-modes.json" has been changed to "scales-major-and-its-modes.json".
Maybe it should be renamed back to what it was.
Duplicate files are copied in exercises folder of Minuet and then they get loaded by exercise controller.

Mar 26 2016, 6:57 AM · Minuet
itsback added a comment to T1802: Segfault when closing Minuet..

Thanks for testing. Looks like its specific to my installation. No matter what I do I always have this crash.
Setting midi file path manually does not get me a segfault upon closing Minuet.

Mar 26 2016, 6:32 AM · Minuet
itsback added a comment to T1802: Segfault when closing Minuet..

Here is the update,
For the first case, its not the fault of playing midi file. Simply opening the file open window and then closing Minuet leads to a crash.

Mar 26 2016, 4:32 AM · Minuet

Mar 20 2016

itsback removed a member for Artikulate: itsback.
Mar 20 2016, 3:25 PM

Mar 19 2016

itsback added a comment to T1848: Interference of 'Play Question' with the play button of MIDI player controls.

@ahassan Dont drop diff here, create a differential at https://phabricator.kde.org/differential/diff/create/
It will make testing and reviewing easy.

Mar 19 2016, 6:24 AM · Minuet
itsback updated the diff for D1106: Fix for T1793.

Should the states in State enum be in all caps?
like STOPPED_STATE instead of StoppedState?

Mar 19 2016, 6:10 AM · Minuet
itsback abandoned D1112: Correcting pitch change.
Mar 19 2016, 4:32 AM
itsback commandeered D1112: Correcting pitch change.
Mar 19 2016, 4:31 AM

Mar 18 2016

itsback claimed T1850: Integration of a Progress Bar .

Drumstick's GUI player has a progress bar. So I went through its code and found that SMFNoteOn signal is sent when a file is being read by drumstick::QSmf *m_smfReader. The smf reads whole file and from this me can get maximum current time.
When song will be played we can get the percentage and set value of progressbar, as Drumstick does.

Mar 18 2016, 11:28 AM · Minuet
itsback added a comment to D1118: Fix for T1754.

But the output thread is stopped by m_midiSequencer->stop(); as it calls m_midiSequencerOutputThread->stop();
And m_midiSequencerOutputThread->stop() is defined in Drumstick so we can assume that they are safely closing the thread.

Mar 18 2016, 7:27 AM · Minuet

Mar 16 2016

itsback resigned from D1112: Correcting pitch change.
Mar 16 2016, 10:27 PM

Mar 15 2016

itsback added a revision to T1840: Opening midi files one after other plays both of them at the same time: D1148: Fix for T1840.
Mar 15 2016, 4:09 PM · Minuet
itsback added a task to D1148: Fix for T1840: T1840: Opening midi files one after other plays both of them at the same time.
Mar 15 2016, 4:09 PM · Minuet
itsback retitled D1148: Fix for T1840 from to Fix for T1840.
Mar 15 2016, 4:08 PM · Minuet
itsback created T1840: Opening midi files one after other plays both of them at the same time.
Mar 15 2016, 4:00 PM · Minuet

Mar 14 2016

itsback added a comment to D1142: MidiSequencer: Made pitch shift to be a signed int..

We already have a differential for this.
https://phabricator.kde.org/D1112

Mar 14 2016, 10:18 AM · Minuet

Mar 12 2016

itsback added a member for Artikulate: itsback.
Mar 12 2016, 5:16 AM

Mar 11 2016

itsback added a member for GCompris: itsback.
Mar 11 2016, 12:49 PM
itsback added a comment to T1802: Segfault when closing Minuet..

I am able to fix the second case by adding

m_midiSequencerOutputThread->stop();

to MidiSequencer's destructor.

Mar 11 2016, 11:01 AM · Minuet
itsback created T1802: Segfault when closing Minuet..
Mar 11 2016, 10:54 AM · Minuet
itsback added a task to D1118: Fix for T1754: T1754: When we open and play a midi file and then play an exercise question, the application stops and shows segmentation fault.
Mar 11 2016, 10:44 AM · Minuet
itsback added a revision to T1754: When we open and play a midi file and then play an exercise question, the application stops and shows segmentation fault: D1118: Fix for T1754.
Mar 11 2016, 10:44 AM · Minuet
itsback retitled D1118: Fix for T1754 from to Fix for T1754.
Mar 11 2016, 10:43 AM · Minuet

Mar 10 2016

itsback retitled D1112: Correcting pitch change from to Correcting pitch change.
Mar 10 2016, 9:02 PM
itsback updated the diff for D1106: Fix for T1793.

The button now changes back to 'Play' state after playback is finished.

Mar 10 2016, 7:53 PM · Minuet
itsback added a member for LabPlot: itsback.
Mar 10 2016, 5:35 PM
itsback added a revision to T1793: Merge 'Play' and 'Pause' button in MidiPlayer: D1106: Fix for T1793.
Mar 10 2016, 3:56 PM · Minuet
itsback added a task to D1106: Fix for T1793: T1793: Merge 'Play' and 'Pause' button in MidiPlayer.
Mar 10 2016, 3:56 PM · Minuet
itsback retitled D1106: Fix for T1793 from to Fix for T1793.
Mar 10 2016, 3:46 PM · Minuet
itsback created T1793: Merge 'Play' and 'Pause' button in MidiPlayer.
Mar 10 2016, 3:06 PM · Minuet
itsback added a member for Minuet: itsback.
Mar 10 2016, 2:45 PM