Bugs item #1911426, was opened at 2008-03-10 16:48
Message generated for change (Comment added) made by mrpeach
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1911426&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: None
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Martin Peach (mrpeach)
Summary: mrpeach/midifile works best with real note-off messages
Initial Comment:
Some software (at least timidity and midi2ly) require real note off messages and not the "note on with velocity 0" messages provided by [makenote] used in the midifile help patch.
I'm not sure what the official spec says, but switching to writing proper note-off messages to the file fixed my issues with notes not ending and instrument polyphony being exceeded.
So, instead of
[makenote 64 100]
[pack f f]
[list prepend ...]
Use:
"my note float"
[t f f]
| [pack f 64]
| [list prepend ...] // channel number + 144
|
[pipe f 100]
[pack f 64]
[list prepend ...] // channel number + 128
or similar.
----------------------------------------------------------------------
>Comment By: Martin Peach (mrpeach)
Date: 2008-03-11 13:30
Message:
Logged In: YES
user_id=919007
Originator: NO
Changed more or less as suggested.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1911426&group_…
Bugs item #1911415, was opened at 2008-03-10 16:38
Message generated for change (Comment added) made by mrpeach
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1911415&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: None
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Martin Peach (mrpeach)
Summary: mrpeach/midifile writes invalid midi files
Initial Comment:
The midifile external by Martin Peach writes invalid MIDI files that have a nasty habit of making other software crash. The problem is in the header:
00000000 4d 54 68 64 00 00 00 06 00 00 00 01 00 00 4d 54 |MThd..........MT|
Which should be:
00000000 4d 54 68 64 00 00 00 06 00 00 00 01 ** ** 4d 54 |MThd..........MT|
Where **** is a valid MIDI file "time code" value, for example, 0x0060 for 96 ticks (I used hexedit to change it to this value and it mostly worked for what I was doing).
It would be good if midifile.c and midifile-help.pd could both be updated to:
1) disallow 0x0000 in the header
2) allow setting of the time code value in various ways (MIDI files support at least 'ticks' and 'SMPTE')
3) document and explain how to set the time code value
Thanks
----------------------------------------------------------------------
>Comment By: Martin Peach (mrpeach)
Date: 2008-03-11 13:09
Message:
Logged In: YES
user_id=919007
Originator: NO
Changed to default 90 ticks per quarter note. Added frames per second and
ticks per frame fields to 'write' message. midifile-help shows how to set
these.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1911415&group_…
Bugs item #1910937, was opened at 2008-03-10 05:48
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1910937&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: P.J.Leonard (eespjl)
Assigned to: Nobody/Anonymous (nobody)
Summary: make install does not create directories
Initial Comment:
I needed to make these to get make install to work
/usr/local/lib/pd/extra
/usr/local/lib/pd/bin/
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-03-11 11:57
Message:
Logged In: YES
user_id=27104
Originator: NO
That's a really old version. I think this has been fixed in more recent
versions.
----------------------------------------------------------------------
Comment By: P.J.Leonard (eespjl)
Date: 2008-03-10 05:49
Message:
Logged In: YES
user_id=54980
Originator: YES
That was with
pd-0.38-4-devel-2
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1910937&group_…
Bugs item #1911426, was opened at 2008-03-10 20:48
Message generated for change (Settings changed) made by claudiusmaximus
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1911426&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: ClaudiusMaximus (claudiusmaximus)
>Assigned to: Martin Peach (mrpeach)
Summary: mrpeach/midifile works best with real note-off messages
Initial Comment:
Some software (at least timidity and midi2ly) require real note off messages and not the "note on with velocity 0" messages provided by [makenote] used in the midifile help patch.
I'm not sure what the official spec says, but switching to writing proper note-off messages to the file fixed my issues with notes not ending and instrument polyphony being exceeded.
So, instead of
[makenote 64 100]
[pack f f]
[list prepend ...]
Use:
"my note float"
[t f f]
| [pack f 64]
| [list prepend ...] // channel number + 144
|
[pipe f 100]
[pack f 64]
[list prepend ...] // channel number + 128
or similar.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1911426&group_…
Bugs item #1911426, was opened at 2008-03-10 20:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1911426&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: mrpeach/midifile works best with real note-off messages
Initial Comment:
Some software (at least timidity and midi2ly) require real note off messages and not the "note on with velocity 0" messages provided by [makenote] used in the midifile help patch.
I'm not sure what the official spec says, but switching to writing proper note-off messages to the file fixed my issues with notes not ending and instrument polyphony being exceeded.
So, instead of
[makenote 64 100]
[pack f f]
[list prepend ...]
Use:
"my note float"
[t f f]
| [pack f 64]
| [list prepend ...] // channel number + 144
|
[pipe f 100]
[pack f 64]
[list prepend ...] // channel number + 128
or similar.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1911426&group_…
Bugs item #1911415, was opened at 2008-03-10 20:38
Message generated for change (Settings changed) made by claudiusmaximus
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1911415&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: ClaudiusMaximus (claudiusmaximus)
>Assigned to: Martin Peach (mrpeach)
Summary: mrpeach/midifile writes invalid midi files
Initial Comment:
The midifile external by Martin Peach writes invalid MIDI files that have a nasty habit of making other software crash. The problem is in the header:
00000000 4d 54 68 64 00 00 00 06 00 00 00 01 00 00 4d 54 |MThd..........MT|
Which should be:
00000000 4d 54 68 64 00 00 00 06 00 00 00 01 ** ** 4d 54 |MThd..........MT|
Where **** is a valid MIDI file "time code" value, for example, 0x0060 for 96 ticks (I used hexedit to change it to this value and it mostly worked for what I was doing).
It would be good if midifile.c and midifile-help.pd could both be updated to:
1) disallow 0x0000 in the header
2) allow setting of the time code value in various ways (MIDI files support at least 'ticks' and 'SMPTE')
3) document and explain how to set the time code value
Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1911415&group_…
Bugs item #1911415, was opened at 2008-03-10 20:38
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1911415&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: mrpeach/midifile writes invalid midi files
Initial Comment:
The midifile external by Martin Peach writes invalid MIDI files that have a nasty habit of making other software crash. The problem is in the header:
00000000 4d 54 68 64 00 00 00 06 00 00 00 01 00 00 4d 54 |MThd..........MT|
Which should be:
00000000 4d 54 68 64 00 00 00 06 00 00 00 01 ** ** 4d 54 |MThd..........MT|
Where **** is a valid MIDI file "time code" value, for example, 0x0060 for 96 ticks (I used hexedit to change it to this value and it mostly worked for what I was doing).
It would be good if midifile.c and midifile-help.pd could both be updated to:
1) disallow 0x0000 in the header
2) allow setting of the time code value in various ways (MIDI files support at least 'ticks' and 'SMPTE')
3) document and explain how to set the time code value
Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1911415&group_…