Skip to content

Commit

Permalink
renamed integra7 mod to i7parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
samba committed Jul 20, 2024
1 parent 2b3b28d commit 81fe1c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 73 deletions.
67 changes: 0 additions & 67 deletions examples/lua/devices/integra7/integra7.lua

This file was deleted.

8 changes: 4 additions & 4 deletions rendertests/tests/integra7-instrumentDef.sheet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- #skip-event-plausibility-test
using "/chords/default.chords";
using "../../examples/lua/devices/integra7/integra7.lua";
using "../../examples/lua/devices/integra7/i7parameter.lua";
using "../../examples/lua/mods/myArpeggio.lua";

tempo: 150;
Expand All @@ -12,7 +12,7 @@ instrumentConf: guitar

instrumentDef:guitar2 _onDevice=MyDevice _pc=0 _ch=0 _bankMsb=89 _bankLsb=64 _pc=97;
instrumentConf: guitar2
mod integra7 _parameterId="PRM-_FPARTxxx-_SNTONE-_SNTC-SNTC_MOD_PRM10" _value=1
mod i7parameter _parameterId="PRM-_FPARTxxx-_SNTONE-_SNTC-SNTC_MOD_PRM10" _value=1
;


Expand All @@ -21,10 +21,10 @@ type: template;
name: chords;
instrument: guitar;
{
/modOnce: integra7 _parameterId="PRM-_FPARTxxx-_SNTONE-_SNTC-SNTC_MOD_PRM10" _value=2/
/modOnce: i7parameter _parameterId="PRM-_FPARTxxx-_SNTONE-_SNTC-SNTC_MOD_PRM10" _value=2/
<II III V VII I>1 :(x3)
|:
/modOnce: integra7 _parameterId="PRM-_FPARTxxx-_SNTONE-_SNTC-SNTC_MOD_PRM10" _value=1/
/modOnce: i7parameter _parameterId="PRM-_FPARTxxx-_SNTONE-_SNTC-SNTC_MOD_PRM10" _value=1/
<I II III V VII>1 :(x3)|
}
]
Expand Down
4 changes: 2 additions & 2 deletions rendertests/tests/integra7-instrumentSection.sheet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using "/chords/default.chords";
using "../../examples/lua/devices/integra7/integra7.lua";
using "../../examples/lua/devices/integra7/i7parameter.lua";
using "../../examples/lua/mods/myArpeggio.lua";
using "./integra7-instrumentSection.conductions";

Expand All @@ -15,7 +15,7 @@ name: chords;
instrument: guitar;
{
/mod: myArpeggio/
/modOnce: integra7 _parameterId="PRM-_FPARTxxx-_SNTONE-_SNTC-SNTC_MOD_PRM10" _value=2/
/modOnce: i7parameter _parameterId="PRM-_FPARTxxx-_SNTONE-_SNTC-SNTC_MOD_PRM10" _value=2/
<II III V VII I>1 :(x3)
|:
<I II III V VII>1 :(x3)|
Expand Down

0 comments on commit 81fe1c3

Please sign in to comment.