mirror of
https://git.freebsd.org/ports.git
synced 2025-04-27 17:16:37 -04:00
audio/inscore: update 1.31 → 1.34
Reported by: portscout
This commit is contained in:
parent
7a2dc2f8e9
commit
afaad20892
4 changed files with 451 additions and 23 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= inscore
|
||||
PORTVERSION= 1.31
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.34
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -22,7 +21,7 @@ USE_LDCONFIG= yes
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= grame-cncm
|
||||
GH_TAGNAME= v${PORTVERSION:S/.//}
|
||||
GH_TUPLE= grame-cncm:guidolib:3cf3d88:guidolib/modules/guidolib # this uses some un-installed parts of the guidolib project, partucularly QGuidoPainter.h
|
||||
GH_TUPLE= grame-cncm:guidolib:acadbcc:guidolib/modules/guidolib # this uses some un-installed parts of the guidolib project, partucularly QGuidoPainter.h
|
||||
|
||||
CMAKE_SOURCE_PATH= ${WRKSRC}/build
|
||||
CMAKE_ARGS= -DFREEBSD_EXAMPLESDIR=${EXAMPLESDIR} -DFREEBSD_DOCSDIR=${DOCSDIR}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1637648784
|
||||
SHA256 (grame-cncm-inscore-1.31-v131_GH0.tar.gz) = 57f8074998c31e01fab3031c26a9a24fbe92adc4ff667a22cc9986b2666db2a3
|
||||
SIZE (grame-cncm-inscore-1.31-v131_GH0.tar.gz) = 468225470
|
||||
SHA256 (grame-cncm-guidolib-3cf3d88_GH0.tar.gz) = 0ec8a9e60d76230e69de9e0263b04ffe93d4f2fa660856e2666863cd99f6bea4
|
||||
SIZE (grame-cncm-guidolib-3cf3d88_GH0.tar.gz) = 42458506
|
||||
TIMESTAMP = 1745704332
|
||||
SHA256 (grame-cncm-inscore-1.34-v134_GH0.tar.gz) = 8931bf7444f829a93435e22f8fd8165e8973ef75d1d6e6348d712142780b8080
|
||||
SIZE (grame-cncm-inscore-1.34-v134_GH0.tar.gz) = 471904401
|
||||
SHA256 (grame-cncm-guidolib-acadbcc_GH0.tar.gz) = 53c04f02f591b795bed62b00954742513f7b2e0cecdceeada277915d49a51bae
|
||||
SIZE (grame-cncm-guidolib-acadbcc_GH0.tar.gz) = 42371898
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
--- build/CMakeLists.txt.orig 2021-11-08 06:26:08 UTC
|
||||
--- build/CMakeLists.txt.orig 2023-07-10 17:04:30 UTC
|
||||
+++ build/CMakeLists.txt
|
||||
@@ -379,12 +379,12 @@ else()
|
||||
set (INSTALL_LIB ${CMAKE_INSTALL_PREFIX}/lib)
|
||||
set (INSTALL_INC ${CMAKE_INSTALL_PREFIX}/include/inscore)
|
||||
set (INSTALL_SHARED ${CMAKE_INSTALL_PREFIX}/share)
|
||||
- set (INSTALL_SAMPLES ${INSTALL_SHARED}/inscore/examples)
|
||||
- set (INSTALL_GMN_SAMPLES ${INSTALL_SHARED}/inscore/GMN-Examples)
|
||||
@@ -368,12 +368,12 @@ if (APPLE OR WIN32)
|
||||
set (INSTALL_BIN ${CMAKE_INSTALL_PREFIX})
|
||||
set (INSTALL_LIB ${CMAKE_INSTALL_PREFIX}/dev)
|
||||
set (INSTALL_INC ${CMAKE_INSTALL_PREFIX}/dev/include)
|
||||
- set (INSTALL_SAMPLES ${CMAKE_INSTALL_PREFIX}/Examples)
|
||||
- set (INSTALL_GMN_SAMPLES ${CMAKE_INSTALL_PREFIX}/GMN-Examples)
|
||||
+ set (INSTALL_SAMPLES ${FREEBSD_EXAMPLESDIR})
|
||||
+ set (INSTALL_GMN_SAMPLES ${FREEBSD_EXAMPLESDIR}/GMN-Examples)
|
||||
set (INSTALL_BUNDLES ${INSTALL_SHARED}/inscore/bundles)
|
||||
set (INSTALL_TOOLS ${INSTALL_SHARED}/inscore/tools)
|
||||
set (INSTALL_INTERFACES ${INSTALL_SHARED}/inscore)
|
||||
- set (INSTALL_DOC ${INSTALL_SHARED}/inscore/doc)
|
||||
set (INSTALL_BUNDLES ${CMAKE_INSTALL_PREFIX}/Examples/Bundles)
|
||||
set (INSTALL_TOOLS ${CMAKE_INSTALL_PREFIX}/Tools)
|
||||
set (INSTALL_INTERFACES ${CMAKE_INSTALL_PREFIX})
|
||||
- set (INSTALL_DOC ${CMAKE_INSTALL_PREFIX}/Documentation)
|
||||
+ set (INSTALL_DOC ${FREEBSD_DOCSDIR})
|
||||
endif()
|
||||
set (installtargets ${viewer} ${ibundle} ${libtarget})
|
||||
|
||||
set (INSTALL_LANGMOD ${CMAKE_INSTALL_PREFIX}/language-modules)
|
||||
else()
|
||||
set (INSTALL_BIN ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
|
|
|
@ -5,12 +5,439 @@ include/inscore/INScore.h
|
|||
include/inscore/message.h
|
||||
lib/libINScore.so
|
||||
lib/libINScore.so.1
|
||||
lib/libINScore.so.1.3.1
|
||||
lib/libINScore.so.1.3.4
|
||||
share/applications/inscore.desktop
|
||||
share/fonts/inscore/Carlito-Regular.ttf
|
||||
share/fonts/inscore/guido2.ttf
|
||||
share/icons/hicolor/128x128/apps/inscore.png
|
||||
share/icons/hicolor/48x48/apps/inscore.png
|
||||
%%DATADIR%%/GMN-Examples/4voices.gmn
|
||||
%%DATADIR%%/GMN-Examples/accidentals.gmn
|
||||
%%DATADIR%%/GMN-Examples/allthethings.gmn
|
||||
%%DATADIR%%/GMN-Examples/articulations.gmn
|
||||
%%DATADIR%%/GMN-Examples/bach.gmn
|
||||
%%DATADIR%%/GMN-Examples/barlines.gmn
|
||||
%%DATADIR%%/GMN-Examples/bartok.gmn
|
||||
%%DATADIR%%/GMN-Examples/beaming.gmn
|
||||
%%DATADIR%%/GMN-Examples/beethoven.gmn
|
||||
%%DATADIR%%/GMN-Examples/brown.gmn
|
||||
%%DATADIR%%/GMN-Examples/clefkeymeter.gmn
|
||||
%%DATADIR%%/GMN-Examples/cpebach.gmn
|
||||
%%DATADIR%%/GMN-Examples/dynamics.gmn
|
||||
%%DATADIR%%/GMN-Examples/faure.gmn
|
||||
%%DATADIR%%/GMN-Examples/layout.gmn
|
||||
%%DATADIR%%/GMN-Examples/lutkin.gmn
|
||||
%%DATADIR%%/GMN-Examples/mozart581.gmn
|
||||
%%DATADIR%%/GMN-Examples/notes.gmn
|
||||
%%DATADIR%%/GMN-Examples/ornaments.gmn
|
||||
%%DATADIR%%/GMN-Examples/repeats.gmn
|
||||
%%DATADIR%%/GMN-Examples/slurs.gmn
|
||||
%%DATADIR%%/GMN-Examples/space.gmn
|
||||
%%DATADIR%%/GMN-Examples/tempo.gmn
|
||||
%%DATADIR%%/doc/Guido/GMNRefCard.pdf
|
||||
%%DATADIR%%/doc/Guido/GUIDO-Music-Notation-Format.pdf
|
||||
%%DATADIR%%/doc/Guido/RefCardsParams.pdf
|
||||
%%DATADIR%%/doc/Guido/RefCardsTags.pdf
|
||||
%%DATADIR%%/doc/Guido/readme.txt
|
||||
%%DATADIR%%/doc/INScoreLang.pdf
|
||||
%%DATADIR%%/doc/INScoreMessages.pdf
|
||||
%%DATADIR%%/doc/INScoreWeb.pdf
|
||||
%%DATADIR%%/examples/Jeu est au autre/JEUestUNautre.pdf
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/1-sculpture.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/1-vers-2.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/1-vers-4.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/2-vers-1.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/2-vers-3.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/2-zebrure.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/3-allure.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/3-vers-2.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/3-vers-4.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/4-texture.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/4-vers-1.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/4-vers-3.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/ReadMe.html
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/centre.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/imgs/Graphic1.png
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/imgs/Graphic2.png
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/imgs/Graphic3.png
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/imgs/Graphic4.png
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/imgs/Graphic5.png
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/jeu.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/rsrc/events.inscore
|
||||
%%DATADIR%%/examples/Jeu est au autre/inscore/standalone.inscore
|
||||
%%DATADIR%%/examples/M-sync-scores/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/M-sync-scores/DROP-ME2.inscore
|
||||
%%DATADIR%%/examples/M-sync-scores/DROP-ME3.inscore
|
||||
%%DATADIR%%/examples/M-sync-scores/bwv789-0.mid
|
||||
%%DATADIR%%/examples/M-sync-scores/player.maxpat
|
||||
%%DATADIR%%/examples/M-sync-scores/rsrc/bach.gmn
|
||||
%%DATADIR%%/examples/M-sync-scores/rsrc/bachv1.gmn
|
||||
%%DATADIR%%/examples/M-sync-scores/rsrc/bachv3.gmn
|
||||
%%DATADIR%%/examples/M-sync-scores/scene.pdf
|
||||
%%DATADIR%%/examples/MP-Turenas/Turenas_stereo.wav
|
||||
%%DATADIR%%/examples/MP-Turenas/commentsOff.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/commentsOn.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/readme.txt
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/1.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/10.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/2.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/3.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/4.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/5.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/6.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/7.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/8.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/9.tiff
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/boule.png
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/schema4Voix.png
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/schema4VoixLine.png
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/schemaSonagram.png
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/schemaSonagramLine.png
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/schemaStruct.png
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/schemaStructLine.png
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/start.png
|
||||
%%DATADIR%%/examples/MP-Turenas/rsrc/stop.png
|
||||
%%DATADIR%%/examples/MP-Turenas/schema4Voix.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/schema4VoixLine.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/schemaSonagram.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/schemaSonagramLine.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/schemaStruct.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/schemaStructLine.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/scripts/control.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/scripts/layoutLine.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/scripts/layoutScore.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/scripts/require.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/scripts/sections.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/scripts/sectionsCenter.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/scripts/sectionsPos.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/scripts/watch.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/scripts/watchLine.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/turenas.inscore
|
||||
%%DATADIR%%/examples/MP-Turenas/turenas.maxpat
|
||||
%%DATADIR%%/examples/MP-Turenas/turenas.pd
|
||||
%%DATADIR%%/examples/MP-cursors/07.gmn
|
||||
%%DATADIR%%/examples/MP-cursors/07.metro
|
||||
%%DATADIR%%/examples/MP-cursors/07.tempomap
|
||||
%%DATADIR%%/examples/MP-cursors/07.wav
|
||||
%%DATADIR%%/examples/MP-cursors/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/cursor-future.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/cursor-line.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/cursor-middle.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/cursor-passed.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/duration-del.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/duration.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/player.maxpat
|
||||
%%DATADIR%%/examples/MP-cursors/player.pd
|
||||
%%DATADIR%%/examples/MP-cursors/readme.txt
|
||||
%%DATADIR%%/examples/MP-cursors/scripts/cursor.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/sensor/colors-del.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/sensor/colors.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/sensor/level.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/sensor/nosync.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/sensor/stack.dylib
|
||||
%%DATADIR%%/examples/MP-cursors/sensor/stack.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/sigmund~.mxe
|
||||
%%DATADIR%%/examples/MP-cursors/sigmund~.mxo/Contents/Info.plist
|
||||
%%DATADIR%%/examples/MP-cursors/sigmund~.mxo/Contents/MacOS/sigmund~
|
||||
%%DATADIR%%/examples/MP-cursors/sigmund~.mxo/Contents/PkgInfo
|
||||
%%DATADIR%%/examples/MP-cursors/signal/envelope.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/signal/pitch.inscore
|
||||
%%DATADIR%%/examples/MP-cursors/signal/pitchedenv.inscore
|
||||
%%DATADIR%%/examples/MP-first-demo/demo.maxpat
|
||||
%%DATADIR%%/examples/MP-first-demo/demo.osc
|
||||
%%DATADIR%%/examples/MP-first-demo/demo.pd
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/1voice-846_2f.gmn
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/anr.gif
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/boucou.gif
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/car_blue.gif
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/car_red.gif
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/grame.png
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/interlude.html
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/oldgrame.png
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/parm-oeil.jpg
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/parm-oeil.map
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment1.html
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment2.html
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment3.html
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment4.html
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment5.html
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment6.map
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment6.txt
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment7.map
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment7.txt
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/syncomment8.txt
|
||||
%%DATADIR%%/examples/MP-first-demo/rsrc/title.html
|
||||
%%DATADIR%%/examples/MP-graphsig-sinus/sinus.inscore
|
||||
%%DATADIR%%/examples/MP-graphsig-sinus/sinus.maxpat
|
||||
%%DATADIR%%/examples/MP-graphsig-sinus/sinus.pd
|
||||
%%DATADIR%%/examples/MP-graphsig-var/07.wav
|
||||
%%DATADIR%%/examples/MP-graphsig-var/rsrc/07.gmn
|
||||
%%DATADIR%%/examples/MP-graphsig-var/score.inscore
|
||||
%%DATADIR%%/examples/MP-graphsig-var/siggraph.inscore
|
||||
%%DATADIR%%/examples/MP-graphsig-var/siggraph.maxpat
|
||||
%%DATADIR%%/examples/MP-graphsig-var/sigmund~.mxe
|
||||
%%DATADIR%%/examples/MP-graphsig-var/sigmund~.mxo/Contents/Info.plist
|
||||
%%DATADIR%%/examples/MP-graphsig-var/sigmund~.mxo/Contents/MacOS/sigmund~
|
||||
%%DATADIR%%/examples/MP-graphsig-var/sigmund~.mxo/Contents/PkgInfo
|
||||
%%DATADIR%%/examples/MP-interaction/edit.inscore
|
||||
%%DATADIR%%/examples/MP-interaction/gamme.wav
|
||||
%%DATADIR%%/examples/MP-interaction/interact.inscore
|
||||
%%DATADIR%%/examples/MP-interaction/interaction.maxpat
|
||||
%%DATADIR%%/examples/MP-interaction/interaction.pd
|
||||
%%DATADIR%%/examples/MP-interaction/rsrc/boule.png
|
||||
%%DATADIR%%/examples/MP-interaction/rsrc/start.png
|
||||
%%DATADIR%%/examples/MP-interaction/rsrc/stop.png
|
||||
%%DATADIR%%/examples/MP-interaction/watch.inscore
|
||||
%%DATADIR%%/examples/MP-sync-cars/rsrc/1voice-846_2f.gmn
|
||||
%%DATADIR%%/examples/MP-sync-cars/rsrc/car_blue.gif
|
||||
%%DATADIR%%/examples/MP-sync-cars/rsrc/car_red.gif
|
||||
%%DATADIR%%/examples/MP-sync-cars/sync.inscore
|
||||
%%DATADIR%%/examples/MP-sync-cars/sync.maxpat
|
||||
%%DATADIR%%/examples/MP-sync-cars/sync.pd
|
||||
%%DATADIR%%/examples/MP-sync-train/rsrc/1voice-846_2f.gmn
|
||||
%%DATADIR%%/examples/MP-sync-train/rsrc/tgv.gif
|
||||
%%DATADIR%%/examples/MP-sync-train/syncsegments.inscore
|
||||
%%DATADIR%%/examples/MP-sync-train/synctrain.maxpat
|
||||
%%DATADIR%%/examples/MP-sync-train/synctrain.pd
|
||||
%%DATADIR%%/examples/MP-sync-train/tgv.map
|
||||
%%DATADIR%%/examples/MP-sync-train/tgv2.map
|
||||
%%DATADIR%%/examples/MP-sync-train/tgv3.map
|
||||
%%DATADIR%%/examples/MP-sync-train/tgvd.map
|
||||
%%DATADIR%%/examples/MP-sync-train/tgvdt.map
|
||||
%%DATADIR%%/examples/Max-tools/effects.maxpat
|
||||
%%DATADIR%%/examples/Max-tools/filePlayer.maxpat
|
||||
%%DATADIR%%/examples/Max-tools/inscore.maxpat
|
||||
%%DATADIR%%/examples/Max-tools/player.maxpat
|
||||
%%DATADIR%%/examples/Max-tools/transform.maxpat
|
||||
%%DATADIR%%/examples/Perception/MP-Moving/moving.inscore
|
||||
%%DATADIR%%/examples/Perception/MP-Moving/moving.maxpat
|
||||
%%DATADIR%%/examples/Perception/MP-Moving/moving.pd
|
||||
%%DATADIR%%/examples/Perception/MP-Moving/moving2.inscore
|
||||
%%DATADIR%%/examples/Perception/MP-Shadow/shadow.inscore
|
||||
%%DATADIR%%/examples/Perception/MP-Shadow/shadow.maxpat
|
||||
%%DATADIR%%/examples/Perception/MP-Shadow/shadow.pd
|
||||
%%DATADIR%%/examples/Perception/Moving/hboxes.inscore
|
||||
%%DATADIR%%/examples/Perception/Moving/illusions-d-optique-gif-1.gif
|
||||
%%DATADIR%%/examples/Perception/Moving/illusions-d-optique-gif-9.gif
|
||||
%%DATADIR%%/examples/Perception/Moving/vboxes.inscore
|
||||
%%DATADIR%%/examples/Perception/S-Brightness-Contrast/gray.inscore
|
||||
%%DATADIR%%/examples/Perception/S-Muller-Lyer/line.inscore
|
||||
%%DATADIR%%/examples/Perception/S-circles/circles.inscore
|
||||
%%DATADIR%%/examples/Perception/S-circles/illusions-d-optique-gif-10.gif
|
||||
%%DATADIR%%/examples/Perception/S-proximity/proximity.inscore
|
||||
%%DATADIR%%/examples/Perception/readme.txt
|
||||
%%DATADIR%%/examples/PureData-tools/inscore.pd
|
||||
%%DATADIR%%/examples/PureData-tools/transform.pd
|
||||
%%DATADIR%%/examples/Standalone/Bach.mid
|
||||
%%DATADIR%%/examples/Standalone/Examples/readme.inscore
|
||||
%%DATADIR%%/examples/Standalone/Examples/sample1.inscore
|
||||
%%DATADIR%%/examples/Standalone/Examples/sample2-load.inscore
|
||||
%%DATADIR%%/examples/Standalone/Examples/sample2.inscore
|
||||
%%DATADIR%%/examples/Standalone/Examples/sample3.inscore
|
||||
%%DATADIR%%/examples/Standalone/Examples/sample4.inscore
|
||||
%%DATADIR%%/examples/Standalone/Examples/sample5.inscore
|
||||
%%DATADIR%%/examples/Standalone/GuidoExpression/Canon.inscore
|
||||
%%DATADIR%%/examples/Standalone/GuidoExpression/ChordsGenerator/ChordsGen_DROPME.inscore
|
||||
%%DATADIR%%/examples/Standalone/GuidoExpression/ChordsGenerator/ChordsGen_selector.inscore
|
||||
%%DATADIR%%/examples/Standalone/GuidoExpression/TheRollingScores.inscore
|
||||
%%DATADIR%%/examples/Standalone/GuidoExpression/TheRollingScoresOpti.inscore
|
||||
%%DATADIR%%/examples/Standalone/GuidoExpression/guidoEchoes.inscore
|
||||
%%DATADIR%%/examples/Standalone/GuidoExpression/permutation.inscore
|
||||
%%DATADIR%%/examples/Standalone/GuidoExpression/static-dynamic-mixed-short.inscore
|
||||
%%DATADIR%%/examples/Standalone/GuidoExpression/static-dynamic-mixed.inscore
|
||||
%%DATADIR%%/examples/Standalone/Javascript/javascript-version.inscore
|
||||
%%DATADIR%%/examples/Standalone/Javascript/javascript.inscore
|
||||
%%DATADIR%%/examples/Standalone/Javascript/jsgrid.inscore
|
||||
%%DATADIR%%/examples/Standalone/Javascript/jsrandom-score.inscore
|
||||
%%DATADIR%%/examples/Standalone/Javascript/jsrandom.inscore
|
||||
%%DATADIR%%/examples/Standalone/Scripting/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/Scripting/align.inscore
|
||||
%%DATADIR%%/examples/Standalone/Scripting/clear.inscore
|
||||
%%DATADIR%%/examples/Standalone/Scripting/edit.inscore
|
||||
%%DATADIR%%/examples/Standalone/Scripting/export.inscore
|
||||
%%DATADIR%%/examples/Standalone/Scripting/rsrc/center.png
|
||||
%%DATADIR%%/examples/Standalone/Scripting/rsrc/left.png
|
||||
%%DATADIR%%/examples/Standalone/Scripting/rsrc/right.png
|
||||
%%DATADIR%%/examples/Standalone/Scripting/save-pos.inscore
|
||||
%%DATADIR%%/examples/Standalone/Scripting/save.inscore
|
||||
%%DATADIR%%/examples/Standalone/Scripting/svg/butterfly.svg
|
||||
%%DATADIR%%/examples/Standalone/Scripting/svg/eye.svg
|
||||
%%DATADIR%%/examples/Standalone/Scripting/svg/tiger.svg
|
||||
%%DATADIR%%/examples/Standalone/Scripting/unedit.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/components.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/end.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/interact2.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/interaction.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/menu.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/msgs-detail.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/msgs-graph.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/msgs-time.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/msgs.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/msgsdone.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/next.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/previous.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/require.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/INScore.png
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/car.gif
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/components1.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/end.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/fuga.gmn
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/interact2.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/interaction.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/msgs1.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/msgs2.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/msgsd1.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/msgsd2.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/msgsd3.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/next.png
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/sig2.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/signals.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/summary.png
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/sync1.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/sync2.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/sync3.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/rsrc/sync4.html
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/sig2.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/signals.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/summary.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/sync2.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/sync3.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/sync4.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/synchronization.inscore
|
||||
%%DATADIR%%/examples/Standalone/Tutorial/test.inscore
|
||||
%%DATADIR%%/examples/Standalone/Web/http-client.html
|
||||
%%DATADIR%%/examples/Standalone/Web/http-server-and-dist-rsrc.inscore
|
||||
%%DATADIR%%/examples/Standalone/Web/http-server.inscore
|
||||
%%DATADIR%%/examples/Standalone/Web/online-samples.inscore
|
||||
%%DATADIR%%/examples/Standalone/Web/rsc/dist-rsrc.txt
|
||||
%%DATADIR%%/examples/Standalone/Web/rsc/header.html
|
||||
%%DATADIR%%/examples/Standalone/Web/rsc/logo_grame.png
|
||||
%%DATADIR%%/examples/Standalone/Web/rsc/sc11.png
|
||||
%%DATADIR%%/examples/Standalone/Web/rsc/stylesheet.css
|
||||
%%DATADIR%%/examples/Standalone/Web/urls-rsrc.inscore
|
||||
%%DATADIR%%/examples/Standalone/Web/websocket.html
|
||||
%%DATADIR%%/examples/Standalone/Web/websocket.inscore
|
||||
%%DATADIR%%/examples/Standalone/Welcome.inscore
|
||||
%%DATADIR%%/examples/Standalone/aliases.inscore
|
||||
%%DATADIR%%/examples/Standalone/arcs.inscore
|
||||
%%DATADIR%%/examples/Standalone/browse.html
|
||||
%%DATADIR%%/examples/Standalone/browse.inscore
|
||||
%%DATADIR%%/examples/Standalone/dimension-position/Applebaum-Metaphysics_of_Notation.jpg
|
||||
%%DATADIR%%/examples/Standalone/dimension-position/img-sw-sh.inscore
|
||||
%%DATADIR%%/examples/Standalone/dimension-position/rect-sw-sh.inscore
|
||||
%%DATADIR%%/examples/Standalone/edit.inscore
|
||||
%%DATADIR%%/examples/Standalone/eval.inscore
|
||||
%%DATADIR%%/examples/Standalone/frameless.inscore
|
||||
%%DATADIR%%/examples/Standalone/grid/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/grid/Mo-no.jpg
|
||||
%%DATADIR%%/examples/Standalone/grid/borders-large.inscore
|
||||
%%DATADIR%%/examples/Standalone/grid/borders-small.inscore
|
||||
%%DATADIR%%/examples/Standalone/grid/monoh.inscore
|
||||
%%DATADIR%%/examples/Standalone/grid/monov.inscore
|
||||
%%DATADIR%%/examples/Standalone/grid/nosync.inscore
|
||||
%%DATADIR%%/examples/Standalone/grid/order-leftright.inscore
|
||||
%%DATADIR%%/examples/Standalone/grid/order-topbottom.inscore
|
||||
%%DATADIR%%/examples/Standalone/grid/sync.inscore
|
||||
%%DATADIR%%/examples/Standalone/guidostream.inscore
|
||||
%%DATADIR%%/examples/Standalone/keyevents.inscore
|
||||
%%DATADIR%%/examples/Standalone/layer/complex-cursor/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/layer/complex-cursor/rsrc/bach.gmn
|
||||
%%DATADIR%%/examples/Standalone/layer/hierarchy/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/layer/hierarchy/rsrc/lemma-epigram.jpg
|
||||
%%DATADIR%%/examples/Standalone/layer/hierarchy/scale.inscore
|
||||
%%DATADIR%%/examples/Standalone/layer/hierarchy/transparency.inscore
|
||||
%%DATADIR%%/examples/Standalone/layer/hierarchy/x.inscore
|
||||
%%DATADIR%%/examples/Standalone/layer/time/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/line-arrows.inscore
|
||||
%%DATADIR%%/examples/Standalone/live-coding/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/live-coding/liveCoding.inscore
|
||||
%%DATADIR%%/examples/Standalone/logs.inscore
|
||||
%%DATADIR%%/examples/Standalone/manyscenes.inscore
|
||||
%%DATADIR%%/examples/Standalone/math.inscore
|
||||
%%DATADIR%%/examples/Standalone/memImg.inscore
|
||||
%%DATADIR%%/examples/Standalone/musicxml/file.xml
|
||||
%%DATADIR%%/examples/Standalone/musicxml/xmlcode.inscore
|
||||
%%DATADIR%%/examples/Standalone/musicxml/xmlfile.inscore
|
||||
%%DATADIR%%/examples/Standalone/oglcontrol.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/1-penwidth-large.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/10-brushstyle-solid.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/2-penwidth-small.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/3-pencolor-red.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/4-pencolor-black.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/5-penstyle-dash.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/6-penstyle-dot.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/7-penstyle-solid.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/8-brushstyle-cross.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/9-brushstyle-dense3.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/pencontrol/no-pen.inscore
|
||||
%%DATADIR%%/examples/Standalone/pianoroll.inscore
|
||||
%%DATADIR%%/examples/Standalone/preprocess/DROPME.inscore
|
||||
%%DATADIR%%/examples/Standalone/preprocess/javascript.inscore
|
||||
%%DATADIR%%/examples/Standalone/queries/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/queries/rate.inscore
|
||||
%%DATADIR%%/examples/Standalone/queries/rootpath.inscore
|
||||
%%DATADIR%%/examples/Standalone/queries/stats.inscore
|
||||
%%DATADIR%%/examples/Standalone/queries/version.inscore
|
||||
%%DATADIR%%/examples/Standalone/queries/widthheight.inscore
|
||||
%%DATADIR%%/examples/Standalone/radius.inscore
|
||||
%%DATADIR%%/examples/Standalone/requiredversion.inscore
|
||||
%%DATADIR%%/examples/Standalone/scenewh.inscore
|
||||
%%DATADIR%%/examples/Standalone/scoremap.gmn
|
||||
%%DATADIR%%/examples/Standalone/scoremap.inscore
|
||||
%%DATADIR%%/examples/Standalone/sensors/SensorsList.inscore
|
||||
%%DATADIR%%/examples/Standalone/sensors/SensorsNodes.inscore
|
||||
%%DATADIR%%/examples/Standalone/sensors/SensorsNodesListener.inscore
|
||||
%%DATADIR%%/examples/Standalone/sensors/SensorsNodesRemote.inscore
|
||||
%%DATADIR%%/examples/Standalone/sensors/SensorsSignals.inscore
|
||||
%%DATADIR%%/examples/Standalone/sensors/SensorsSignalsRemote.inscore
|
||||
%%DATADIR%%/examples/Standalone/sensors/preprocess.inscore
|
||||
%%DATADIR%%/examples/Standalone/signals/1-sinus-y.inscore
|
||||
%%DATADIR%%/examples/Standalone/signals/2-sinus-t.inscore
|
||||
%%DATADIR%%/examples/Standalone/signals/3-sinus-color.inscore
|
||||
%%DATADIR%%/examples/Standalone/signals/4-sinus-interleaved.inscore
|
||||
%%DATADIR%%/examples/Standalone/signals/5-interleaved-signals.inscore
|
||||
%%DATADIR%%/examples/Standalone/signals/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/switch.inscore
|
||||
%%DATADIR%%/examples/Standalone/synchronization/mapping/rsrc/Applebaum-Metaphysics_of_Notation.jpg
|
||||
%%DATADIR%%/examples/Standalone/synchronization/mapping/rsrc/Applebaum1.map
|
||||
%%DATADIR%%/examples/Standalone/synchronization/mapping/rsrc/Applebaum2.map
|
||||
%%DATADIR%%/examples/Standalone/synchronization/mapping/rsrc/fullscreen.inscore
|
||||
%%DATADIR%%/examples/Standalone/synchronization/mapping/rsrc/sample1.gmn
|
||||
%%DATADIR%%/examples/Standalone/synchronization/mapping/syncwithmap.inscore
|
||||
%%DATADIR%%/examples/Standalone/synchronization/score.gmn
|
||||
%%DATADIR%%/examples/Standalone/synchronization/sync-duration.inscore
|
||||
%%DATADIR%%/examples/Standalone/synchronization/sync-masters.inscore
|
||||
%%DATADIR%%/examples/Standalone/synchronization/sync-reverse.inscore
|
||||
%%DATADIR%%/examples/Standalone/synchronization/syncframe.inscore
|
||||
%%DATADIR%%/examples/Standalone/tempo/dynamic-score.inscore
|
||||
%%DATADIR%%/examples/Standalone/tempo/metro.inscore
|
||||
%%DATADIR%%/examples/Standalone/tempo/neg-tempo.inscore
|
||||
%%DATADIR%%/examples/Standalone/tempo/tempo.inscore
|
||||
%%DATADIR%%/examples/Standalone/time/fullscreen.inscore
|
||||
%%DATADIR%%/examples/Standalone/time/readme.txt
|
||||
%%DATADIR%%/examples/Standalone/time/sample1.inscore
|
||||
%%DATADIR%%/examples/Standalone/time/sample2.inscore
|
||||
%%DATADIR%%/examples/Standalone/variables/DROP-ME-TOO.inscore
|
||||
%%DATADIR%%/examples/Standalone/variables/DROP-ME.inscore
|
||||
%%DATADIR%%/examples/Standalone/variables/repere.png
|
||||
%%DATADIR%%/examples/Standalone/variables/slavevars.inscore
|
||||
%%DATADIR%%/examples/Standalone/variables/xorigin-bl.inscore
|
||||
%%DATADIR%%/examples/Standalone/variables/xorigin-br.inscore
|
||||
%%DATADIR%%/examples/Standalone/variables/xorigin-center.inscore
|
||||
%%DATADIR%%/examples/Standalone/variables/xorigin-tl.inscore
|
||||
%%DATADIR%%/examples/Standalone/variables/xorigin-tr.inscore
|
||||
%%DATADIR%%/examples/Standalone/video/MusicaMobile.mp4
|
||||
%%DATADIR%%/examples/Standalone/video/line9.mp4
|
||||
%%DATADIR%%/examples/Standalone/video/smartfaust.mp4
|
||||
%%DATADIR%%/examples/Standalone/video/video.inscore
|
||||
%%DATADIR%%/examples/Standalone/watch-3loop.inscore
|
||||
%%DATADIR%%/examples/Standalone/watch-infiniteloop.inscore
|
||||
%%DATADIR%%/examples/Standalone/watch-timebased.inscore
|
||||
%%DATADIR%%/examples/Standalone/watchany.inscore
|
||||
%%DATADIR%%/examples/Standalone/windowOpacity.inscore
|
||||
%%DATADIR%%/examples/readme.md
|
||||
%%DATADIR%%/interfaces/Csound/CsoundCommandline/01Hello.csd
|
||||
%%DATADIR%%/interfaces/Csound/CsoundCommandline/02Receive.csd
|
||||
%%DATADIR%%/interfaces/Csound/CsoundCommandline/03Demo.csd
|
||||
|
@ -97,6 +524,8 @@ share/icons/hicolor/48x48/apps/inscore.png
|
|||
%%DATADIR%%/interfaces/python/rsrc/car_blue.gif
|
||||
%%DATADIR%%/interfaces/python/rsrc/car_red.gif
|
||||
%%DATADIR%%/interfaces/python/sync.inscore
|
||||
%%DATADIR%%/language-modules/INScore.plist
|
||||
%%DATADIR%%/language-modules/readme.txt
|
||||
%%DATADIR%%/tools/drawmap/DROPME.inscore
|
||||
%%DATADIR%%/tools/drawmap/README.html
|
||||
%%DATADIR%%/tools/drawmap/README.md
|
||||
|
|
Loading…
Add table
Reference in a new issue