Search found 6 matches

by oshika55
Wed Oct 03, 2007 3:46 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Midi stack
Replies: 5
Views: 4131

Found it, just as you replied. Just browsing through, it doesn't look anywhere close to HyperMidi, a set of commands and functions which one could use to control any external midi device in real time, not just synthesizers. One could then run a complete recording studio via HyperCard. The good old d...
by oshika55
Wed Oct 03, 2007 2:53 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Midi stack
Replies: 5
Views: 4131

Midi stack

Am I wrong, or somebody mentioned a "Midi stack" somewhere. Where can I find it ? Is it kind of equivalent to the brilliant Nigel Redmon's HyperMidi ?

Thanks
by oshika55
Wed Oct 03, 2007 2:50 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Compile error dialog
Replies: 7
Views: 6603

Well, then I shall look into errorLib. On your web page, the description only mentions execution errors ...

Thanks
by oshika55
Wed Oct 03, 2007 2:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Compile error dialog
Replies: 7
Views: 6603

Thanks again Mark. Unless I'm wrong, errorLib doesn't deal with compile errors, but execution errors ... I guess I'll have to do the translation myself, based on the "revErrorDisplay" stack. Thank you for putting me in the right direction anyway.
by oshika55
Wed Oct 03, 2007 1:48 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Compile error dialog
Replies: 7
Views: 6603

Thanks Mark. It had to be that simple ! Now how do I get it to display the built-in compile error dialog instead of the series of numbers that require further translation ?

Thanks again for your reply.
by oshika55
Sun Sep 30, 2007 4:22 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Compile error dialog
Replies: 7
Views: 6603

Compile error dialog

I am trying to develop a script editor, ladden with a bunch of shortcuts I've always wished I had from ever since the days of HyperTalk. It all seems to work. Upon last step: "Set script of object theObject to theScript", I'm yet to find the easiest way to get the compiler to display compile errors ...