- Reestructuración de ficheros y directorios general
- merge v0.01 --> Añadido fileselector - Añadidas fuentes de Gem y Pure Data - pix2jpg incluído en Gem. Archivos de construcción de Gem modificados. - Añadido fichero ompiling.txt con instrucciones de compilación
This commit is contained in:
parent
c9adfd020b
commit
e85d191b46
3100 changed files with 775434 additions and 3073 deletions
17
pd-0.44-2/tcl/AppMain.tcl
Normal file
17
pd-0.44-2/tcl/AppMain.tcl
Normal file
|
@ -0,0 +1,17 @@
|
|||
# This file is for the Wish.app on Mac OS X. It is only used when a Wish.app
|
||||
# is loading embedded pd code on Mac OS X. It is completely unused on any
|
||||
# other configuration, like when 'pd' launches Wish.app or when 'pd' is using
|
||||
# an X11 wish on Mac OS X. GNU/Linux and Windows will never use this file.
|
||||
|
||||
package require apple_events
|
||||
|
||||
# TODO is there anything useful to do with the psn (Process Serial Number)?
|
||||
if {[string first "-psn" [lindex $argv 0]] == 0} {
|
||||
set argv [lrange $argv 1 end]
|
||||
set argc [expr $argc - 1]
|
||||
}
|
||||
|
||||
# launch pd-gui.tcl here
|
||||
if [catch {source [file join [file dirname [info script]] pd-gui.tcl]}] {
|
||||
puts stderr $errorInfo
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue