Re: [PD] sequencer with microedit

2007-06-11 Thread hard off
to make that patch work on non-osx systems, you will need to change GRIDGRAD.GIF into lower case ... ie gridgrad.gif ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] sequencer with microedit

2007-06-11 Thread hard off
here's an old sequencer i did with data structures...not sure if it ever really worked properly, but it might give you some ideas. http://puredata.hurleur.com/sujet-445-logic-audio-style-matrix-editor ___ PD-list@iem.at mailing list UNSUBSCRIBE and acco

Re: [PD] sequencer with microedit

2007-06-11 Thread Kuba Szczypek
>Actually I think, data structures would be much better for this in >the >long run. With tables, you would need to use lots of tables and keep >track of the names of all these tables and what kind of function the >various tables have. For example even simple note event has at least >four properties

Re: [PD] sequencer with microedit

2007-06-11 Thread Frank Barknecht
Hallo, Kuba Szczypek hat gesagt: // Kuba Szczypek wrote: > Firstly I say about my idea. I would like to build all complette mini > setup for compose and play live. Since I have synthesizers I mostly will > try to build: > > A. -classic sequencer MIDI with functions: event list, copy tracks, >

Re: [PD] sequencer with microedit

2007-06-10 Thread Kuba Szczypek
> > IMO [qlist] is quite limited, and what do you mean with "data arrays": > the arrays inside a [table] or the arrays as used in data structures? > Data structures are very powerful for sequencing or rather for storing > and passing the data, that you use for sequencing. The actual > sequencing,

Re: [PD] sequencer with microedit

2007-06-10 Thread Frank Barknecht
Hallo, Kuba Szczypek hat gesagt: // Kuba Szczypek wrote: > I would like to ask Masters of PD: if I need build PD based sequencer > (with microedit, track names, volume mute pan loop points ) is > better to use data arrays or qlist for store events? What is the best > for do this sequencer?

Re: [PD] sequencer with microedit

2007-06-10 Thread Kevin McCoy
If you are planning on saving and loading, I think [textfile] or [qlist] would be better; aside from that I don't think it matters? What do you mean by microedit? Sounds intriguing :) Kevin On 6/10/07, Kuba Szczypek <[EMAIL PROTECTED]> wrote: Hi all, it`s my first post on this great place!

[PD] sequencer with microedit

2007-06-10 Thread Kuba Szczypek
Hi all, it`s my first post on this great place! I would like to ask Masters of PD: if I need build PD based sequencer (with microedit, track names, volume mute pan loop points ) is better to use data arrays or qlist for store events? What is the best for do this sequencer? Jakub Szczypek --